Implement Jakob's suggestion on how to detect fall thought without calling
[oota-llvm.git] / test /
2011-06-14 Rafael EspindolaImplement Jakob's suggestion on how to detect fall...
2011-06-14 Bruno Cardoso LopesSince ARM's prefetch implementation predicted the prese...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-14 Rafael EspindolaMake the threshold used by branch folding softer. Befor...
2011-06-14 Bill WendlingHeuristic: If the number of operands in the alias are...
2011-06-14 John McCallTest case for r132797.
2011-06-13 Stuart HastingsAvoid fusing bitcasts with dynamic allocas if the amoun...
2011-06-13 Benjamin KramerInstCombine: Fold A-b == C --> b == A-C if A and C...
2011-06-13 Jakob Stoklund OlesenBe less aggressive about hinting in RAFast.
2011-06-12 Benjamin KramerInstCombine: Shrink ((zext X) & C1) == C2 to fold away...
2011-06-12 Benjamin KramerSimplify code. No functionality changes, name changes...
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 Galina KistanovaReverted r132785. It seems this test needs more research.
2011-06-10 Galina KistanovaChanged condition.
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 John McCallSplitCriticalEdge can sometimes split the edge from...
2011-06-09 Galina KistanovaAdded dg.exp to run FrontendC ARM-dependent tests;...
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 Cameron ZwarichFix PR10104 by adding a bounds check on a vector elemen...
2011-06-09 Eric ChristopherIf the alignment of the byval argument is greater than...
2011-06-08 Cameron ZwarichFix an assymmetry between ConvertScalar_ExtractValue...
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 Eric ChristopherCreate a new ARM directory for FrontendC tests and...
2011-06-07 Roman DivackyTest that ".byte 1, 2, 3, 4" does the right thing.
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 Nick LewyckyThis directory was missing the dg.exp to cause the...
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-05 Rafael EspindolaBasic support for macros with explicit arguments.
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-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-06-04 Bill WendlingIf the block that we're threading through is jumped...
2011-06-04 Dan GohmanAdd a testcase to demonstrate the problem where phi...
2011-06-04 Dan GohmanReapply r131781, now that the GVN bug with partially...
2011-06-04 Dan GohmanDisable the main feature of 130180, the elimination...
2011-06-04 Dan GohmanRemove this test, which should have been reverted along...
2011-06-04 Dan GohmanRevert r131781 again. Apparently there is more going...
2011-06-04 Jakob Stoklund OlesenTeach TableGen to evaluate DAG expressions as set opera...
2011-06-04 Dan GohmanReapply r131781 (revert r131809), now that some BasicAA...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
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 ChristopherTestcase for llvm-gcc commit r132591.
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Bill WendlingRemove testcase. It's problematic for the buildbots.
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-06-03 Dan GohmanWhen merging MustAlias and PartialAlias, chose PartialA...
2011-06-03 Bill WendlingAccomodate front-ends which use private instead of...
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 Nick LewyckyBail on unswitching a switch statement for a case with...
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-06-02 Bill WendlingThis should have been a C++ testcase.
2011-06-02 Bill WendlingTestcase for r132493.
2011-06-02 Bill WendlingUpdate for r132493 change.
2011-06-02 Eli FriedmanPR10067: Add missing safety check to call return transf...
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-02 Eli FriedmanWhen marking a block as being unanalyzable, use "Clobbe...
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 Eric ChristopherAdd a testcase, enabled only on arm, for llvm-gcc r132366.
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 HastingsReapply 132348 with fixes. rdar://problem/6501862
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-06-01 John McCallFirst, do no harm -- even if we can't find a selector...
2011-05-31 Galina KistanovaReverted r132135 per Xerxes request. These tests are...
next