| Commit message (Expand) | Author | Age | Files | Lines |
* | convert to filecheck style, simplify RUN line, and add comment. | Chris Lattner | 2009-07-14 | 1 | -7/+7 |
* | convert this test to filecheck style | Chris Lattner | 2009-07-14 | 1 | -12/+20 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 2 | -7/+5 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 1 | -2/+2 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 2 | -8/+8 |
* | Fix detection of valid BFC immediates. | David Goodwin | 2009-07-14 | 1 | -0/+6 |
* | Check for the correct unnamed name. | Bill Wendling | 2009-07-14 | 1 | -1/+1 |
* | Check in a reduced version of this testcase. | Dan Gohman | 2009-07-13 | 1 | -17376/+563 |
* | Two changes: | Chris Lattner | 2009-07-13 | 1 | -2/+1 |
* | Add testcases for PR4538, PR4537, and PR4534. | Dan Gohman | 2009-07-13 | 1 | -0/+17396 |
* | remove tests for removed intrinsics. | Chris Lattner | 2009-07-12 | 1 | -32/+0 |
* | add nounwind | Chris Lattner | 2009-07-12 | 1 | -1/+1 |
* | Darwin prepends an _ to internal globals, Linux doesn't. | Nick Lewycky | 2009-07-11 | 1 | -1/+1 |
* | fix x86-64 static codegen to materialize the address of a global with movl in... | Chris Lattner | 2009-07-11 | 1 | -37/+37 |
* | this test was incorrect for x86-64 static. It passed on darwin, because darwin | Chris Lattner | 2009-07-11 | 1 | -1/+5 |
* | Fix PR4533, which is about buggy codegen in x86-64 -static mode. | Chris Lattner | 2009-07-11 | 1 | -20/+557 |
* | We get the P modifier wrong in a lot of cases, just add some more rigorous te... | Chris Lattner | 2009-07-11 | 1 | -30/+59 |
* | Don't put IT instruction before conditional branches. | Evan Cheng | 2009-07-11 | 1 | -0/+19 |
* | Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f... | Evan Cheng | 2009-07-11 | 1 | -5/+12 |
* | Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... | Evan Cheng | 2009-07-11 | 2 | -2/+14 |
* | convert test to use FileCheck, which is much more precise and faster than | Chris Lattner | 2009-07-10 | 1 | -7/+21 |
* | Add a thumb2 pass to insert IT blocks. | Evan Cheng | 2009-07-10 | 2 | -0/+2 |
* | Remove a bogus assertion. | Evan Cheng | 2009-07-10 | 1 | -0/+1 |
* | Handle 'a' modifier on inline assembly operands. | Bob Wilson | 2009-07-09 | 1 | -0/+7 |
* | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 2 | -0/+19 |
* | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng | 2009-07-09 | 3 | -2/+4 |
* | Improved tracking of value number kills. VN kills are now represented | Lang Hames | 2009-07-09 | 1 | -1/+1 |
* | remove eh, convert to FileCheck style | Chris Lattner | 2009-07-09 | 1 | -6/+9 |
* | we have no tests for dllimport/export. Add one. | Chris Lattner | 2009-07-09 | 1 | -0/+9 |
* | * add some assertions for sanity checking. | Chris Lattner | 2009-07-09 | 1 | -1/+1 |
* | add a test for dale's recent change. | Chris Lattner | 2009-07-09 | 1 | -11/+34 |
* | switch test to FileCheck-style and test the P and non-P cases. | Chris Lattner | 2009-07-08 | 1 | -4/+19 |
* | rename a test to make it a feature test. | Chris Lattner | 2009-07-08 | 1 | -0/+0 |
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 2 | -3/+1 |
* | Implement NEON vst1 instruction. | Bob Wilson | 2009-07-08 | 1 | -0/+77 |
* | add some more check for vector compares. | Chris Lattner | 2009-07-08 | 1 | -2/+36 |
* | convert a test to "FileCheck" style. | Chris Lattner | 2009-07-08 | 1 | -3/+27 |
* | Implement NEON vld1 instructions. | Bob Wilson | 2009-07-08 | 1 | -0/+67 |
* | Add rev16 test... xfail for now | David Goodwin | 2009-07-08 | 1 | -0/+32 |
* | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh... | David Goodwin | 2009-07-08 | 1 | -0/+2 |
* | eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works. | Chris Lattner | 2009-07-08 | 3 | -42/+1 |
* | Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No | Chris Lattner | 2009-07-08 | 6 | -128/+191 |
* | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner | 2009-07-08 | 1 | -1/+1 |
* | add support for legalizing an icmp where the result is illegal (4xi1) but | Chris Lattner | 2009-07-07 | 1 | -0/+7 |
* | add a trivial test that vector compares work. | Chris Lattner | 2009-07-07 | 1 | -0/+7 |
* | implement support for spliting and scalarizing vector setcc's. This | Chris Lattner | 2009-07-07 | 1 | -0/+28 |
* | verify that the fcmp version of this works just as well as the | Chris Lattner | 2009-07-07 | 1 | -0/+12 |
* | Add Thumb2 movcc instructions. | Evan Cheng | 2009-07-07 | 2 | -0/+71 |
* | Add missing tests. | Evan Cheng | 2009-07-07 | 2 | -0/+48 |