Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / test / CodeGen /
2012-10-16 Michael LiaoTeach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
2012-10-16 Rafael EspindolaSwitch back to the old coalescer for now to fix the...
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-16 NAKAMURA TakumiReapply r165661, Patch by Shuxin Yang <shuxin.llvm...
2012-10-16 Rafael EspindolaFix the cpu name and add -verify-machineinstrs.
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Jim GrosbachARM: v1i64 and v2i64 VBSL intrinsic support.
2012-10-15 Andrew TrickCheck output of the misched unit tests
2012-10-15 Rafael EspindolaAdd a cpu to try to fix the atom builder.
2012-10-15 Rafael EspindolaAdd testcase for pr14088.
2012-10-15 Andrew Trickmisched tests: add a triple to speculatively fix window...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-15 Silviu BarangaFixed PR13938: the ARM backend was crashing because...
2012-10-13 Jakob Stoklund OlesenDrop <def,dead> flags when merging into an unused lane.
2012-10-13 Jakob Stoklund OlesenAllow for loops in LiveIntervals::pruneValue().
2012-10-13 Benjamin KramerX86: Fix accidentally swapped operands.
2012-10-13 Benjamin KramerX86: Promote i8 cmov when both operands are coming...
2012-10-12 Manman RenARM: tail-call inside a function where part of a byval...
2012-10-12 Jakob Stoklund OlesenFix buildbots: -misched=shuffle is only available in...
2012-10-12 Jim GrosbachARM: Mark VSELECT as 'expand'.
2012-10-12 Jakob Stoklund OlesenUse a transposed algorithm for handleMove().
2012-10-12 Jakob Stoklund OlesenFix coalescing with IMPLICIT_DEF values.
2012-10-12 NAKAMURA Takumillvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try...
2012-10-12 Ulrich WeigandFix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-11 Jakob Stoklund OlesenPass an explicit operand number to addLiveIns.
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-10 Evan ChengAdd isel patterns for v2f32 / v4f32 neon.vbsl intrinsic...
2012-10-10 Bill SchmidtAdd -mattr=+altivec and remove XFAIL.
2012-10-10 Bill SchmidtXFAIL for all targets pending investigation
2012-10-10 Nadav RotemPatch by Shuxin Yang <shuxin.llvm@gmail.com>.
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-10 Michael LiaoSpecify CPU model to avoid breaking ATOM builds
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2012-10-10 Stepan DyatkovskiyFix for LDRB instruction:
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-10-09 Evan ChengWhen expanding atomic load arith instructions, do not...
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Adhemerval ZanellaAdd floating-point to and from integer conversion
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-05 Rafael EspindolaConvert to unix line endings.
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Nadav RotemA DAGCombine optimization for mergeing consecutive...
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-10-02 Evan ChengFix a serious X86 instruction selection bug. In
2012-10-02 Nick LewyckyMake sure to put our sret argument into %rax on x86...
2012-10-02 Jakob Stoklund OlesenMake sure the whole live range is covered when values...
2012-10-02 Benjamin KramerFix broken tests.
2012-10-02 Duncan SandsFix PR13991: legalizing an overflowing multiplication...
2012-10-01 NAKAMURA Takumitest/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64...
2012-10-01 Reed Kotlerchecking test case for r164811. was an omission to...
2012-10-01 Michael LiaoFix PR13899
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-28 Evan ChengDo not delete BBs if their addresses are taken. rdar...
2012-09-28 Akira HatanakaMIPS DSP: add operands to make sure instruction strings...
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Manman RenTestcase for r164835
2012-09-28 Akira HatanakaMIPS DSP: ADDUH.QB instruction sub-class.
2012-09-27 Jakob Stoklund OlesenEnable the new coalescer algorithm by default.
2012-09-27 Akira HatanakaMIPS DSP: ABSQ_S.PH instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: SHLL.QB instruction sub-class.
2012-09-27 Jakob Stoklund OlesenAvoid dereferencing a NULL pointer.
2012-09-27 Jush Lu[arm-fast-isel] Add support for ELF PIC.
2012-09-27 Akira HatanakaTest case for r164755 and 164756.
2012-09-27 Akira HatanakaMIPS DSP: ADDU.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-27 Akira HatanakaMIPS DSP: add vector load/store patterns.
2012-09-26 NAKAMURA TakumiARM/atomicrmw_minmax.ll: Fix RUN line.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
2012-09-26 NAKAMURA Takumillvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
2012-09-26 Michael LiaoAdd SARX/SHRX/SHLX code generation support
2012-09-26 Michael LiaoAdd RORX code generation support
2012-09-26 Michael LiaoAdd MULX code generation support
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-25 Michael LiaoAdd missing i64 max/min/umax/umin on 32-bit target
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-23 Michael LiaoRevise test to avoid using of 'grep'
next