pa.md (integer_indexed_store splitters): Use mem_shadd_operand.
[gcc.git] / gcc / cfgrtl.c
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-19 Eric Botcazouinsn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
2015-05-09 Trevor Saunderschange in_expr_list_p to in_insn_list_p
2015-04-28 Trevor Saundersalways define HAVE_epilogue
2015-04-28 Trevor Saundersalways define HAVE_simple_return and HAVE_return
2015-04-22 Trevor Saundersmake some HAVE_cc0 code always compiled
2015-04-22 Trevor Saundersalways define HAVE_cc0
2015-04-21 Richard Bienercfghooks.h (create_basic_block): Replace with two overl...
2015-04-14 Jakub Jelinekre PR rtl-optimization/65761 (internal compiler error...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Jakub Jelinekre PR rtl-optimization/64536 (Undefined .L* symbol...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-14 Rong Xure PR debug/63581 (undefined references in debug_info)
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-19 Felix Yangcfgrtl.c [...]: Update comments and fix spacing to...
2014-09-16 Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-11 David MalcolmIntroduce LABEL_REF_LABEL
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 David MalcolmConvert nonlocal_goto_handler_labels from an EXPR_LIST...
2014-08-27 David Malcolmrtl_data.x_nonlocal_goto_handler_labels becomes an...
2014-08-26 David MalcolmRemove DF_REF_INSN scaffolding
2014-08-26 David Malcolmduplicate_insn_chain accepts rtx_insn
2014-08-26 David MalcolmStrengthen various insn emission functions
2014-08-26 David MalcolmParams of add_insn and unlink_insn_chain
2014-08-26 David MalcolmRemove BB_HEAD, BB_END, BB_HEADER scaffolding
2014-08-26 David MalcolmTighten up params of create_basic_block_structure
2014-08-25 David MalcolmAdd rtx_jump_table_data::get_labels method
2014-08-25 David Malcolmdelete_insn_and_edges takes an rtx_insn *
2014-08-25 David MalcolmConvert edge_def.insns.r to rtx_insn *
2014-08-25 David MalcolmRemove BB_FOOTER scaffolding
2014-08-21 David Malcolmcfgrtl.c: Use rtx subclasses
2014-08-20 David Malcolmget_last_bb_insn returns an rtx_insn
2014-08-20 David MalcolmFix issue with NULL as_a in duplicate_insn_chain
2014-08-19 David MalcolmReturn types of unlink_insn_chain and duplicate_insn_chain
2014-08-19 David Malcolmemit_* functions return rtx_insn
2014-08-19 David MalcolmConvert various rtx to rtx_note *
2014-08-19 David Malcolmbb_note returns a rtx_note *
2014-08-19 David MalcolmMake tablejump_p accept a rtx_jump_table_data **
2014-08-19 David Malcolmentry_of_function returns an insn
2014-08-19 David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-08-19 David MalcolmReplace BB_HEAD et al macros with functions
2014-08-18 David MalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-07-09 Trevor Saundersremove has_execute
2014-05-21 Bernd SchmidtStop the cfglayout code from failing an assert when...
2014-05-19 Richard Sandifordreg-notes.def (CROSSING_JUMP): Likewise.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-14 Eric Botcazoucfgcleanup.c (try_forward_edges): Use location_t for...
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saundersremove has_gate
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-17 Teresa Johnsonre PR gcov-profile/59527 (ICE: in fixup_reorder_chain...
2013-12-09 David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB_REVERSE macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-09 David MalcolmEliminate profile_status macro.
2013-12-09 David MalcolmEliminate basic_block_info macro.
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-12-09 David MalcolmEliminate SET_BASIC_BLOCK macro.
2013-11-24 Steven Bosscherre PR bootstrap/59279 (r205337 breaks bootstrap with...
2013-11-24 Steven Bosscherjump.c (reset_insn_reg_label_operand_notes): New functi...
2013-11-21 David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-18 Teresa JohnsonThis patch fixes an lto profiledbootstrap failure with...
2013-11-13 Steven Bosschercfgrtl.c (can_fallthru): Reorder code to move tablejump...
2013-10-10 Jakub Jelinekre PR middle-end/58670 (asm goto miscompilation)
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-23 Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-08-31 Teresa JohnsonThis patch sanitizes the partitioning to address issues...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-06-06 Teresa Johnsonre PR c++/53743 (ICE when compiling firefox with PGO...
2013-05-16 Teresa Johnsoncfgrtl.c (verify_hot_cold_block_grouping): Return err.
2013-05-15 Teresa Johnsonfunction.h (has_bb_partition): New rtl_data flag.
2013-04-16 Steven Bosschercfgrtl.c (cfg_layout_merge_blocks): Revert r184005...
2013-04-13 Steven Bosscheremit-rtl.c (remove_insn): Do not call df_insn_delete...
2013-04-08 Teresa JohnsonFirst phase of unifying the computation of profile...
2013-03-30 Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29 Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-02-25 Tom de Vriesre PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs...
2013-02-06 Tom de Vriesre PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-04 Steven Bosscherrtl.h (print_insn_with_notes): Remove prototype.
2012-12-02 Steven Bosscherfunction.h (struct rtl_data): Remove epilogue_delay_list.
2012-11-27 Dehao Chencfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATIO...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-13 Jakub Jelinekre PR rtl-optimization/54127 (ICE in maybe_record_trace...
2012-11-02 Eric Botcazoucfg-flags.def (ABNORMAL_CALL): Fix comment.
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-16 Joern Renneckeloop-doloop.c (doloop_modify): Pass doloop_end pattern...
2012-10-09 Steven Bosscher* basic-block. (profile_record): New struct, moved...
2012-10-08 Steven Bosscherbitmap.h (bitmap_and_into): Update prototype.
2012-09-27 Dehao Chentree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-13 Steven Bosscheripa-pure-const.c (state_from_flags, [...]): Use current...
next