aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssanames.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+34
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-2/+2
2013-01-24Remove zone allocator.Diego Novillo1-4/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-19/+17
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-6/+25
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther1-1/+3
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-3/+15
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-1/+2
2012-07-31tree-flow.h (struct var_ann_d): Remove need_phi_state and current_def members.Richard Guenther1-7/+0
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-10/+4
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-2/+57
2012-04-05tree-ssanames.c (release_dead_ssa_names): Compact the SSA version namespace a...Richard Guenther1-6/+25
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-04-13tree-flow.h (struct gimple_df): Make free_ssanames a VEC.Nathan Froyd1-20/+8
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-1/+1
2010-09-22tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.Richard Guenther1-7/+5
2010-08-12tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther1-9/+33
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-7/+7
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+3
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+4
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-6/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-11/+7
2008-05-13tree.h (init_phinodes, [...]): Move ...Diego Novillo1-17/+21
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-1/+1
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-01-16tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing the names...Jan Hubicka1-1/+6
2007-01-16tree-ssanames.c (release_dead_ssa_names): Remove invalidated cgraph edges too.Jan Hubicka1-0/+5
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-0/+46
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+3
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-24/+16
2005-07-13tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka1-1/+1
2005-07-08re PR regression/20139 (cris-elf testsuite: gcc.c-torture/execute/20020720-1.c)Kazu Hirata1-0/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-2/+2
2005-04-30tree-ssanames.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-27tree-flow.h (ssa_names): Change the type to VEC(tree,gc).Kazu Hirata1-9/+11