summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-08re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-25tree-outof-ssa.c (tree-ssa.h, tree-dfa.h): Include header files.Bin Cheng
2018-05-25* tree-ssa-live.h (live_merge_and_clear): Delete.Bin Cheng
2018-01-03Update copyright years.Jakub Jelinek
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-15tree-ssa-coalesce.c (register_default_def): Remove register_ssa_partition.Kugan Vivekanandarajah
2016-01-04Update copyright years.Jakub Jelinek
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-07-24Revert:David Edelsohn
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-03-06re PR middle-end/64928 (Inordinate cpu time and memory usage in "phase opt an...Richard Biener
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod
2013-10-01tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-06-09cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka
2009-11-25Remove trailing white spaces.H.J. Lu
2009-04-27ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz
2009-04-26tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.H.J. Lu
2009-04-26Expand from SSA.Michael Matz
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata
2006-12-10New out of ssa Coalescer.Andrew MacLeod
2006-12-08New TER code.Andrew MacLeod
2006-12-04Switch live on entry to a per block basis from per variable.Andrew MacLeod
2006-12-01common.opt (ftree-combine-temps): Remove.Andrew MacLeod
2006-11-30Implement coalesce list with hash table instead of linked list.Andrew MacLeod
2006-04-12Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata
2005-07-30tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka
2005-06-25Update FSF address.Kelley Cook
2005-05-14tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata