Age | Commit message (Expand) | Author |
2012-04-16 | Move to X86 directory because this fails on non-X86 platforms. | Bill Wendling |
2012-04-10 | Don't try to zExt just to check if an integer constant is zero, it might | Rafael Espindola |
2012-04-03 | Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou... | Pete Cooper |
2012-03-30 | Add testcase for r153705 | Bill Wendling |
2012-03-21 | misched: tag a few XFAILs that I plan to fix | Andrew Trick |
2012-03-21 | I meant to disable this test, not XFAIL it | Andrew Trick |
2012-03-21 | misched: beginning to add unit tests | Andrew Trick |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2012-02-02 | Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now.... | NAKAMURA Takumi |
2012-02-02 | PR11868. The previous loop in LiveIntervals::join would sometimes fall over if | Lang Hames |
2012-01-31 | Remove all references to the old EH. | Bill Wendling |
2011-12-12 | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth |
2011-10-16 | Remove the the test which checks the saving of a vector of booleans into memory. | Nadav Rotem |
2011-09-26 | PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201... | David Meyer |
2011-09-20 | This test is completely invalid with the modern EH model. Delete. | Bill Wendling |
2011-09-08 | This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.ll | Nadav Rotem |
2011-09-08 | Add X86-SSE4 codegen support for vector-select. | Nadav Rotem |
2011-09-03 | Revert r129875, XFAILing this test for arm, since the fix was reverted. | Dan Gohman |
2011-09-02 | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling |
2011-09-01 | XFAIL this test on arm until the backend is fixed. | Benjamin Kramer |
2011-08-31 | Revert r138894. This was failing on cmake-clang-i686-msvc10. | Bill Wendling |
2011-08-31 | Update more tests to the new EH scheme. | Bill Wendling |
2011-08-26 | Revert r138606 until LowerInvoke has been converted to the new EH scheme. | Bill Wendling |
2011-08-25 | Update to the new EH scheme. | Bill Wendling |
2011-08-25 | LSR wants to split the landing pad's critical edge. Let it do it, but use the | Bill Wendling |
2011-07-12 | Comment correction. | Andrew Trick |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-07-09 | more tests not making the jump into the brave new world. | Chris Lattner |
2011-07-07 | Added a testcase for PR10220. | Lang Hames |
2011-07-06 | Introduce "expect" intrinsic instructions. | Jakub Staszak |
2011-06-24 | Handle debug info for i128 constants. | Devang Patel |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
2011-06-17 | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner |
2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-06-16 | Rename the test. Thanks Cameron! Use shorter/generic names. | Anna Zaks |
2011-06-16 | Function::getNumBlockIDs() should be used instead of Function::size() to set ... | Anna Zaks |
2011-06-07 | Move the legalizer tests to the X86 directory because the test uses the x86 | Nadav Rotem |
2011-06-06 | Add methods to support the integer-promotion of vector types. Methods to | Nadav Rotem |
2011-06-04 | TypeLegalizer: Add support for passing of vector-promoted types in registers ... | Nadav Rotem |
2011-06-01 | This patch is another step in the direction of adding vector select. In this | Nadav Rotem |
2011-05-17 | Move test for appropriate directory. | Galina Kistanova |
2011-05-13 | Make codegen able to handle values of empty types. This is one way | Rafael Espindola |
2011-04-20 | Un-XFAIL this test for ARM. <rdar://problem/7662569> | Stuart Hastings |
2011-04-09 | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner |
2011-04-05 | ARM doesn't support byval yet. XFAIL this test until it does. | Stuart Hastings |
2011-02-28 | Make this test x86 specific because the ARM backend can't handle it. | Duncan Sands |
2011-02-27 | Legalize support for fpextend of vector. PR9309. | Duncan Sands |
2011-02-12 | A fix for 9165. | Nadav Rotem |
2011-01-18 | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner |