aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-27Implement a bastardized ABI.Evan Cheng
2012-04-27- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng
2012-04-27Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman
2012-04-26Add instcombine patterns for the following transformations:Chad Rosier
2012-04-26Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick
2012-04-26Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover
2012-04-26Teach the reassociate pass to fold chains of multiplies with repeatedChandler Carruth
2012-04-26Specify cpu to unbreak tests.Evan Cheng
2012-04-26If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng
2012-04-25Try to fix llvm-arm-linux builder with -mcpu.Jakob Stoklund Olesen
2012-04-25Trivial change to make the test use -mcpu=generic so as to avoidPreston Gurd
2012-04-25Actually delete now-empty file.Chandler Carruth
2012-04-25Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames
2012-04-25Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach
2012-04-24ConstantFoldSelectInstruction swapped the operands of the select.Nadav Rotem
2012-04-24Fix the testcase. We do expect two vblendw on XMMs.Nadav Rotem
2012-04-24Add a testcase for 155440Nadav Rotem
2012-04-24MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng
2012-04-24Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames
2012-04-24Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth
2012-04-24Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby
2012-04-24Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby
2012-04-24AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem
2012-04-24FileCheck-ize tests.Bill Wendling
2012-04-24FileCheck-ize these tests.Bill Wendling
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling
2012-04-23Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...Nadav Rotem
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd
2012-04-23ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach
2012-04-23Add ARM mode tests for the NEON vector shift-accumulate tests.Jim Grosbach
2012-04-23Tidy up. Reformat for ease of reading.Jim Grosbach
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support.Sirish Pande
2012-04-23Support for Hexagon architectural feature, new value jump.Sirish Pande
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