aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Move win32 SimplifyLibcall test under TransformsJoe Groff2012-04-181-275/+0
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-171-0/+275
* 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
* Test cases that assume layout should use -disable-code-place.Andrew Trick2012-04-171-0/+174
* 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
* 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
* FileCheckize these tests.Jakob Stoklund Olesen2012-04-162-6/+23
* Disable code placement for this test.Jakob Stoklund Olesen2012-04-161-1/+2
* Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith2012-04-161-4/+9
* Move to X86 directory because this fails on non-X86 platforms.Bill Wendling2012-04-161-3/+1
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-1630-76/+96
* 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
* 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
* When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...Nadav Rotem2012-04-151-0/+8
* Added VPERM optimization for AVX2 shufflesElena Demikhovsky2012-04-151-0/+34
* Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith2012-04-131-0/+15
* On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng2012-04-131-1/+1
* Disable Hexagon test temporarily.Sirish Pande2012-04-1210-10/+20
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-122-18/+18
* Revert changes that were accidentally committed.Akira Hatanaka2012-04-111-2/+1
* Fix string that is being checked.Akira Hatanaka2012-04-111-5/+6
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-111-0/+17
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-111-0/+52
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-112-43/+92
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-111-16/+54
* Reapply 154396 after fixing a test.Nadav Rotem2012-04-112-6/+6
* Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng2012-04-111-6/+25
* Merge fma.ll into fusedMAC.llEvan Cheng2012-04-112-30/+28
* Fix test to be register assignment invariant.Jakob Stoklund Olesen2012-04-111-1/+2
* Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson2012-04-101-18/+2
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-101-0/+30
* Add a comment noting that the fdiv -> fmul conversion won't generateDuncan Sands2012-04-101-0/+16
* Temporarily revert this patch to see if it brings the buildbots back.Eric Christopher2012-04-102-6/+6
* To ensure that we have more accurate line information for a blockEric Christopher2012-04-101-1/+2
* Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.Nadav Rotem2012-04-102-6/+6
* Transform div to mul with reciprocal only when fp imm is legal.Anton Korobeynikov2012-04-101-0/+31
* Add proper checks.Evan Cheng2012-04-101-1/+5
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-101-0/+21
* Don't try to zExt just to check if an integer constant is zero, it mightRafael Espindola2012-04-101-0/+18
* Test case for PR12495.Lang Hames2012-04-091-0/+34
* Have TargetLowering::getPICJumpTableRelocBase return a node that points to theAkira Hatanaka2012-04-091-0/+4
* When performing a truncating store, it's possible to rearrange the data Chad Rosier2012-04-093-6/+22