aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pattern match a setcc of boolean value with 0 as a truncate.Rafael Espindola2012-04-091-1/+33
* Lower some x86 shuffle sequences to the vblend family of instructions.Nadav Rotem2012-04-091-0/+40
* Fix a bug in the lowering of broadcasts: ConstantPools need to use the target...Nadav Rotem2012-04-091-0/+14
* Cleanup and relax a restriction on the matching of global offsets intoChandler Carruth2012-04-092-20/+12
* Fold 15 tiny test cases into a single file that implements theChandler Carruth2012-04-0916-299/+336
* Only have codegen turn fdiv by a constant into fmul by the reciprocalDuncan Sands2012-04-081-11/+4
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-0/+64
* AVX2: Build splat vectors by broadcasting a scalar from the constant pool.Nadav Rotem2012-04-082-4/+38
* 1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem2012-04-076-14/+41
* Convert floating point division by a constant into multiplication by theDuncan Sands2012-04-072-6/+38
* Make the test for r154235 more platform-independent with a shorterSean Hunt2012-04-071-1/+1
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-071-0/+4
* Add lines in global-address.ll to test N32 and N64 code generation.Akira Hatanaka2012-04-061-0/+4
* Allow negative immediates in ARM and Thumb2 compares.Jakob Stoklund Olesen2012-04-061-0/+33
* Test case for PR12413Craig Topper2012-04-061-0/+15
* Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...Craig Topper2012-04-061-1/+2
* Reapply test case in 154038, this time with triple to prevent the backendAkira Hatanaka2012-04-051-0/+42
* Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen2012-04-052-8/+45
* An oversight when applying the patches for r150956 and r150957 to a vanilla t...James Molloy2012-04-052-0/+76
* Pass the right sign to TLI->isLegalICmpImmediate.Jakob Stoklund Olesen2012-04-051-0/+4
* Reapply 154038 without the failing test.Akira Hatanaka2012-04-042-15/+15
* Revert r154038. It was causing make check failures.Owen Anderson2012-04-043-61/+15
* Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-043-15/+61
* Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka2012-04-041-5/+18
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-043-2/+65
* Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-041-10/+30