summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAge
...
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* XFAIL this test on arm until the backend is fixed.Benjamin Kramer2011-09-01
* Revert r138894. This was failing on cmake-clang-i686-msvc10.Bill Wendling2011-08-31
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Revert r138606 until LowerInvoke has been converted to the new EH scheme.Bill Wendling2011-08-26
* Update to the new EH scheme.Bill Wendling2011-08-25
* LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling2011-08-25
* Comment correction.Andrew Trick2011-07-12
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* more tests not making the jump into the brave new world.Chris Lattner2011-07-09
* Added a testcase for PR10220.Lang Hames2011-07-07
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Handle debug info for i128 constants.Devang Patel2011-06-24
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-16
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-16
* Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem2011-06-07
* Add methods to support the integer-promotion of vector types. Methods toNadav Rotem2011-06-06
* TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem2011-06-04
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-01
* Move test for appropriate directory.Galina Kistanova2011-05-17
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-13
* Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings2011-04-20
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-09
* ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings2011-04-05
* Make this test x86 specific because the ARM backend can't handle it.Duncan Sands2011-02-28
* Legalize support for fpextend of vector. PR9309.Duncan Sands2011-02-27
* A fix for 9165.Nadav Rotem2011-02-12
* fix rdar://8878965, a regression I introduced with the recentChris Lattner2011-01-18
* Add a testcase for PR8582, which mysteriously fixed itself, in case the problemDuncan Sands2011-01-06
* Fixes PR8823: add-with-overflow-128.llAndrew Trick2010-12-23
* temporarily disable this: PR8823.Chris Lattner2010-12-20
* add a general coverage test for overflow intrinsics.Chris Lattner2010-12-19
* Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick2010-11-20
* Emacs auto-fill bug.Andrew Trick2010-11-12
* Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick2010-11-12
* When passing a huge parameter using the byval mechanism, a longDuncan Sands2010-11-04
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-27
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Move v-binop-widen tests to X86 since they don't work on all platformsMon P Wang2010-06-22
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* modify so the test doesn't drop an output file in the test source directory.Jim Grosbach2010-06-16
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Fixed vector widening of binary instructions that can trap. Patch by Visa Put...Mon P Wang2010-06-15
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-03
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-12
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-07