summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*Trevor Saunders2015-09-201-2/+2
* [PR64164] fix regressions reported on m68k and armebAlexandre Oliva2015-08-191-2/+2
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-08-141-7/+377
* Revert:David Edelsohn2015-07-241-371/+7
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-07-231-7/+371
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-18/+5
* hash-table.h: Update comments.Richard Sandiford2015-06-251-6/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-373/+7
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-7/+373
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-6/+4
* remove need for store_values_directlyTrevor Saunders2015-04-181-11/+11
* revert: re PR middle-end/63155 (memory hog)Richard Biener2015-03-191-133/+21
* re PR middle-end/63155 (memory hog)Richard Biener2015-03-101-21/+133
* re PR middle-end/64928 (Inordinate cpu time and memory usage in "phase opt an...Richard Biener2015-03-061-1/+1
* re PR tree-optimization/64728 (internal compiler error: SSA corruption)Richard Biener2015-01-221-1/+6
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-13/+16
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-10/+9
* re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu)Jakub Jelinek2014-03-051-2/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* cfgexpand.c (expand_used_vars): Allocate space for partitions based on PARM_D...Eric Botcazou2013-11-131-4/+12
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-1/+2
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+5
* tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod2013-10-011-40/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* tree-ssa-live.c (var_map_base_init): Handle SSA names with DECL_IGNORED_P bas...Richard Biener2013-09-261-5/+6
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law2013-06-141-10/+40
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-83/+47
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR other/54324 (GCC install document does not list minimum required g++ ve...Aldy Hernandez2012-12-181-1/+1
* re PR middle-end/54630 (GCC 4.8 --enable-languages=c build fails: Undefined s...Jakub Jelinek2012-11-191-2/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-15/+15
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-4/+5
* bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher2012-09-071-2/+2
* tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents of this a VEC and...Steven Bosscher2012-08-221-47/+45
* hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther2012-08-171-9/+14
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-15/+13
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-1/+1