Really fix the fall-through logic.
[oota-llvm.git] / test / CodeGen / X86 /
2011-06-12 Rafael EspindolaReally fix the fall-through logic.
2011-06-12 Rafael EspindolaTest for the previous commit.
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-06-10 Eli FriedmanAdd -mattr=+sse2 to make the buildbots happy.
2011-06-10 Chad RosierAdding a test case for revision 132825.
2011-06-10 Eli FriedmanAdd a simple test which makes sure folding immediate...
2011-06-09 Eli FriedmanChange this DAGCombine to build AND of SHR instead...
2011-06-09 Eric ChristopherRecommit r132764 since it didn't cause the windows...
2011-06-09 Eric ChristopherTemporarily revert 132764 to see if it fixes the Window...
2011-06-09 Eric ChristopherIf the alignment of the byval argument is greater than...
2011-06-07 Rafael EspindolaFix a silly error I introduce in r131951.
2011-06-07 Stuart HastingsTweak this test for ARM-hosted 'bot.
2011-06-07 Nadav RotemMove the legalizer tests to the X86 directory because...
2011-06-06 Jakob Stoklund OlesenSimplify local live range splitting's safeguard to...
2011-06-06 Stuart HastingsFollowup to 132458, omit unnecessary stack copy when...
2011-06-06 Stuart HastingsTest case for PR10085.
2011-06-06 Eli FriedmanPR10077: fix fast-isel of extractvalue of aggregate...
2011-06-05 Benjamin KramerHarden tests for windows path separators.
2011-06-04 Jakob Stoklund OlesenFix a test that keeps breaking when allocation orders...
2011-06-03 Stuart HastingsReapply 132424 with fixes. This fixes PR10068.
2011-06-03 Jakob Stoklund OlesenFix some tests that depend on register allocation.
2011-06-02 Rafael EspindolaAdd test for PR10068.
2011-06-02 Rafael EspindolaRevert 132424 to fix PR10068.
2011-06-02 Stuart HastingsAndy pointed out a dumb omission in this test case...
2011-06-02 Stuart HastingsJakob pointed out a dumb omission in this test case...
2011-06-02 Stuart HastingsOmit unnecessary stack copy when x87 input is a load.
2011-06-02 Stuart HastingsTweak testcase for ARM bot. rdar://problem/5993888
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
2011-06-01 Stuart HastingsRecommit 132404 with fixes. rdar://problem/5993888
2011-06-01 Stuart HastingsRevert 132404 to appease a buildbot. rdar://problem...
2011-06-01 Stuart HastingsCleanup test case. rdar://problem/5660695
2011-06-01 Stuart HastingsAdd support for x86 CMPEQSS and friends. These instruc...
2011-06-01 Stuart HastingsA forthcoming SSE patch will break this test; since...
2011-06-01 Stuart HastingsTest case for 132396. rdar://problem/5660695
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-27 Eli FriedmanForce a triple to make this test pass on Darwin.
2011-05-27 Cameron ZwarichAdd a GR32_NOREX_NOSP register class and fix a bug...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Jakob Stoklund OlesenDelete a test that is no longer relevant.
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Eli FriedmanFix test on Windows.
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-24 Rafael EspindolaFix the defaults for .eh_frame. We were marking it...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-23 Dan GohmanWhen checking for signed multiplication overflow, watch...
2011-05-23 Devang PatelTest case for r131908.
2011-05-23 Devang PatelWhile replacing all uses of a SDValue with another...
2011-05-21 Benjamin KramerImplement mulo x, 2 -> addo x, x in DAGCombiner.
2011-05-21 Benjamin KramerMerge and FileCheckize test cases.
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Chad RosierFixed regression due to commit 131709, which disables...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Cameron ZwarichFix PR9960 by teaching SimpleRegisterCoalescing::Adjust...
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Eli FriedmanFix up this test to use explicit triples (Win64 passes...
2011-05-19 Evan Chengcrc32 with 64-bit output zeros upper 32-bits. rdar...
2011-05-19 Stuart HastingsMove test to Transforms/InstCombine.
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-05-18 Stuart HastingsAn imminent fix to the x86_64 byval logic will expose...
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2011-05-18 Stuart HastingsMerge pmovzx test case into existing file.
2011-05-18 Eli FriedmanMake some of the fast-isel tests actually test fast...
2011-05-17 Stuart HastingsX86 pmovsx/pmovzx ignore the upper half of their inputs.
2011-05-17 Galina KistanovaMove test for appropriate directory.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2011-05-17 Evan ChengAdd target triple so test doesn't fail on Windows machines.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-14 Rafael EspindolaDon't produce a vmovntdq if we don't have AVX support.
2011-05-12 Evan ChengRe-enable branchfolding common code hoisting optimizati...
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-06 Jakob Stoklund OlesenEmit a proper error message when register allocators...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-05 Eli FriedmanAvoid extra vreg copies for arguments passed in registe...
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2011-05-04 Jakob Stoklund OlesenFix a batch of x86 tests to be coalescer independent.
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2011-05-04 Jakob Stoklund OlesenDon't depend on the physreg coalescing order.
next