aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-05-02Merging r155984:Bill Wendling
2012-05-01Merging r155954:Bill Wendling
2012-04-30Merging r155817:Bill Wendling
2012-04-30Merging r155809:Bill Wendling
2012-04-30Merging r155818:Bill Wendling
2012-04-26Merging r155668:Bill Wendling
2012-04-24Merging r155466:Bill Wendling
2012-04-18FileCheckizeJakob Stoklund Olesen
2012-04-18Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen
2012-04-18Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga
2012-04-18Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga
2012-04-18Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga
2012-04-18Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga
2012-04-18FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff
2012-04-18Move win32 SimplifyLibcall test under TransformsJoe Groff
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-17Force cmov on test so block placement doesn't shuffle the code around.Benjamin Kramer
2012-04-17Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy
2012-04-17Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer
2012-04-17Test cases that assume layout should use -disable-code-place.Andrew Trick
2012-04-17Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby
2012-04-17temporarily XFAIL this test until post RAPreston Gurd
2012-04-16Disable the atom scheduling test after r154874 broke it.Chandler Carruth
2012-04-16ARM two-operand forms for vhadd and vhsub instructions.Jim Grosbach
2012-04-16Relax this test a touch to cope with different assembly variants.Chandler Carruth
2012-04-16Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth
2012-04-16MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach
2012-04-16FileCheckize these tests.Jakob Stoklund Olesen
2012-04-16Disable code placement for this test.Jakob Stoklund Olesen
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith
2012-04-16This patch fixes 3 problems:Akira Hatanaka
2012-04-16ARM assembly two-operand forms for VRSHL.Jim Grosbach
2012-04-16Tidy up. Test formatting.Jim Grosbach
2012-04-16Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka
2012-04-16ARM two-operand aliases for VRHADD instructions.Jim Grosbach
2012-04-16Tidy up. Testcase formatting.Jim Grosbach
2012-04-16Move to X86 directory because this fails on non-X86 platforms.Bill Wendling
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-04-16Remove an overly brittle test. This test will no longer be interestingChandler Carruth
2012-04-16Add a somewhat hacky heuristic to do something different from whole-loopChandler Carruth
2012-04-16Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton
2012-04-16Tweak the loop rotation logic to check whether the loop is naturallyChandler Carruth
2012-04-16Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel
2012-04-16Rewrite how machine block placement handles loop rotation.Chandler Carruth
2012-04-15Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper
2012-04-15Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem