aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-3/+4
2019-09-30Remove global call sets: postreload-gcse.cRichard Sandiford1-1/+7
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-17/+2
2019-09-05re PR rtl-optimization/91656 (wrong code with -fgcse-after-reload)Richard Biener1-3/+0
2019-09-04re PR middle-end/36262 (Extreme memory usage of VRP compared to older versions)Richard Biener1-32/+32
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-2/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-07Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).Martin Liska1-2/+12
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-9/+12
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-6/+6
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-8/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-08-30postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion used fo...Eric Botcazou1-1/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-06tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.Richard Biener1-0/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-2/+2
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-2/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-22re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Jeff Law1-9/+109
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+6
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-4/+5
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-2/+3
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-2/+2
2014-08-22postreload-gcse.c: Use rtx_insn in various placesDavid Malcolm1-31/+31
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-12/+13
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+6
2014-04-17remove has_gateTrevor Saunders1-1/+0