aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-constraints.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-27re PR rtl-optimization/68536 (LRA ICEs with new arm pattern)Vladimir Makarov1-2/+5
2015-11-26Fix whitespacing.Mike Stump1-2/+2
2015-11-25re PR rtl-optimization/67954 (internal compiler error: in patch_jump_insn, at...Vladimir Makarov1-1/+4
2015-10-30Add contains_symbol_ref_pAnatoly Sokolov1-29/+0
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29lra: Don't remove the scratch in (mem:BLK (scratch))Segher Boessenkool1-0/+5
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-10-17change a function argument from rtx to rtx_insn *Trevor Saunders1-1/+1
2015-10-02re PR rtl-optimization/67756 (ICE compiling Linux Kernel fs/namei.c on ARM)Vladimir Makarov1-12/+20
2015-09-30re PR rtl-optimization/67037 (Wrong code at -O1 and above on ARM)Bernd Edlinger1-1/+1
2015-09-25re PR target/61578 (Code size increase for ARM thumb compared to 4.8.x when c...Vladimir Makarov1-0/+6
2015-09-16Fix endianness assumption in LRA.David S. Miller1-1/+1
2015-09-01re PR target/61578 (Code size increase for ARM thumb compared to 4.8.x when c...Vladimir Makarov1-6/+12
2015-07-16re PR rtl-optimization/66626 (gcc.dg/torture/stackalign/non-local-goto-5.c se...Vladimir Makarov1-7/+1
2015-07-14re PR rtl-optimization/66626 (gcc.dg/torture/stackalign/non-local-goto-5.c se...Vladimir Makarov1-1/+7
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-3/+15
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-8/+9
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-3/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-24always define HAVE_lo_sumTrevor Saunders1-36/+36
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-8/+7
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-0/+3
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-9/+3
2015-05-09setup_next_usage_insn can take a rtx_insn *Trevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-3/+3
2015-05-02make some functions in lra-constraints.c take rtx_insn *Trevor Saunders1-2/+2
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+1
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-4/+2
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-19re PR rtl-optimization/65805 (Chromium gets miscompiled)Vladimir Makarov1-1/+1
2015-04-14re PR target/65729 (ICE (in prohibited_class_reg_set_mode_p, at lra-constrain...Yvan Roux1-2/+1
2015-04-10re PR target/65729 (ICE (in prohibited_class_reg_set_mode_p, at lra-constrain...Vladimir Makarov1-1/+2
2015-03-19re PR rtl-optimization/63491 (Ice in LRA with simple vector test case on power)Vladimir Makarov1-17/+7
2015-02-27re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Vladimir Makarov1-2/+4
2015-01-30re PR rtl-optimization/64688 (internal compiler error: Max. number of generat...Vladimir Makarov1-12/+39
2015-01-30re PR target/64617 (ICE: Max. number of generated reload insns per insn is ac...Vladimir Makarov1-19/+32
2015-01-16Adjust handling of word sized subregs for OP_OUTRobert Suchanek1-0/+2
2015-01-15re PR rtl-optimization/64110 (ICE: Max. number of generated reload insns per ...Vladimir Makarov1-0/+10
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-09re PR target/64348 (Case scal-to-vec1.c failed on arm-linux-gnueabi with -fPIC)Kito Cheng1-8/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19* Add TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT target macro.Kaz Kojima1-0/+26
2014-12-19* Add TARGET_CANNOT_SUBSTITUTE_MEM_EQUIV target macro.Kaz Kojima1-1/+5