aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-assigns.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-07-16re PR rtl-optimization/66626 (gcc.dg/torture/stackalign/non-local-goto-5.c se...Vladimir Makarov1-5/+22
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+6
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-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-10re PR target/65710 (Thumb1 ICE caused by no register to spill)Vladimir Makarov1-2/+4
2015-04-09re PR target/65710 (Thumb1 ICE caused by no register to spill)Vladimir Makarov1-1/+8
2015-03-05re PR target/64342 (Tests failing when compiled with '-m32 -fpic' after r2161...Vladimir Makarov1-4/+40
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03Rename fuse-caller-saveTom de Vries1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-15re PR rtl-optimization/63448 (ICE when compiling atlas 3.10.2)Vladimir Makarov1-1/+28
2014-10-13re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Kirill Yukhin1-6/+14
2014-10-10* lra-assigns.c (assign_by_spills): Fix thinko in previous change.Eric Botcazou1-1/+3
2014-10-10* lra-assigns.c (assign_by_spills): Error out on spill failure.Eric Botcazou1-7/+9
2014-09-09struct ira_reg_equiv_s's "init_insns" is an rtx_insn_listDavid Malcolm1-3/+3
2014-08-22lra: use rtx_insnDavid Malcolm1-1/+1
2014-06-16re PR rtl-optimization/61522 (ICE while building libgcc in LRA)Vladimir Makarov1-1/+2
2014-06-13lra-assign.c (assign_by_spills): Add code to assign vector regs to inheritanc...Vladimir Makarov1-0/+25
2014-05-30-fuse-caller-save - Support in lraTom de Vries1-6/+7
2014-05-28revert: lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.Tom de Vries1-12/+3
2014-05-28-fuse-caller-save - Support in lraTom de Vries1-3/+12
2014-03-28re PR target/60675 ([aarch64] internal compiler error: Max. number of generat...Vladimir Makarov1-3/+5
2014-03-27re PR rtl-optimization/60650 ([ARM] LRA ICE in assign_by_spills)Vladimir Makarov1-61/+88
2014-02-26re PR bootstrap/60343 (r208155 breaks bootstrap)Richard Biener1-1/+1
2014-02-25re PR rtl-optimization/60317 (find_hard_regno_for compile time hog in libvpx)Vladimir Makarov1-8/+11
2014-01-15re PR rtl-optimization/59511 (FAIL: gcc.target/i386/pr36222-1.c scan-assemble...Vladimir Makarov1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-07-18[multiple changes]Vladimir Makarov1-1/+14
2013-07-05re PR rtl-optimization/55342 ([LRA,x86] Non-optimal code for simple loop with...Vladimir Makarov1-15/+18
2013-05-30target.def (register_usage_leveling_p): New hook.Vladimir Makarov1-5/+1
2013-05-10lra-assigns.c (find_hard_regno_for): Add 1 to the cost of call saved registers.Vladimir Makarov1-1/+1
2013-04-23lra-assigns.c (find_hard_regno_for): Use lra_reg_val_equal_p to check the reg...Shiva Chen1-5/+7
2013-02-15re PR rtl-optimization/56348 (internal compiler error in assign_by_spills wit...Vladimir Makarov1-0/+6
2013-01-24re PR inline-asm/55934 (LRA inline asm error recovery)Steven Bosscher1-0/+20
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-21re PR inline-asm/55775 (ICE when building pari)Vladimir Makarov1-0/+2
2012-11-28re PR rtl-optimization/55512 (Various LRA ICEs with inline-asm)Vladimir Makarov1-5/+11
2012-11-27re PR rtl-optimization/55458 (ICE: in assign_by_spills, at lra-assigns.c:1212...Vladimir Makarov1-1/+29
2012-11-17re PR rtl-optimization/55342 ([LRA,x86] Non-optimal code for simple loop with...Vladimir Makarov1-23/+18