Really fix the fall-through logic.
[oota-llvm.git] / test / CodeGen /
2011-06-12 Rafael EspindolaReally fix the fall-through logic.
2011-06-12 Rafael EspindolaTest for the previous commit.
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
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 Cameron ZwarichA CCState was being created without setting whether...
2011-06-09 Eli FriedmanChange this DAGCombine to build AND of SHR instead...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
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 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-09 Eric ChristopherIf the alignment of the byval argument is greater than...
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-07 Cameron ZwarichFix an issue where the two-address conversion pass...
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-07 Akira HatanakaAdd test case for C++ exception handling and fix the...
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 Nadav RotemAdd methods to support the integer-promotion of vector...
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-04 Nadav RotemTypeLegalizer: Add support for passing of vector-promot...
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-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-02 Devang PatelDuring post RA scheduling, do not try to chase reg...
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-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-06-02 Akira HatanakaTest case for r132444.
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 Eric ChristopherAllow bitcasts between valid types of the same size...
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-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Richard OsborneConvert test to FileCheck.
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-29 Jakob Stoklund OlesenFix PR10046 by updating LiveVariables kill info when...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 John McCallI didn't mean to commit these residues of a personal...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-28 Eric ChristopherImplement the 'M' output modifier for arm inline asm...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-27 Cameron ZwarichFix the remaining atomic intrinsics to use the right...
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 OlesenMake room for register allocation to improve.
2011-05-27 Evan ChengDon't use movw / movt for iOS static codegen for now...
2011-05-27 Jakob Stoklund OlesenDelete a test that is no longer relevant.
2011-05-27 Evan ChengAdd iOS test
2011-05-27 Eli FriedmanAnd fix the test in r132194.
2011-05-27 Eli FriedmanFix a silly mistake (which trips over an assertion...
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 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
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 Akira HatanakaDefine WeakRefDirective.
2011-05-25 Eric ChristopherImplement the 'm' modifier. Note that it only works...
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-25 Cameron ZwarichMake tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-24 Eric ChristopherImplement the arm 'L' asm modifier.
2011-05-24 Eric ChristopherImplement the immediate part of the 'B' modifier.
2011-05-24 Eric ChristopherAdd support for the arm 'y' asm modifier.
2011-05-24 Akira HatanakaTest case for r132003.
2011-05-24 Akira HatanakaFix test case.
2011-05-24 Akira HatanakaRevision 131986 test case.
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...
next