aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-97/+143
2009-09-08re PR debug/41229 (VTA: internal compiler error: verify_ssa failed)Alexandre Oliva1-1/+2
2009-09-08tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.Alexandre Oliva1-0/+68
2009-09-05re PR tree-optimization/41271 (FAIL: gcc.dg/matrix/matrix-2.c scan-ipa-dump-t...Richard Guenther1-3/+5
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+206
2009-08-26re PR c/41163 (verify_gimple fails)Richard Guenther1-2/+10
2009-08-13re PR middle-end/41047 (gcc.target/mips/memcpy-1.c failing)Richard Guenther1-10/+10
2009-08-12alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.Richard Guenther1-9/+4
2009-08-10re PR middle-end/41006 (verify_stmts failed: error: non-trivial conversion at...Richard Guenther1-48/+40
2009-08-07tree-ssa.c (useless_type_conversion_p_1): Only for types that require structu...Richard Guenther1-4/+4
2009-08-06tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther1-15/+119
2009-08-03re PR middle-end/40943 (Uninitialized warning is missed when dereferencing un...Jakub Jelinek1-1/+6
2009-08-03tree.c (make_vector_type): Build a main variant first, get the canonical one ...Richard Guenther1-4/+14
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-3/+6
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-43/+3
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-1/+1
2009-06-17tree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversions...Adam Nemet1-0/+12
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+1
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-10/+0
2009-05-06tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF when process...Andrey Belevantsev1-8/+14
2009-05-03re PR tree-optimization/23329 (hack in may_propagate_copy should be able to r...Richard Guenther1-6/+10
2009-05-02re PR regression/40001 (r146817 broke libgloss build for SPU)Richard Guenther1-1/+3
2009-04-26Expand from SSA.Michael Matz1-1/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther1-7/+5
2009-04-04tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.Richard Guenther1-1/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-329/+126
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-0/+15
2009-03-27Fix for PR39557Xinliang David Li1-0/+5
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-01-28re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Richard Guenther1-1/+5
2009-01-26re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n...Richard Guenther1-1/+6
2008-12-31re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)Jakub Jelinek1-5/+0
2008-12-18re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)Jakub Jelinek1-0/+5
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-7/+12
2008-10-16re PR middle-end/37418 (error: type mismatch in address expression, verify_gi...Richard Biener1-3/+8
2008-10-02re PR middle-end/37713 (ice for legal code with -O3 on 20080926)Richard Guenther1-4/+4
2008-09-19re PR tree-optimization/30930 (vector can cause to create an extra variable, ...Andrew Pinski1-19/+59
2008-09-11tree-ssa.c (redirect_edge_var_map_clear): Fix formatting.Jan Hubicka1-1/+14
2008-08-20re PR middle-end/179 (-Wuninitialized missing warning with &var)Manuel López-Ibáñez1-0/+42
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-10re PR middle-end/20644 (bogus uninitialized warning on unused variable)Manuel López-Ibáñez1-3/+19
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-6/+8
2008-08-05re PR c++/37016 (member function pointer failure with optimization)Jason Merrill1-2/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-108/+136
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-4/+4
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-0/+2
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-3/+3
2008-06-12re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective)Richard Guenther1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3