aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-25tree-outof-ssa.c (tree-ssa.h, tree-dfa.h): Include header files.Bin Cheng1-1/+26
2018-05-25* tree-ssa-live.h (live_merge_and_clear): Delete.Bin Cheng1-12/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-15tree-ssa-coalesce.c (register_default_def): Remove register_ssa_partition.Kugan Vivekanandarajah1-13/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-7/+3
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-2/+2
2015-07-24Revert:David Edelsohn1-2/+2
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-2/+2
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-2/+2
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-2/+2
2015-03-06re PR middle-end/64928 (Inordinate cpu time and memory usage in "phase opt an...Richard Biener1-2/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-4/+4
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-8/+11
2013-10-01tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod1-4/+0
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod1-6/+0
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+0
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-11/+11
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-14/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-06-09cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka1-12/+10
2009-11-25Remove trailing white spaces.H.J. Lu1-27/+27
2009-04-27ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz1-2/+2
2009-04-26tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.H.J. Lu1-1/+2
2009-04-26Expand from SSA.Michael Matz1-29/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-12-10New out of ssa Coalescer.Andrew MacLeod1-310/+85
2006-12-08New TER code.Andrew MacLeod1-0/+4
2006-12-04Switch live on entry to a per block basis from per variable.Andrew MacLeod1-9/+20
2006-12-01common.opt (ftree-combine-temps): Remove.Andrew MacLeod1-136/+3
2006-11-30Implement coalesce list with hash table instead of linked list.Andrew MacLeod1-17/+12
2006-04-12Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata1-2/+3
2005-07-30tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-14tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+2
2005-02-13* flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.Kazu Hirata1-1/+1
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-17basic-block.h, [...]: Remove unused prototypes.Kazu Hirata1-1/+0
2004-11-08tree-ssa-live.c (tpa_init, [...]): Make them static.Kazu Hirata1-2/+0