summaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-09-30Remove global call sets: postreload-gcse.cRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-09-05re PR rtl-optimization/91656 (wrong code with -fgcse-after-reload)Richard Biener
2019-09-04re PR middle-end/36262 (Extreme memory usage of VRP compared to older versions)Richard Biener
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-07Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).Martin Liska
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-08-06Remaining support for clobber highAlan Hayward
2018-01-03Update copyright years.Jakub Jelinek
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-30postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion used fo...Eric Botcazou
2016-01-04Update copyright years.Jakub Jelinek
2015-11-06tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.Richard Biener
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25hash-table.h: Update comments.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
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-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-03-22re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Jeff Law
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford
2014-10-20cfgrtl.h: New.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-09recog_memoized works on an rtx_insn *David Malcolm
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm
2014-08-22postreload-gcse.c: Use rtx_insn in various placesDavid Malcolm
2014-07-09remove has_executeTrevor 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