PR7814: Truncates cannot be ignored for signed comparisons.
[oota-llvm.git] / test / CodeGen / X86 /
2010-08-04 Eli FriedmanPR7814: Truncates cannot be ignored for signed comparisons.
2010-08-04 Stuart Hastingscall-imm.ll test case regex fix. Patch by Dimitry...
2010-08-03 Jakob Stoklund OlesenOK, that's it. This test is going away now. But don...
2010-07-31 Bob WilsonRevert new AVX intrinsic tests. They are breaking...
2010-07-30 Bruno Cardoso LopesA *bunch* of tests for AVX intrinsics
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-28 Nate BegemanImplement a vectorized algorithm for <16 x i8> << ...
2010-07-27 Nate Begeman~40% faster vector shl <4 x i32> on SSE 4.1 Larger...
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Duncan SandsThe same problem was being tracked in PR7652.
2010-07-19 Dan GohmanAfter a custom inserter, in a block which has constant...
2010-07-19 Owen AndersonRemove r108639 now that it is handled by InstCombine...
2010-07-18 Owen AndersonAdd a testcase for r108639.
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Jakob Stoklund OlesenAdd forgotten test case.
2010-07-16 Dan GohmanUse the source-order scheduler instead of the "fast...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-15 Devang PatelFix crash reported in PR7653.
2010-07-15 Dan GohmanWatch out for a constant offset cancelling out a base...
2010-07-14 Devang PatelMake it a .ll test case.
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Evan ChengFix for PR7193 was overly conservative. The only case...
2010-07-14 Evan ChengRe-enable the test with fix.
2010-07-14 Chris Lattnertemporarily disable to test to fix buildbots.
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-13 Dale JohannesenIn inline asm treat indirect 'X' constraint as 'm'.
2010-07-13 Evan Cheng-enable-unsafe-fp-math should not imply -enable-finite...
2010-07-13 Dale JohannesenFix PR number.
2010-07-12 Dan GohmanApply the SSE dependence idiom for SSE unary operations to
2010-07-10 Dan GohmanFix this test.
2010-07-10 Jakob Stoklund OlesenFileCheckize inline asm FP stack tests
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Jakob Stoklund OlesenFix a few tests
2010-07-09 Dan GohmanAdd a target triple.
2010-07-09 Dan GohmanFix MachineLICM to actually visit inner loops.
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Bill WendlingExtension of r107506. Make sure that we don't mark...
2010-07-08 Eric ChristopherA slight reworking of the custom patterns for x86-64...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Jakob Stoklund OlesenAllow copies between GR8_ABCD_L and GR8_ABCD_H.
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-06 Dale JohannesenAccept RIP-relative symbols with 'i' constraint, and
2010-07-06 Dale JohannesenMake test not hang waiting for input.
2010-07-06 Jakob Stoklund OlesenBe more forgiving when calculating alias interference...
2010-07-06 Devang PatelFix PR7545 crash.
2010-07-06 Eric ChristopherRemove mistakenly added test.
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-05 Chris Lattneranother v2f32 case, in this case showing poor codegen.
2010-07-05 Chris Lattnerfix test on non-x86 hosts.
2010-07-04 Chris LattnerJust rip v2f32 support completely out of the X86 backen...
2010-07-04 Chris Lattnerfix PR7518 - terrible codegen of <2 x float>, by only...
2010-07-02 Evan Cheng- Two-address pass should not assume unfolding is alway...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Dan GohmanTemporarily disable on-demand fast-isel.
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-07-01 Dan GohmanTeach X86FastISel to fold constant offsets and scaled...
2010-06-28 Dale JohannesenIn asm's, output operands with matching input constraints
2010-06-28 Jakob Stoklund OlesenDon't write temporary files in test directory
2010-06-28 Jakob Stoklund OlesenAdd a triple so test runs on Linux as well.
2010-06-28 Jakob Stoklund OlesenAdd more special treatment for inline asm in RegAllocFast.
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-26 Jakob Stoklund OlesenWhen creating X86 MUL8 and DIV8 instructions, make...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Dan Gohmanpcmpeqd and friends are Commutable.
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-24 Dan GohmanDon't write an output file to cwd, and put an rdar...
2010-06-24 Dan GohmanTeach EmitLiveInCopies to omit copies for unused virtua...
2010-06-24 Dale JohannesenDisallow matching "i" constraint to symbol addresses...
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...
2010-06-23 Bill WendlingMorphNodeTo doesn't preserve the memory operands. Becau...
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-22 Dan GohmanLoosen up this test so that it doesn't depend as much...
2010-06-22 Dan GohmanFix OptimizeMax to handle an odd case where one of...
2010-06-22 Dale JohannesenAdd SSE so these actually pass on non-X86 hosts.
2010-06-22 Mon P WangMove v-binop-widen tests to X86 since they don't work...
2010-06-22 Jakob Stoklund OlesenRemove the SimpleJoin optimization from SimpleRegisterC...
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-06-21 Dan GohmanMake this test more robust in case LLVM ever decides...
2010-06-21 Eric ChristopherAdd some codegen patterns for x86_64-linux-gnu tls...
2010-06-19 Dan GohmanInclude the use kind along with the expression in the...
2010-06-18 Dan GohmanDon't maintain a set of deleted nodes; instead, use...
2010-06-18 Dan GohmanFold the ShrinkDemandedOps pass into the regular DAGCom...
2010-06-18 Dan GohmanMake this test less fragile.
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
next