summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-1/+1
* gcse.c: Use rtx_insnDavid Malcolm2014-08-221-45/+47
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm2014-08-191-1/+1
* remove has_executeTrevor Saunders2014-07-091-2/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-8/+8
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-10/+10
* gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers from test_...Steven Bosscher2014-06-071-7/+12
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-4/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+2
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-32/+28
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR rtl-optimization/60155 (ICE: in get_pressure_class_and_nregs at gcse.c:...John David Anglin2014-04-041-7/+64
* gcse.c (compute_transp): break from loop over canon_modify_mem_list when we f...Richard Biener2014-02-121-1/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-8/+8
* Eliminate last_basic_block macro.David Malcolm2013-12-091-15/+17
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-2/+2
* re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...Vladimir Makarov2013-11-281-1/+1