summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-1/+1
* GCSE: Use HOST_WIDE_INT instead of int (PR rtl-optimization/79574).Martin Liska2017-03-031-11/+16
* Use HOST_WIDE_INT for a param calculation (PR rtl-optimization/79574).Martin Liska2017-02-171-2/+3
* re PR rtl-optimization/78812 (Wrong code generation due to hoisting memory lo...Jeff Law2017-01-051-10/+23
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* make LABEL_REF_LABEL a rtx_insn *Trevor Saunders2016-10-211-3/+3
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-7/+2
* make stores rtx_insn_list a vecTrevor Saunders2016-07-061-13/+9
* remove unused loads rtx_insn_listTrevor Saunders2016-07-061-13/+1
* re PR rtl-optimization/70007 (wrong code with -mbmi2)Eric Botcazou2016-03-011-10/+17
* [gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...Kyrylo Tkachov2016-02-241-9/+10
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* [PATCH] Make disabled-optimization warning more informative; increase default...Brad Lucier2015-11-121-10/+12
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-11/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-11/+9
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-42/+40
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* hash-table.h: Update comments.Richard Sandiford2015-06-251-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-4/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Change use to type-based pool allocator in cselib.c.Martin Liska2015-06-011-0/+1
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-1/+2
* pass rtx_insn * more in gcse.cTrevor Saunders2015-05-091-4/+4
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-5/+4
* change local vars to rtx_insn *Trevor Saunders2015-05-021-1/+2
* remove more ifdefs for HAVE_cc0Trevor Saunders2015-04-221-11/+13
* always define HAVE_cc0Trevor Saunders2015-04-221-1/+1
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Jeff Law2015-03-221-170/+9
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+11
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-5/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-6/+6
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+9
* State cleanups from jit branchDavid Malcolm2014-10-211-0/+9
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-84/+84
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-1/+1
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-3/+3
* single_set takes an insnDavid Malcolm2014-09-091-1/+1
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-1/+1
* gcse.c's modify_mem_list is a list of insnsDavid Malcolm2014-09-081-7/+7
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-2/+2
* Use rtx_insn_list in various placesDavid Malcolm2014-08-271-4/+4