summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to get_ref_...Eric Botcazou2010-12-161-4/+7
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift instead of a divi...Richard Guenther2010-12-081-3/+4
* tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work twice.Richard Guenther2010-11-231-20/+28
* tree-ssa-sccvn.c (visit_unary_op): Rename to ...Richard Guenther2010-11-161-33/+8
* re PR tree-optimization/46398 (early FRE miscompiles simple testcase)Richard Biener2010-11-101-3/+14
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-2/+2
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+1
* re PR tree-optimization/45950 (ICE segmentation fault compiling __udivdi3)Nathan Froyd2010-10-091-4/+10
* tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.Nathan Froyd2010-10-081-166/+159
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-9/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-7/+9
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-9/+9
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-1/+0
* re PR tree-optimization/45071 (ICE: tree check: expected ssa_name, have integ...Richard Guenther2010-07-261-5/+3
* re PR middle-end/45017 (miscompile with bitfield and optimization)Richard Guenther2010-07-221-0/+15
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-1/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix stmt check for PO...Richard Guenther2010-07-081-2/+2
* tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): New function.Richard Guenther2010-07-081-0/+81
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-9/+0
* 2010-07-4 Richard Guenther <rguenther@suse.de>Richard Guenther2010-07-041-4/+4
* re PR tree-optimization/44656 (VN should value-replace operands during alias-...Richard Guenther2010-07-041-0/+17
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-112/+216
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-0/+4
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-ssa-sccvn.c (copy_nary): Adjust.Richard Guenther2010-05-261-62/+60
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR tree-optimization/44124 (valgrind reports invalid read while compiling ...Richard Guenther2010-05-141-2/+3
* re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther2010-04-071-1/+77
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther2010-01-041-13/+15
* tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte...Richard Guenther2010-01-041-31/+18
* re PR tree-optimization/42108 (50% performance regression)Richard Guenther2009-12-191-2/+16
* tree-ssa-sccvn.c (copy_nary): New function.Richard Guenther2009-12-181-3/+59
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-22/+22
* tree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of aborting if the...Eric Botcazou2009-10-311-1/+3
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+0
* tree-ssa-sccvn.c (vn_reference_lookup_3): Don't assume there are more VR->OPE...Richard Henderson2009-09-081-2/+3
* tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther2009-08-061-23/+12
* bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor2009-06-161-1/+1
* re PR tree-optimization/38865 (missing FRE with VIEW_CONVERT_EXPR)Andrew Pinski2009-06-121-0/+6
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE consistently.Richard Guenther2009-06-031-1/+1
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE for field decls.Richard Guenther2009-06-021-1/+1
* tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther2009-05-281-77/+190
* re PR tree-optimization/36327 (SCCVN should look through struct copies)Richard Guenther2009-05-251-9/+166
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther2009-05-211-5/+11
* re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)Richard Guenther2009-05-151-3/+3