summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uncprop.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-07tree-ssa-uncprop.c (ssa_equip_hash_traits): Remove in favor of tree_operand_h...Richard Biener
2019-01-03re PR lto/85574 (LTO bootstapped binaries differ)Jan Hubicka
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03cfganal.c (single_pred_edge_ignoring_loop_edges): New function extracted from...Jeff Law
2017-01-01Update copyright years.Jakub Jelinek
2016-02-29re PR tree-optimization/70005 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Jeff Law
2016-01-15re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-11-24remove val_ssa_equiv_hash_traitsTrevor Saunders
2015-11-24destroy values as well as keys when removing them from hash mapsTrevor Saunders
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford
2015-09-20switch from gimple to gimple*Trevor Saunders
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-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25tree-hash-traits.h: New file.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
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-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-06-24add hash_map classTrevor Saunders
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-13gimple-walk.h: New File.Andrew Macleod