summaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-24re PR rtl-optimization/88948 (ICE in elimination_costs_in_insn, at reload1.c:...Uros Bizjak
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-05-05store-motion.c (remove_reachable_equiv_notes): Reformat long lines.Nathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-07-28make pattern_regs a vecTrevor Saunders
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-07-06make antic_stores a vec<rtx_insn *>Trevor Saunders
2016-04-24make avail_stores a vec<rtx_insn *>Trevor Saunders
2016-02-24[gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...Kyrylo Tkachov
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
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-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-04-18remove need for store_values_directlyTrevor Saunders
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-16function.h: Flatten file.Andrew MacLeod
2014-09-09single_set takes an insnDavid Malcolm
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm
2014-08-28store-motion.c: Include rtl-iter.h.Richard Sandiford
2014-08-27Use rtx_insn_list in various placesDavid Malcolm
2014-08-23store-motion.c: Use rtx_insnDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford
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-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener