PTX: Always use registers for return values, but use .param space for device
[oota-llvm.git] / test / CodeGen /
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Fixup test cases for device param changes
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-22 Rafael EspindolaReenable tail duplication of bb with just an unconditio...
2011-06-22 Nick LewyckyNeeds a triple.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-22 Devang PatelTest case for r133560.
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-21 Anna ZaksAdd support for sadd.with.overflow and uadd.with.overfl...
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-20 Justin HolewinskiPTX: Fix conversion between predicates and value types
2011-06-20 Nick LewyckyEmit movq for 64-bit register to XMM register moves...
2011-06-20 Roman DivackyDon't apply on PPC64 the 32bit ADDIC optimizations...
2011-06-20 Nadav RotemFix PromoteIntRes_TRUNCATE: Add support for cases where the
2011-06-19 Benjamin KramerUpdate test.
2011-06-19 Nadav RotemReduce the runtime of the test. Keep only the interesti...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Jakob Stoklund OlesenSwitch ARM to using AltOrders instead of MethodBodies.
2011-06-18 Galina KistanovaMoved to the right place.
2011-06-18 Eric ChristopherFix UMULO support for 2x register width to allow the...
2011-06-17 Nadav RotemFix a bug in the type-lowering of integer-promoted...
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-06-17 Galina Kistanovaest 2008-06-04-indirectmem.ll is X86-specific. Move...
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-16 Jakob Stoklund OlesenDon't use register classes larger than TLI->getRegClass...
2011-06-16 Nick LewyckyThere's no need to be so picky about the particular...
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Bruno Cardoso LopesAdd AVX suport for fpextend.
2011-06-16 Eli FriedmanFileCheck-ize test, and make it work on EABI hosts...
2011-06-16 Eli FriedmanForce a triple here so this test doesn't fail on EABI...
2011-06-16 Nick LewyckyCommit the right set of tests for r133124. Sorry 'bout...
2011-06-16 Andrew TrickReenabling this test with REQUIRES: Asserts
2011-06-16 Chad RosierTypos.
2011-06-16 Chad RosierRevision r128665 added an optimization to make use...
2011-06-16 Nick LewyckyAdd a DAGCombine for (ext (binop (load x), cst)).
2011-06-16 Anna ZaksRename the test. Thanks Cameron! Use shorter/generic...
2011-06-16 Anna ZaksFunction::getNumBlockIDs() should be used instead of...
2011-06-15 Rafael EspindolaTestcase for previous commit.
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Andrew TrickDisabling this test until I can figure out the right...
2011-06-15 Jakob Stoklund OlesenRemove custom allocation orders in SystemZ.
2011-06-15 Evan ChengAnother revsh pattern. rdar://9609059
2011-06-15 Andrew TrickAdded -stress-sched flag in the Asserts build.
2011-06-15 Chad RosierTargetLoweringOpt is a struct used by DAGCombine, not...
2011-06-15 Nadav RotemThis test was failing on X86 machines which do not...
2011-06-15 Evan ChengPerformBFICombine - (bfi A, (and B, Mask1), Mask2)...
2011-06-14 Tanya LattnerAdd an optimization that looks for a specific pair...
2011-06-14 Rafael EspindolaAdd triple.
2011-06-14 Chad RosierWhen pattern matching during instruction selection...
2011-06-14 Rafael EspindolaCheck the llc output.
2011-06-14 Stuart HastingsTest case for x86 MMX inline asm. rdar://problem/8886707
2011-06-14 Rafael EspindolaAdd a test for the recent regression.
2011-06-14 Dan GohmanThis test is still failing. Delete the rest of it.
2011-06-14 Dan GohmanRevert r132991. This test is failing on the
2011-06-14 Rafael EspindolaAdd 132986 back, but avoid non-determinism if a bb...
2011-06-14 Nadav RotemAdd a testcase for #9623
2011-06-14 Rafael Espindolarevert 132986 to see if the bots go green.
2011-06-14 Nadav RotemThis testcase cause a failure on some bots. Remove...
2011-06-14 Nadav RotemAdd a testcase for checking the integer-promotion of...
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-13 Jakob Stoklund OlesenBe less aggressive about hinting in RAFast.
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...
next