Fix test.
[oota-llvm.git] / test / CodeGen / ARM /
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-03 Evan ChengRe-apply 85799. It turns out my code isn't buggy.
2009-11-03 Evan ChengFix PR5367. QPR_8 is the super regclass of DPR_8 and...
2009-11-03 Anton KorobeynikovRevert r85049, it is causing PR5367
2009-11-02 Evan ChengRevert 85799 for now. It might be breaking llvm-gcc...
2009-11-02 Evan ChengInitilize the machine LICM CSE map upon the first time...
2009-11-02 Evan ChengRemove an irrelevant and poorly reduced test case.
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-11-02 Anton Korobeynikov64-bit FP loads & stores operate on both NEON and VFP...
2009-10-31 Jim Grosbachvml[as].f32 cause stalls in following advanced SIMD...
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Benjamin KramerAdd missing colons for FileCheck.
2009-10-31 Jim GrosbachConvert to FileCheck
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-27 Rafael EspindolaAdd missing testcase.
2009-10-27 Bob WilsonFix the rest of the ARM failures by converting them...
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-10-27 Bob WilsonConvert to FileCheck, fixing failure due to tab change...
2009-10-25 Evan ChengUpdate tests.
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-20 Anton KorobeynikovFix invalid for vector types fneg(bitconvert(x)) =...
2009-10-19 Chris Lattnerconvert to filecheck syntax and make a lot more aggressive.
2009-10-19 Chris Lattnerrename test
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-13 Sandeep PatelAdd ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
2009-10-12 Benjamin KramerEliminate some redundant llvm-as calls.
2009-10-09 Dan GohmanUpdate this test; the code is the same but it gets...
2009-10-09 Bob WilsonMerge a bunch of NEON tests into larger files so they...
2009-10-09 Bob WilsonConvert some ARM tests with lots of greps to use FileCheck.
2009-10-09 Bob WilsonCommit one last NEON test to use FileCheck. That's...
2009-10-09 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-09 Bob WilsonAdd codegen support for NEON vst4lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2lane intrinsics with...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vld4lane intrinsics with...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vld3lane intrinsics with...
2009-10-08 Anton KorobeynikovUse lower16 / upper16 imm modifiers to asmprint 32...
2009-10-08 Bob WilsonAdd codegen support for NEON vld2lane intrinsics with...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vst4 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with ...
2009-10-07 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld2 intrinsics with ...
2009-10-07 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-07 Bob WilsonConvert test to FileCheck.
2009-10-07 Bob WilsonAdd codegen support for NEON vst4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst3 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst2 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with 128...
2009-10-07 Bob WilsonAdd tests for vld2 of 128-bit vectors.
2009-10-06 Bob WilsonUpdate NEON struct names to match llvm-gcc changes.
2009-10-02 Evan ChengFix tests.
2009-10-02 Evan ChengMove load / store multiple before post-alloc scheduling.
2009-10-01 David GoodwinRemove neonfp attribute and instead set default based...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-29 David GoodwinPost-RA regressions.
2009-09-29 Evan ChengFix PR4687. Pre ARMv5te does not support ldrd / strd...
2009-09-28 Evan ChengCoalescer should not delete extract_subreg, insert_subr...
2009-09-27 Anton KorobeynikovUse movt/movw pair to materialize 32 bit constants...
2009-09-26 Evan ChengRemove this test.
2009-09-26 Daniel Dunbar"Update" tests for -disable-if-conversion removal....
2009-09-26 Evan ChengConvert test to filecheck.
2009-09-25 Evan ChengFlip -disable-post-RA-scheduler to -post-RA-scheduler.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Bob Wilsonpr4926: ARM requires the stack pointer to be aligned...
2009-09-24 Bob WilsonConvert to FileCheck.
2009-09-24 Evan ChengFix PR5024 with a big hammer: disable the double-def...
2009-09-23 Evan ChengFix PR5024. LiveVariables physical register defs should...
2009-09-22 Evan ChengFix PR5024. LiveVariables::FindLastPartialDef should...
2009-09-22 Evan ChengFix a pasto. Also simplify for Bill's benefit.
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-21 Evan ChengFix PR4986. "r1024 = insert_subreg r1024, undef, 2...
2009-09-15 Bob WilsonConvert more tests to FileCheck.
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-13 Anton KorobeynikovDefine proper subreg sets for arm - this should fix...
2009-09-11 Dan GohmanRemove an unnecessary -f.
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-10 Bob WilsonDon't swap the operands of a subtraction when trying...
2009-09-09 Bob WilsonFix pr4939: Change FPCCToARMCC to translate SETOLE...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Anton KorobeynikovUnbreak getOnesVector() / getZeroVector() to use valid...
2009-09-08 Anton KorobeynikovAdd NEON 'laned' operations. This fixes another bunch...
2009-09-04 Daniel DunbarRemove stale greps.
2009-09-04 Bob WilsonConvert tests to FileCheck.
2009-09-04 Bob WilsonConvert a test to FileCheck.
next