summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* recog_memoized works on an rtx_insn *dmalcolm2014-09-091-1/+1
* gcse.c's modify_mem_list is a list of insnsdmalcolm2014-09-081-7/+7
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-2/+2
* Use rtx_insn_list in various placesdmalcolm2014-08-271-4/+4
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-1/+1
* gcse.c: Use rtx_insndmalcolm2014-08-221-45/+47
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-1/+1
* remove has_executetbsaunde2014-07-091-2/+0
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-8/+8
* gcc/rsandifo2014-06-151-10/+10
* * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointerssteven2014-06-071-7/+12
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-4/+2
* pass cfun to pass::executetbsaunde2014-04-171-2/+2
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-32/+28
* remove has_gatetbsaunde2014-04-171-2/+0
* PR rtl-optimization/60155danglin2014-04-041-7/+64
* 2014-02-12 Richard Biener <rguenther@suse.de>rguenth2014-02-121-1/+4
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-8/+8
* Eliminate last_basic_block macro.dmalcolm2013-12-091-15/+17
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-2/+2
* 2013-11-28 Vladimir Makarov <vmakarov@redhat.com>vmakarov2013-11-281-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-8/+8
* Eliminate n_edges macrodmalcolm2013-11-191-4/+4
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-8/+11
* * gcse.c (pre_delete): Remove references to regmove from comments.steven2013-11-021-1/+1
* gcc/rsandifo2013-09-281-4/+4
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-36/+72
* Fix typos.mrs2013-07-211-1/+1
* * gcse.c (compute_ld_motion_mems): If a non-simple MEM islaw2013-05-181-0/+11
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-34/+40
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+2
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-11/+1
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-2/+1
* * gcse.c (oprs_unchanged_p): Respect flag_gcse_lm.steven2013-03-231-3/+8
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * gcse.c (struct reg_use): Remove unused struct.steven2012-12-031-6/+8
* 2012-11-27 Paolo Bonzini <pbonzini@redhat.com>bonzini2012-11-271-19/+23
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-36/+32
* * gcse.c (struct bb_data): Add new fields, old_pressure, live_inamker2012-11-121-42/+156
* This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl2012-11-011-4/+4
* This patch normalizes more bitmap function names.crowl2012-11-011-23/+23
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-18/+18
* 2012-10-23 Vladimir Makarov <vmakarov@redhat.com>vmakarov2012-10-231-1/+1
* gcc/ChangeLogamker2012-10-191-30/+340
* * gcse.c: Update copyright dates.amker2012-10-191-7/+8
* * combine.c (record_dead_and_set_regs): Iterate over hard register setsteven2012-10-161-3/+4