aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-0/+14
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-222-18/+2
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-092-2/+18
* Move to X86 directory because this fails on non-X86 platforms.Bill Wendling2012-04-161-59/+0
* Don't try to zExt just to check if an integer constant is zero, it mightRafael Espindola2012-04-101-0/+18
* Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper2012-04-031-0/+8
* Add testcase for r153705Bill Wendling2012-03-301-0/+59
* misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-211-20/+0
* I meant to disable this test, not XFAIL itAndrew Trick2012-03-211-2/+2
* misched: beginning to add unit testsAndrew Trick2012-03-211-0/+20
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi2012-02-021-26/+0
* PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames2012-02-021-0/+26
* Remove all references to the old EH.Bill Wendling2012-01-312-4/+0
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-122-20/+20
* Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem2011-10-161-11/+0
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-261-1/+0
* This test is completely invalid with the modern EH model. Delete.Bill Wendling2011-09-201-17/+0
* This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem2011-09-081-15/+0
* Add X86-SSE4 codegen support for vector-select.Nadav Rotem2011-09-081-1/+1
* Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman2011-09-031-0/+1
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-021-1/+1
* XFAIL this test on arm until the backend is fixed.Benjamin Kramer2011-09-011-0/+3
* Revert r138894. This was failing on cmake-clang-i686-msvc10.Bill Wendling2011-08-311-3/+0
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-0/+3
* Revert r138606 until LowerInvoke has been converted to the new EH scheme.Bill Wendling2011-08-261-4/+1
* Update to the new EH scheme.Bill Wendling2011-08-258-9/+40
* LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling2011-08-251-0/+29
* Comment correction.Andrew Trick2011-07-121-2/+3
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+1
* more tests not making the jump into the brave new world.Chris Lattner2011-07-092-878/+0
* Added a testcase for PR10220.Lang Hames2011-07-071-0/+15
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+223
* Handle debug info for i128 constants.Devang Patel2011-06-241-25/+0
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-183-176/+6
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-172-8/+2
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-171-6/+6
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-28/+0
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-161-12/+12
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-161-0/+81
* Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem2011-06-071-91/+0
* Add methods to support the integer-promotion of vector types. Methods toNadav Rotem2011-06-061-1/+72
* TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem2011-06-041-0/+20
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-011-0/+15
* Move test for appropriate directory.Galina Kistanova2011-05-171-32/+0
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-131-0/+81
* Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings2011-04-201-1/+0
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-091-0/+28
* ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings2011-04-051-0/+1
* Make this test x86 specific because the ARM backend can't handle it.Duncan Sands2011-02-281-7/+0