aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2012-04-11Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng
2012-04-11Reapply 154396 after fixing a test.Nadav Rotem
2012-04-11Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng
2012-04-11Merge fma.ll into fusedMAC.llEvan Cheng
2012-04-11Fix test to be register assignment invariant.Jakob Stoklund Olesen
2012-04-10Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson
2012-04-10Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng
2012-04-10Add a comment noting that the fdiv -> fmul conversion won't generateDuncan Sands
2012-04-10Temporarily revert this patch to see if it brings the buildbots back.Eric Christopher
2012-04-10To ensure that we have more accurate line information for a blockEric Christopher
2012-04-10Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.Nadav Rotem
2012-04-10Transform div to mul with reciprocal only when fp imm is legal.Anton Korobeynikov
2012-04-10Add proper checks.Evan Cheng
2012-04-10Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng
2012-04-10Don't try to zExt just to check if an integer constant is zero, it mightRafael Espindola
2012-04-09Test case for PR12495.Lang Hames
2012-04-09Have TargetLowering::getPICJumpTableRelocBase return a node that points to theAkira Hatanaka
2012-04-09When performing a truncating store, it's possible to rearrange the data Chad Rosier
2012-04-09Pattern match a setcc of boolean value with 0 as a truncate.Rafael Espindola
2012-04-09Lower some x86 shuffle sequences to the vblend family of instructions.Nadav Rotem
2012-04-09Fix a bug in the lowering of broadcasts: ConstantPools need to use the target...Nadav Rotem
2012-04-09Cleanup and relax a restriction on the matching of global offsets intoChandler Carruth
2012-04-09Fold 15 tiny test cases into a single file that implements theChandler Carruth
2012-04-08Only have codegen turn fdiv by a constant into fmul by the reciprocalDuncan Sands
2012-04-08Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth
2012-04-08AVX2: Build splat vectors by broadcasting a scalar from the constant pool.Nadav Rotem
2012-04-071. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem
2012-04-07Convert floating point division by a constant into multiplication by theDuncan Sands
2012-04-07Make the test for r154235 more platform-independent with a shorterSean Hunt
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2012-04-06Add lines in global-address.ll to test N32 and N64 code generation.Akira Hatanaka
2012-04-06Allow negative immediates in ARM and Thumb2 compares.Jakob Stoklund Olesen
2012-04-06Test case for PR12413Craig Topper
2012-04-06Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...Craig Topper
2012-04-05Reapply test case in 154038, this time with triple to prevent the backendAkira Hatanaka
2012-04-05Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen
2012-04-05An oversight when applying the patches for r150956 and r150957 to a vanilla t...James Molloy
2012-04-05Pass the right sign to TLI->isLegalICmpImmediate.Jakob Stoklund Olesen
2012-04-04Reapply 154038 without the failing test.Akira Hatanaka
2012-04-04Revert r154038. It was causing make check failures.Owen Anderson
2012-04-04Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen
2012-04-04Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-03Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper
2012-04-03Add an additional testcase which checks ops with multiple users.Nadav Rotem
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2012-04-02During two-address lowering, rescheduling an instruction does not untieLang Hames
2012-04-02No need to run llvm-as.Rafael Espindola
2012-04-02Optimizing swizzles of complex shuffles may generate additional complex shuff...Nadav Rotem