merge two tests.
[oota-llvm.git] / test / CodeGen / ARM /
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-22 Edward O'CallaghanConvert ARM tests to FileCheck for PR5307.
2009-11-22 Edward O'CallaghanForgot to alter RUN line when converting to FileCheck.
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-18 Bob WilsonFix buildbots.
2009-11-18 Bob WilsonTail duplication still needs to iterate. Duplicating...
2009-11-17 Anton KorobeynikovForgot to commit test fixes
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Evan ChengAdd radar number.
2009-11-14 Evan ChengFix PR5412: Fix an inverted check and another missing...
2009-11-13 Evan ChengFix PR5411. Bug in UpdateKills. A reg def partially...
2009-11-13 Evan ChengFix PR5410: LiveVariables lost subreg def:
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-07 Anton KorobeynikovIt turns out that the testcase in question uncovered...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Bob WilsonAttempt again to fix buildbot failures: make expected...
2009-11-04 Bob WilsonFix broken test.
2009-11-04 Bob WilsonAdd test for ARM indirectbr codegen.
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...
next