aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande
2012-04-23Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen
2012-04-22cleaned line endings in the newly added test fileElena Demikhovsky
2012-04-22Tidy up this test more:Chandler Carruth
2012-04-22FileCheck-ize a test, and tidy it up a touch.Chandler Carruth
2012-04-22ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2Elena Demikhovsky
2012-04-21Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...Nadav Rotem
2012-04-20Fix PR12599.Jakob Stoklund Olesen
2012-04-20ARM: Update NEON assembly two-operand aliases.Jim Grosbach
2012-04-20Removes json-bench from the test dependencies.Manuel Klimek
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen
2012-04-20ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach
2012-04-20Tidy up. Formatting.Jim Grosbach
2012-04-19Avoid a bug in the path count computation, preventing an infiniteDan Gohman
2012-04-19Test for the the problem with xors being changed into andsJoel Jones
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
2012-04-19Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen
2012-04-19Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen
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