| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | XFAIL this test on arm until the backend is fixed. | Benjamin Kramer | 2011-09-01 | 1 | -0/+3 |
* | Revert r138894. This was failing on cmake-clang-i686-msvc10. | Bill Wendling | 2011-08-31 | 1 | -3/+0 |
* | Update more tests to the new EH scheme. | Bill Wendling | 2011-08-31 | 1 | -0/+3 |
* | Revert r138606 until LowerInvoke has been converted to the new EH scheme. | Bill Wendling | 2011-08-26 | 1 | -4/+1 |
* | Update to the new EH scheme. | Bill Wendling | 2011-08-25 | 8 | -9/+40 |
* | LSR wants to split the landing pad's critical edge. Let it do it, but use the | Bill Wendling | 2011-08-25 | 1 | -0/+29 |
* | Comment correction. | Andrew Trick | 2011-07-12 | 1 | -2/+3 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
* | more tests not making the jump into the brave new world. | Chris Lattner | 2011-07-09 | 2 | -878/+0 |
* | Added a testcase for PR10220. | Lang Hames | 2011-07-07 | 1 | -0/+15 |
* | Introduce "expect" intrinsic instructions. | Jakub Staszak | 2011-07-06 | 1 | -0/+223 |
* | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -25/+0 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 3 | -176/+6 |
* | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner | 2011-06-17 | 2 | -8/+2 |
* | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner | 2011-06-17 | 1 | -6/+6 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -28/+0 |
* | Rename the test. Thanks Cameron! Use shorter/generic names. | Anna Zaks | 2011-06-16 | 1 | -12/+12 |
* | Function::getNumBlockIDs() should be used instead of Function::size() to set ... | Anna Zaks | 2011-06-16 | 1 | -0/+81 |
* | Move the legalizer tests to the X86 directory because the test uses the x86 | Nadav Rotem | 2011-06-07 | 1 | -91/+0 |
* | Add methods to support the integer-promotion of vector types. Methods to | Nadav Rotem | 2011-06-06 | 1 | -1/+72 |
* | TypeLegalizer: Add support for passing of vector-promoted types in registers ... | Nadav Rotem | 2011-06-04 | 1 | -0/+20 |
* | This patch is another step in the direction of adding vector select. In this | Nadav Rotem | 2011-06-01 | 1 | -0/+15 |
* | Move test for appropriate directory. | Galina Kistanova | 2011-05-17 | 1 | -32/+0 |
* | Make codegen able to handle values of empty types. This is one way | Rafael Espindola | 2011-05-13 | 1 | -0/+81 |
* | Un-XFAIL this test for ARM. <rdar://problem/7662569> | Stuart Hastings | 2011-04-20 | 1 | -1/+0 |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 1 | -0/+28 |
* | ARM doesn't support byval yet. XFAIL this test until it does. | Stuart Hastings | 2011-04-05 | 1 | -0/+1 |
* | Make this test x86 specific because the ARM backend can't handle it. | Duncan Sands | 2011-02-28 | 1 | -7/+0 |
* | Legalize support for fpextend of vector. PR9309. | Duncan Sands | 2011-02-27 | 1 | -0/+7 |
* | A fix for 9165. | Nadav Rotem | 2011-02-12 | 1 | -0/+32 |
* | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner | 2011-01-18 | 1 | -0/+32 |
* | Add a testcase for PR8582, which mysteriously fixed itself, in case the problem | Duncan Sands | 2011-01-06 | 1 | -0/+15 |
* | Fixes PR8823: add-with-overflow-128.ll | Andrew Trick | 2010-12-23 | 1 | -3/+1 |
* | temporarily disable this: PR8823. | Chris Lattner | 2010-12-20 | 1 | -17/+11 |
* | add a general coverage test for overflow intrinsics. | Chris Lattner | 2010-12-19 | 1 | -0/+220 |
* | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick | 2010-11-20 | 1 | -32/+0 |
* | Emacs auto-fill bug. | Andrew Trick | 2010-11-12 | 1 | -1/+2 |
* | Test case for PR8287: SD scheduling time. Fixed in r118904. | Andrew Trick | 2010-11-12 | 1 | -0/+31 |
* | When passing a huge parameter using the byval mechanism, a long | Duncan Sands | 2010-11-04 | 1 | -0/+11 |
* | Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT... | Nate Begeman | 2010-07-27 | 1 | -0/+6 |
* | Fix up -fstack-protector on linux to use the segment | Eric Christopher | 2010-07-06 | 1 | -25/+0 |
* | Move v-binop-widen tests to X86 since they don't work on all platforms | Mon P Wang | 2010-06-22 | 2 | -45/+0 |
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 1 | -2/+2 |
* | modify so the test doesn't drop an output file in the test source directory. | Jim Grosbach | 2010-06-16 | 1 | -1/+1 |
* | Remove the local register allocator. | Jakob Stoklund Olesen | 2010-06-15 | 1 | -1/+0 |
* | Fixed vector widening of binary instructions that can trap. Patch by Visa Put... | Mon P Wang | 2010-06-15 | 2 | -0/+45 |
* | Implement expansion in type legalization for add/sub with overflow. The | Eli Friedman | 2010-06-03 | 1 | -0/+42 |
* | Enable a bunch more -regalloc=fast tests | Jakob Stoklund Olesen | 2010-05-12 | 1 | -0/+1 |
* | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman | 2010-05-07 | 1 | -0/+25 |
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 3 | -3/+3 |