aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15re PR rtl-optimization/66838 (Calling multiple SYSV AMD64 ABI functions from ...Uros Bizjak1-0/+17
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation for LOAD_EXTEND_OPTrevor Saunders1-12/+6
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-8/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-08Handle -fipa-ra in reload_combineTom de Vries1-1/+4
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-0/+1
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-1/+1
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford1-2/+1
2015-05-19caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe...Richard Sandiford1-1/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-6/+5
2015-05-19cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford1-15/+8
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-4/+3
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-7/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-9/+9
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+6
2014-10-22md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford1-1/+2
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-5/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-08-22postreload.c: Use rtx_insn (also touches rtl.h and cprop.c)David Malcolm1-28/+28
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-18Use strict_low_part for loading a constant only if it is cheaperAndreas Schwab1-4/+8
2014-06-11common.md: New file.Richard Sandiford1-16/+2
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-2/+2
2014-05-27system.h (TEST_BIT): New macro.Richard Sandiford1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-10/+10
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-18/+18
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+2
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-6/+6
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-05-30re PR rtl-optimization/57439 (FAIL: gcc.c-torture/execute/920501-6.c executio...Joern Rennecke1-2/+19
2013-05-28re PR rtl-optimization/57439 (FAIL: gcc.c-torture/execute/920501-6.c executio...Joern Rennecke1-2/+1
2013-05-27re PR rtl-optimization/56833 (Valid register is over written by postreload pass)Joern Rennecke1-86/+109
2013-03-25* postreload.c (reload_combine): Fix code detecting returns.Eric Botcazou1-5/+11