summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2012-04-25test/CodeGen/R600: Add some basic testsTom Stellard27-0/+251
2012-04-25Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2-5/+6
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-24AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem1-4/+41
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-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-22cleaned line endings in the newly added test fileElena Demikhovsky1-68/+68
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-19Test for the the problem with xors being changed into andsJoel Jones1-0/+38
2012-04-18Move win32 SimplifyLibcall test under TransformsJoe Groff1-275/+0
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff1-0/+275
2012-04-17Force cmov on test so block placement doesn't shuffle the code around.Benjamin Kramer1-1/+1
2012-04-17Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy1-0/+14
2012-04-17Test cases that assume layout should use -disable-code-place.Andrew Trick1-0/+174
2012-04-17temporarily XFAIL this test until post RAPreston Gurd1-0/+1
2012-04-16Disable the atom scheduling test after r154874 broke it.Chandler Carruth1-0/+3
2012-04-16Relax this test a touch to cope with different assembly variants.Chandler Carruth1-1/+1
2012-04-16Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2-2/+2
2012-04-16FileCheckize these tests.Jakob Stoklund Olesen2-6/+23
2012-04-16Disable code placement for this test.Jakob Stoklund Olesen1-1/+2
2012-04-16Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith1-4/+9
2012-04-16Move to X86 directory because this fails on non-X86 platforms.Bill Wendling1-3/+1
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth30-76/+96
2012-04-16Remove an overly brittle test. This test will no longer be interestingChandler Carruth1-174/+0
2012-04-16Add a somewhat hacky heuristic to do something different from whole-loopChandler Carruth1-5/+5
2012-04-16Tweak the loop rotation logic to check whether the loop is naturallyChandler Carruth1-2/+32
2012-04-16Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel1-0/+46
2012-04-16Rewrite how machine block placement handles loop rotation.Chandler Carruth1-3/+126
2012-04-15Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper1-16/+0
2012-04-15Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem1-1/+1
2012-04-15When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...Nadav Rotem1-0/+8
2012-04-15Added VPERM optimization for AVX2 shufflesElena Demikhovsky1-0/+34
2012-04-13Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith1-0/+15
2012-04-13On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng1-1/+1
2012-04-12Disable Hexagon test temporarily.Sirish Pande10-10/+20
2012-04-12Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2-18/+18
2012-04-11Revert changes that were accidentally committed.Akira Hatanaka1-2/+1
2012-04-11Fix string that is being checked.Akira Hatanaka1-5/+6
2012-04-11Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka1-0/+17
2012-04-11Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka1-0/+52
2012-04-11Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2-43/+92
2012-04-11Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng1-16/+54