summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Actually delete now-empty file.Chandler Carruth1-0/+0
2012-04-25Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames1-68/+0
2012-04-25Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2-5/+6
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach1-9/+9
2012-04-24ConstantFoldSelectInstruction swapped the operands of the select.Nadav Rotem1-0/+13
2012-04-24Fix the testcase. We do expect two vblendw on XMMs.Nadav Rotem1-5/+6
2012-04-24Add a testcase for 155440Nadav Rotem1-0/+13
2012-04-24MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng1-0/+71
2012-04-24Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames1-0/+68
2012-04-24Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth1-0/+5
2012-04-24Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2-0/+38
2012-04-24Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby2-0/+49
2012-04-24AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem1-4/+41
2012-04-24FileCheck-ize tests.Bill Wendling7-11/+31
2012-04-24FileCheck-ize these tests.Bill Wendling2-3/+9
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling28-82/+159
2012-04-23Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...Nadav Rotem1-0/+49
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2-5/+4
2012-04-23ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach2-0/+209
2012-04-23Add ARM mode tests for the NEON vector shift-accumulate tests.Jim Grosbach1-0/+105
2012-04-23Tidy up. Reformat for ease of reading.Jim Grosbach1-95/+102
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth21-478/+0
2012-04-23Hexagon V5 (floating point) support.Sirish Pande16-0/+358
2012-04-23Support for Hexagon architectural feature, new value jump.Sirish Pande2-0/+63
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande3-0/+57
2012-04-23Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen6-17/+165
2012-04-22cleaned line endings in the newly added test fileElena Demikhovsky1-68/+68
2012-04-22Tidy up this test more:Chandler Carruth2-22/+23
2012-04-22FileCheck-ize a test, and tidy it up a touch.Chandler Carruth1-9/+14
2012-04-22ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2Elena Demikhovsky1-0/+68
2012-04-21Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...Nadav Rotem1-0/+21
2012-04-20Fix PR12599.Jakob Stoklund Olesen1-0/+69
2012-04-20ARM: Update NEON assembly two-operand aliases.Jim Grosbach2-0/+21
2012-04-20Removes json-bench from the test dependencies.Manuel Klimek1-1/+1
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen6-165/+17
2012-04-20ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach1-2/+7
2012-04-20Tidy up. Formatting.Jim Grosbach1-53/+45
2012-04-19Avoid a bug in the path count computation, preventing an infiniteDan Gohman1-0/+48
2012-04-19Test for the the problem with xors being changed into andsJoel Jones1-0/+38
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer6-25/+8
2012-04-19Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen6-17/+165
2012-04-19Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen2-94/+93
2012-04-18FileCheckizeJakob Stoklund Olesen1-2/+59
2012-04-18Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen1-1/+1
2012-04-18Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga1-0/+26
2012-04-18Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga1-0/+18
2012-04-18Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2-0/+17
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga1-0/+3
2012-04-18Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga1-0/+30
2012-04-18FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff1-10/+31