aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Revert:David Edelsohn1-371/+7
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-7/+371
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-table.h: Update comments.Richard Sandiford1-6/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-373/+7
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-7/+373
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-6/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-11/+11
2015-03-19revert: re PR middle-end/63155 (memory hog)Richard Biener1-133/+21
2015-03-10re PR middle-end/63155 (memory hog)Richard Biener1-21/+133
2015-03-06re PR middle-end/64928 (Inordinate cpu time and memory usage in "phase opt an...Richard Biener1-1/+1
2015-01-22re PR tree-optimization/64728 (internal compiler error: SSA corruption)Richard Biener1-1/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-13/+16
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-10/+9
2014-03-05re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu)Jakub Jelinek1-2/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-13cfgexpand.c (expand_used_vars): Allocate space for partitions based on PARM_D...Eric Botcazou1-4/+12
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-1/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-10-01tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod1-40/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-26tree-ssa-live.c (var_map_base_init): Handle SSA names with DECL_IGNORED_P bas...Richard Biener1-5/+6
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-14gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law1-10/+40
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-83/+47
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-18re PR other/54324 (GCC install document does not list minimum required g++ ve...Aldy Hernandez1-1/+1
2012-11-19re PR middle-end/54630 (GCC 4.8 --enable-languages=c build fails: Undefined s...Jakub Jelinek1-2/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-4/+5
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher1-2/+2
2012-08-22tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents of this a VEC and...Steven Bosscher1-47/+45
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-9/+14
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-15/+13
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-45/+19
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-1/+1
2012-08-01tree-flow-inline.h (referenced_var): Remove.Richard Guenther1-40/+0