summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-ssa-sccvn.c (compare_ops): Stabilize qsort.Doug Kwan2009-05-141-4/+7
* tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther2009-04-151-1/+2
* re PR tree-optimization/39713 (ICE in get_expr_value_id)Richard Guenther2009-04-111-3/+4
* tree-ssa-sccvn.c (valueize_refs): Do not continue to valueize random data.Richard Guenther2009-04-081-1/+4
* re PR c/39648 (internal compiler error: in fold_convert, at fold-const.c:2506)Richard Biener2009-04-051-0/+17
* re PR c++/8781 (Pessimization of C++ (functional) code)Richard Guenther2009-04-041-32/+87
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-287/+103
* re PR tree-optimization/38513 (Only postreload will remove a no-op store)Richard Guenther2009-03-281-0/+4
* re PR tree-optimization/39362 (ICE failing to coalesce ab SSA names)Richard Guenther2009-03-041-8/+13
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Paolo Bonzini2009-02-061-3/+20
* re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss...Richard Guenther2009-01-281-1/+1
* re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini2009-01-231-4/+5
* re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther2009-01-181-0/+47
* re PR middle-end/29215 (extra store for memcpy)Jakub Jelinek2008-11-201-1/+1
* re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)Richard Guenther2008-11-021-3/+21
* re PR tree-optimization/37991 (excessive memory consumption - possible hang)Richard Guenther2008-11-021-2/+7
* tree-ssa-sccvn.c (vn_reference_op_eq): Use types_compatible_p instead of poin...Richard Guenther2008-10-041-2/+2
* re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther2008-09-221-11/+14
* re PR tree-optimization/37258 (ice in simplify_subreg, at simplify-rtx.c:4957)Richard Guenther2008-09-181-0/+14
* re PR tree-optimization/37421 (ICE in vn_reference_insert_pieces at tree-ssa-...Richard Guenther2008-09-081-3/+7
* tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...Richard Guenther2008-08-211-1/+1
* re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)Richard Guenther2008-08-191-2/+112
* gimple.h (gimple_call_set_chain): Accept SSA variables.Eric Botcazou2008-08-131-3/+2
* re PR tree-optimization/36945 (PRE/SCCVN do not handle aggregate function arg...Richard Guenther2008-07-291-27/+15
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-220/+496
* re PR tree-optimization/36830 (STORAGE_ERROR raised compiling s-os_lib.adb)Eric Botcazou2008-07-271-11/+15
* re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9)Richard Guenther2008-07-191-0/+18
* tree-ssa-sccvn.c (expressions_equal_p): Check type equality.Daniel Berlin2008-07-151-0/+2
* tree-ssa-sccvn.c (pre_info): Remove.Richard Guenther2008-07-141-67/+6
* Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin2008-07-081-109/+501
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-4/+4
* tree-ssa-sccvn.c: Fix format of comments.Bernhard Fischer2008-06-171-4/+4
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* tree-ssa-sccvn.c (expr_has_constants): Declare.Richard Guenther2008-05-261-2/+3
* re PR middle-end/35204 (crash by too deep recursion in DFS tree-ssa-sccvn.c:1...Richard Guenther2008-05-201-50/+105
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-3/+1
* tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck2008-05-161-12/+2
* tree-dfa.c (refs_may_alias_p): Allow all kinds of INDIRECT_REF and TARGET_MEM...Richard Guenther2008-05-151-0/+21
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* tree-vn.c (expressions_equal_p): Do not check type equality or compatibility ...Richard Guenther2008-04-171-5/+7
* tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.Richard Guenther2008-04-151-3/+4