aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-28predicate aware uninitialized analysisXinliang David Li1-82/+7
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-2/+0
2009-12-07re PR debug/42299 (another verify_ssa failure with -g -O2)Richard Henderson1-3/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-13/+13
2009-11-24tree.h (union tree_ann_d): Don't declare.Michael Matz1-3/+5
2009-11-21tree-ssa.c (find_released_ssa_name): Handle NULL wi.Alexandre Oliva1-3/+10
2009-11-18tree-ssa.c (insert_debug_temp_for_var_def): Fix handling of released SSA names.Alexandre Oliva1-2/+1
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-2/+2
2009-10-28re PR lto/41808 (error: non-trivial conversion at assignment)Richard Guenther1-5/+0
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+5
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