summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-2/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-6/+3
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-11/+8
* type reg_equiv_init as rtx_insn_listTrevor Saunders2015-05-021-4/+4
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders2015-04-221-6/+4
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Add a no_register_allocation target hook.Bernd Schmidt2014-11-051-0/+5
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-33/+33
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford2014-10-221-7/+10
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+4
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-1/+1
* use rtx_insn * moreTrevor Saunders2014-09-161-1/+1
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-3/+3
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-3/+3
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-11/+11
* Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-3/+3
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-3/+3
* reload1.c: Include rtl-iter.h.Richard Sandiford2014-08-281-26/+26
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm2014-08-271-3/+3
* Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm2014-08-271-5/+4
* reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm2014-08-221-89/+96
* Convert various rtx to rtx_note *David Malcolm2014-08-191-1/+2
* common.md: New file.Richard Sandiford2014-06-111-15/+0
* system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford2014-06-111-2/+4
* Improve reload code generation by ignoring init insns for reloads.Bernd Schmidt2014-05-211-37/+64
* re PR target/57935 (ICE in rs6000_secondary_reload_inner:15181, type = load)Alan Modra2014-02-271-2/+5
* re PR middle-end/52306 (ICE in cselib_record_set, at cselib.c:2158)Jeff Law2014-02-101-2/+11
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher2013-11-131-1/+2
* re PR rtl-optimization/58545 (error: unable to find a register to spill in cl...Joern Rennecke2013-10-301-29/+44
* re PR rtl-optimization/58369 (ICE in subreg_get_info when compiling boost for...Jeff Law2013-10-301-1/+39
* Fix a miscompilation where a reload reg is reused after it has been clobbered.Bernd Schmidt2013-10-151-0/+8
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* cse.c (count_reg_usage): Handle INT_LIST.Richard Sandiford2013-09-271-0/+1
* asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford2013-09-091-1/+3
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-1/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-12/+12
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-6/+4
* reload1.c (init_reload): Only initialize reload_obstack during the first call.Jakub Jelinek2013-01-211-2/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1