Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 /
2012-05-14 Jakob Stoklund OlesenFix PR12821.
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-11 Hans WennborgFix test/CodeGen/X86/tls-pie.ll.
2012-05-11 Hans WennborgImplement initial-exec TLS model for 32-bit PIC x86
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-10 Nadav RotemAVX2: Add an additional broadcast idiom.
2012-05-10 Nadav RotemGenerate AVX/AVX2 shuffles even when there is a memory...
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-07 Chad RosierFix a regression from r147481. This combine should...
2012-05-07 Manman RenX86: optimization for -(x != 0)
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-06 Benjamin KramerSwitch the select to branch transformation on by default.
2012-05-05 Benjamin KramerCodeGenPrepare: Add a transform to turn selects into...
2012-05-04 Craig TopperAllow v16i16 and v32i8 shuffles to be rewritten as...
2012-05-03 Craig TopperFix 256-bit vpshuflw and vpshufhw immediate encoding...
2012-05-03 Evan ChengFix two-address pass's aggressive instruction commuting...
2012-05-02 Manman RenRevert r155853
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-05-01 Bill WendlingStrip the pointer casts off of allocas so that the...
2012-05-01 Manman RenX86: optimization for max-like struct
2012-04-30 Manman RenX86: optimization for -(x != 0)
2012-04-30 Manman Rentest/CodeGen/X86/select.ll: remove spaces
2012-04-30 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-28 Andrew TrickReapply 155668: Fix the SD scheduler to avoid gluing...
2012-04-27 Derek SchuffRevert r155745
2012-04-27 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-27 Andrew TrickTemporarily revert r155668: Fix the SD scheduler to...
2012-04-27 Chad RosierAdd x86-specific DAG combine to simplify:
2012-04-27 Benjamin KramerX86: Don't emit conditional floating point moves on...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2012-04-26 Andrew TrickFix the SD scheduler to avoid gluing the same node...
2012-04-25 Jakob Stoklund OlesenTry to fix llvm-arm-linux builder with -mcpu.
2012-04-25 Preston GurdTrivial change to make the test use -mcpu=generic so...
2012-04-24 Nadav RotemFix the testcase. We do expect two vblendw on XMMs.
2012-04-24 Nadav RotemAdd a testcase for 155440
2012-04-24 Nadav RotemAVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes...
2012-04-23 Nadav RotemOptimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-22 Elena Demikhovskycleaned line endings in the newly added test file
2012-04-22 Elena DemikhovskyZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
2012-04-21 Nadav RotemTeach getVectorTypeBreakdown about promotion of vectors...
2012-04-20 Jakob Stoklund OlesenFix PR12599.
2012-04-19 Joel JonesTest for the the problem with xors being changed into...
2012-04-18 Joe GroffMove win32 SimplifyLibcall test under Transforms
2012-04-17 Joe Grofffix pr12559: mark unavailable win32 math libcalls
2012-04-17 Benjamin KramerForce cmov on test so block placement doesn't shuffle...
2012-04-17 Andrew TrickTest cases that assume layout should use -disable-code...
2012-04-17 Preston Gurdtemporarily XFAIL this test until post RA
2012-04-16 Chandler CarruthDisable the atom scheduling test after r154874 broke it.
2012-04-16 Chandler CarruthRelax this test a touch to cope with different assembly...
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-04-16 Richard SmithFix incorrect atomics codegen introduced in r154705...
2012-04-16 Bill WendlingMove to X86 directory because this fails on non-X86...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-16 Chandler CarruthRemove an overly brittle test. This test will no longer...
2012-04-16 Chandler CarruthAdd a somewhat hacky heuristic to do something differen...
2012-04-16 Chandler CarruthTweak the loop rotation logic to check whether the...
2012-04-16 Chandler CarruthRewrite how machine block placement handles loop rotation.
2012-04-15 Craig TopperRemove AVX2 vpermq and vpermpd intrinsics. These can...
2012-04-15 Nadav RotemFix PR12529. The Vxx family of instructions are only...
2012-04-15 Nadav RotemWhen emulating vselect using OR/AND/XOR make sure to...
2012-04-15 Elena DemikhovskyAdded VPERM optimization for AVX2 shuffles
2012-04-13 Richard SmithFix X86 codegen for 'atomicrmw nand' to generate *x...
2012-04-12 Craig TopperFix 128-bit ptest intrinsics to take v2i64 instead...
2012-04-11 Nadav RotemReapply 154396 after fixing a test.
2012-04-11 Jakob Stoklund OlesenFix test to be register assignment invariant.
2012-04-10 Duncan SandsAdd a comment noting that the fdiv -> fmul conversion...
2012-04-10 Eric ChristopherTemporarily revert this patch to see if it brings the...
2012-04-10 Nadav RotemModify the code that lowers shuffles to blends from...
2012-04-09 Lang HamesTest case for PR12495.
2012-04-09 Rafael EspindolaPattern match a setcc of boolean value with 0 as a...
2012-04-09 Nadav RotemLower some x86 shuffle sequences to the vblend family...
2012-04-09 Nadav RotemFix a bug in the lowering of broadcasts: ConstantPools...
2012-04-09 Chandler CarruthCleanup and relax a restriction on the matching of...
2012-04-09 Chandler CarruthFold 15 tiny test cases into a single file that impleme...
2012-04-08 Duncan SandsOnly have codegen turn fdiv by a constant into fmul...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-08 Nadav RotemAVX2: Build splat vectors by broadcasting a scalar...
2012-04-07 Nadav Rotem1. Remove the part of r153848 which optimizes shuffle...
2012-04-07 Duncan SandsConvert floating point division by a constant into...
2012-04-07 Sean HuntMake the test for r154235 more platform-independent...
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-04-06 Craig TopperTest case for PR12413
2012-04-06 Craig TopperAllow 256-bit shuffles to be split if a 128-bit lane...
2012-04-05 Jakob Stoklund OlesenDon't break the IV update in TLI::SimplifySetCC().
2012-04-03 Nadav RotemAdd an additional testcase which checks ops with multip...
2012-04-02 Jakob Stoklund OlesenAllocate virtual registers in ascending order.
2012-04-02 Nadav RotemOptimizing swizzles of complex shuffles may generate...
2012-04-01 Nadav RotemThis commit contains a few changes that had to go in...
2012-03-31 Rafael EspindolaAdd a triple to the test.
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-30 Bill WendlingTestcase for r153710.
2012-03-29 Lang HamesThe shuffle scheduler is only available in asserts...
2012-03-29 Lang HamesMake x86 REP_MOV* and REP_STO instructions use the...
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-29 Joel JonesReverted to revision 153616 to unblock build
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-27 Eric ChristopherAdd a test for the previous commit. Also, remove two...
2012-03-27 Evan ChengPost-ra LICM should take care not to hoist an instructi...
next