aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-12tree-optimization/101373 - avoid PRE across externally throwing callRichard Biener1-1/+2
2021-06-17return auto_vec from more dominance functionsTrevor Saunders1-8/+5
2021-05-04Remove CC0Segher Boessenkool1-22/+3
2021-02-27gcse, ipa-devirt: Use %wd/%wu instead of HOST_WIDE_INT_PRINT* in diagnostics ...Jakub Jelinek1-2/+1
2021-01-29change unit of --param max-gcse-memory to kBRichard Biener1-2/+2
2021-01-29rtl-optimization/98863 - fix PRE/CPROP memory usage checkRichard Biener1-5/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-8/+9
2019-09-30Remove global call sets: gcse.cRichard Sandiford1-2/+8
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-3/+3
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+2
2019-04-11re PR tree-optimization/90020 (-O2 -Os x86-64 wrong code generated for GNU Em...Richard Biener1-1/+2
2019-01-24re PR rtl-optimization/88948 (ICE in elimination_costs_in_insn, at reload1.c:...Uros Bizjak1-6/+15
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-03-03GCSE: Use HOST_WIDE_INT instead of int (PR rtl-optimization/79574).Martin Liska1-11/+16
2017-02-17Use HOST_WIDE_INT for a param calculation (PR rtl-optimization/79574).Martin Liska1-2/+3
2017-01-05re PR rtl-optimization/78812 (Wrong code generation due to hoisting memory lo...Jeff Law1-10/+23
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-3/+3
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-7/+2
2016-07-06make stores rtx_insn_list a vecTrevor Saunders1-13/+9
2016-07-06remove unused loads rtx_insn_listTrevor Saunders1-13/+1
2016-03-01re PR rtl-optimization/70007 (wrong code with -mbmi2)Eric Botcazou1-10/+17
2016-02-24[gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...Kyrylo Tkachov1-9/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-12[PATCH] Make disabled-optimization warning more informative; increase default...Brad Lucier1-10/+12
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+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-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-42/+40
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+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-7/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-4/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-0/+1
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+2
2015-05-09pass rtx_insn * more in gcse.cTrevor Saunders1-4/+4
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-5/+4
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+2
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-11/+13
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6