summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merging r155984:Bill Wendling2012-05-021-0/+50
* Merging r155954:Bill Wendling2012-05-011-0/+17
* Merging r155817:Bill Wendling2012-04-301-0/+101
* Merging r155809:Bill Wendling2012-04-301-0/+34
* Merging r155818:Bill Wendling2012-04-301-0/+12
* Merging r155668:Bill Wendling2012-04-261-0/+46
* Merging r155466:Bill Wendling2012-04-241-0/+5
* FileCheckizeJakob Stoklund Olesen2012-04-181-2/+59
* Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen2012-04-181-1/+1
* Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-181-0/+26
* Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-181-0/+18
* Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-182-0/+17
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-181-0/+3
* Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-181-0/+30
* FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff2012-04-181-10/+31
* Move win32 SimplifyLibcall test under TransformsJoe Groff2012-04-181-0/+0
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-171-0/+275
* Add disassembler to MIPS. Akira Hatanaka2012-04-178-0/+2042
* Force cmov on test so block placement doesn't shuffle the code around.Benjamin Kramer2012-04-171-1/+1
* Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy2012-04-171-0/+14
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-172-5/+5
* Test cases that assume layout should use -disable-code-place.Andrew Trick2012-04-171-0/+174
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-172-0/+75
* temporarily XFAIL this test until post RAPreston Gurd2012-04-171-0/+1
* Disable the atom scheduling test after r154874 broke it.Chandler Carruth2012-04-161-0/+3
* ARM two-operand forms for vhadd and vhsub instructions.Jim Grosbach2012-04-162-0/+53
* Relax this test a touch to cope with different assembly variants.Chandler Carruth2012-04-161-1/+1
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-162-2/+2
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-161-0/+24
* FileCheckize these tests.Jakob Stoklund Olesen2012-04-162-6/+23
* Disable code placement for this test.Jakob Stoklund Olesen2012-04-161-1/+2
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-12/+0
* Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith2012-04-161-4/+9
* This patch fixes 3 problems:Akira Hatanaka2012-04-161-10/+10
* ARM assembly two-operand forms for VRSHL.Jim Grosbach2012-04-161-0/+35
* Tidy up. Test formatting.Jim Grosbach2012-04-161-53/+64
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-161-0/+22
* ARM two-operand aliases for VRHADD instructions.Jim Grosbach2012-04-161-0/+27
* Tidy up. Testcase formatting.Jim Grosbach2012-04-161-13/+14
* Move to X86 directory because this fails on non-X86 platforms.Bill Wendling2012-04-161-3/+1
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-6/+18
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-1631-77/+97
* Remove an overly brittle test. This test will no longer be interestingChandler Carruth2012-04-161-174/+0
* Add a somewhat hacky heuristic to do something different from whole-loopChandler Carruth2012-04-161-5/+5
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-161-1/+1
* Tweak the loop rotation logic to check whether the loop is naturallyChandler Carruth2012-04-161-2/+32
* Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel2012-04-161-0/+46
* Rewrite how machine block placement handles loop rotation.Chandler Carruth2012-04-161-3/+126
* Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper2012-04-151-16/+0
* Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem2012-04-151-1/+1