aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-remat.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Fix latent LRA remat issue (PR68730)Bernd Schmidt1-37/+78
2016-01-28re PR middle-end/69542 (-fcompare-debug failure in simplify-rtx.c on i?86 sin...Jakub Jelinek1-1/+1
2016-01-27re PR rtl-optimization/69447 (wrong code with -O2 -fno-schedule-insns and mix...Richard Henderson1-33/+44
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30re PR rtl-optimization/68106 (c-c++-common/torture/builtin-arith-overflow-11....Vladimir Makarov1-43/+62
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-18/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+2
2015-07-21re PR ipa/66424 (wrong code at -O2 and -O3 on x86_64-linux-gnu in 32-bit mode)Vladimir Makarov1-0/+10
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-07re PR debug/65678 (internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:...Vladimir Makarov1-9/+12
2015-04-04re PR target/65647 (GCC won't stop when compile for armv6-m)Vladimir Makarov1-0/+10
2015-02-27re PR target/65032 (ICE in reload_combine_note_use, at postreload.c:1556 on i...Vladimir Makarov1-0/+24
2015-02-24re PR rtl-optimization/65123 (lra remat places insn which breaks data flow)Vladimir Makarov1-0/+10
2015-01-19re PR rtl-optimization/64671 (s390-linux profiledbootstrap failure)Vladimir Makarov1-0/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+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-18re PR rtl-optimization/64291 (Miscompile t-div in GMP's testsuite)Vladimir Makarov1-9/+12
2014-11-18re PR rtl-optimization/63906 (lra_remat miscompiles glibc on aarch64)Vladimir Makarov1-1/+7
2014-11-16lra-remat.c (cand_transf_func): Process regno for rematerialization too.Vladimir Makarov1-0/+4
2014-11-14lra-int.h (lra_create_live_ranges): Add parameter.Vladimir Makarov1-3/+28
2014-11-13common.opt (flra-remat): New.Vladimir Makarov1-0/+1212