aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2011-10-16Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem
2011-09-26PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer
2011-09-20This test is completely invalid with the modern EH model. Delete.Bill Wendling
2011-09-08This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem
2011-09-08Add X86-SSE4 codegen support for vector-select.Nadav Rotem
2011-09-03Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-09-01XFAIL this test on arm until the backend is fixed.Benjamin Kramer
2011-08-31Revert r138894. This was failing on cmake-clang-i686-msvc10.Bill Wendling
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-26Revert r138606 until LowerInvoke has been converted to the new EH scheme.Bill Wendling
2011-08-25Update to the new EH scheme.Bill Wendling
2011-08-25LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling
2011-07-12Comment correction.Andrew Trick
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-09more tests not making the jump into the brave new world.Chris Lattner
2011-07-07Added a testcase for PR10220.Lang Hames
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17remove asmparser support for the old getresult instruction, which has been su...Chris Lattner
2011-06-17Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-16Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks
2011-06-16Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks
2011-06-07Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem
2011-06-06Add methods to support the integer-promotion of vector types. Methods toNadav Rotem
2011-06-04TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem
2011-06-01This patch is another step in the direction of adding vector select. In thisNadav Rotem
2011-05-17Move test for appropriate directory.Galina Kistanova
2011-05-13Make codegen able to handle values of empty types. This is one wayRafael Espindola
2011-04-20Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings
2011-04-09Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner
2011-04-05ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings
2011-02-28Make this test x86 specific because the ARM backend can't handle it.Duncan Sands
2011-02-27Legalize support for fpextend of vector. PR9309.Duncan Sands
2011-02-12A fix for 9165.Nadav Rotem
2011-01-18fix rdar://8878965, a regression I introduced with the recentChris Lattner
2011-01-06Add a testcase for PR8582, which mysteriously fixed itself, in case the problemDuncan Sands
2010-12-23Fixes PR8823: add-with-overflow-128.llAndrew Trick
2010-12-20temporarily disable this: PR8823.Chris Lattner
2010-12-19add a general coverage test for overflow intrinsics.Chris Lattner
2010-11-20Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick
2010-11-12Emacs auto-fill bug.Andrew Trick
2010-11-12Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick
2010-11-04When passing a huge parameter using the byval mechanism, a longDuncan Sands
2010-07-27Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman
2010-07-06Fix up -fstack-protector on linux to use the segmentEric Christopher
2010-06-22Move v-binop-widen tests to X86 since they don't work on all platformsMon P Wang
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola