aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-21re PR rtl-optimization/70326 (ICE: RTL check: expected elt 3 type 'e' or 'u',...Jakub Jelinek1-0/+4
2016-02-19re PR middle-end/69838 (Lra deletes EH_REGION)Jakub Jelinek1-1/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27re PR rtl-optimization/68536 (LRA ICEs with new arm pattern)Vladimir Makarov1-5/+15
2015-11-06tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.Richard Biener1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-23/+8
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-08-21gencodes.c (gencodes): Print the comma for the preceding enum value rather th...Richard Sandiford1-5/+3
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-12/+12
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09re PR rtl-optimization/66782 (Unable to run 64-bit wine after MS->SYSV regist...Vladimir Makarov1-2/+5
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-5/+3
2015-07-09always define AUTO_INC_DECTrevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+5
2015-06-30re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subre...Vladimir Makarov1-10/+31
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-4/+1
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-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-13/+11
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in lra.c.Martin Liska1-30/+10
2015-06-01Change use to type-based pool allocator in lra-lives.c.Martin Liska1-0/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-4/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-2/+2
2015-04-09re PR target/65710 (Thumb1 ICE caused by no register to spill)Vladimir Makarov1-6/+13
2015-04-04re PR target/65647 (GCC won't stop when compile for armv6-m)Vladimir Makarov1-1/+7
2015-03-20re PR rtl-optimization/64366 (Segmentation fault in remove_pseudos)Vladimir Makarov1-1/+14
2015-02-27re PR target/65032 (ICE in reload_combine_note_use, at postreload.c:1556 on i...Vladimir Makarov1-10/+19
2015-02-06lra.c (lra_emit_add): Fix a typo in using disp instead of base.Vladimir Makarov1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03Rename fuse-caller-saveTom de Vries1-1/+1
2014-11-28re PR target/64061 (ICE: in gen_rtx_SUBREG, at emit-rtl.c:894 with -O2 -g -fn...Vladimir Makarov1-1/+2
2014-11-19PR jit/63854: lra.c: Fix leak of point_freq_vec's buffer when calling lra_inh...David Malcolm1-0/+1
2014-11-16lra-remat.c (cand_transf_func): Process regno for rematerialization too.Vladimir Makarov1-1/+1
2014-11-15lra.c (lra): Switch off rematerialization pass.Vladimir Makarov1-1/+1
2014-11-14lra-int.h (lra_create_live_ranges): Add parameter.Vladimir Makarov1-9/+14
2014-11-13lra.c (lra): Switch off rematerialization pass.Vladimir Makarov1-1/+1
2014-11-13common.opt (flra-remat): New.Vladimir Makarov1-48/+59
2014-11-09re PR rtl-optimization/63620 (RELOAD lost SET_GOT dependency on Darwin)Vladimir Makarov1-0/+89
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+2
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/+5
2014-10-22lra.c (lra): Remove call to recog_init.Richard Sandiford1-5/+0
2014-10-22md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford1-24/+4
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-2/+3