aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-22re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Jeff Law1-170/+9
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-6/+6
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+9
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-84/+84
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-3/+3
2014-09-09single_set takes an insnDavid Malcolm1-1/+1
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-1/+1
2014-09-08gcse.c's modify_mem_list is a list of insnsDavid Malcolm1-7/+7
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-2/+2
2014-08-27Use rtx_insn_list in various placesDavid Malcolm1-4/+4