| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 1 | -0/+8 |
| * | Add Thumb2 pkhbt / pkhtb. | Evan Cheng | 2009-07-07 | 1 | -0/+73 |
| * | Add some more Thumb2 multiplication instructions. | Evan Cheng | 2009-07-07 | 3 | -0/+53 |
| * | Add bfc to armv6t2. | Evan Cheng | 2009-07-06 | 1 | -0/+19 |
| * | Added ARM::mls for armv6t2. | Evan Cheng | 2009-07-06 | 1 | -0/+14 |
| * | Avoid adding a duplicate def. This fixes PR4478. | Evan Cheng | 2009-07-06 | 1 | -0/+137 |
| * | Mark this test as Darwin only. Patch by Bill Wendling. | Stuart Hastings | 2009-07-06 | 1 | -1/+4 |
| * | When comparing constants, consider a less wide constant to be "less complex" | Nick Lewycky | 2009-07-04 | 1 | -0/+16 |
| * | Add thumb2 sign / zero extend with rotate instructions. | Evan Cheng | 2009-07-03 | 4 | -1/+135 |
| * | Added indexed stores. | Evan Cheng | 2009-07-03 | 2 | -0/+39 |
| * | Sign extending pre/post indexed loads. | Evan Cheng | 2009-07-02 | 1 | -1/+10 |
| * | do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ... | Chris Lattner | 2009-07-02 | 1 | -0/+15 |
| * | Thumb2 pre/post indexed loads. | Evan Cheng | 2009-07-02 | 2 | -0/+31 |
| * | @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. | Chris Lattner | 2009-07-02 | 1 | -1/+1 |
| * | Fix yet-another bug I introduced into fastisel, this time handling | Chris Lattner | 2009-07-02 | 1 | -0/+17 |
| * | llvm-mc/x86: Test case for x86 operand parsing. | Daniel Dunbar | 2009-07-02 | 1 | -0/+36 |
| * | Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487. | Dan Gohman | 2009-07-01 | 1 | -0/+14 |
| * | new test case | Devang Patel | 2009-07-01 | 1 | -0/+3 |
| * | Support stand alone metadata syntax. | Devang Patel | 2009-07-01 | 1 | -0/+7 |
| * | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -0/+69 |
| * | Insure that __block_holder_tmp is allocated on the stack when a byref | Stuart Hastings | 2009-07-01 | 1 | -0/+8 |
| * | CommuteChangesDestination() should check if to-be-commuted instruction define... | Evan Cheng | 2009-07-01 | 1 | -0/+130 |
| * | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng | 2009-07-01 | 1 | -0/+99 |
| * | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner | 2009-07-01 | 1 | -0/+24 |
| * | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 2 | -0/+256 |
| * | Add PIC load and store patterns for Thumb-2. | David Goodwin | 2009-07-01 | 3 | -2/+51 |
| * | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 1 | -0/+7 |
| * | Add thumb-2 store word, halfword, and byte. | David Goodwin | 2009-06-30 | 3 | -0/+189 |
| * | Improve Thumb-2 jump table support. | David Goodwin | 2009-06-30 | 1 | -0/+26 |
| * | Fix PR4485. | Rafael Espindola | 2009-06-30 | 2 | -1/+16 |
| * | Fix PR4484. | Rafael Espindola | 2009-06-30 | 1 | -0/+15 |
| * | Temporarily restore the scavenger implicit_def checking code. MachineOperand ... | Evan Cheng | 2009-06-30 | 1 | -0/+116 |
| * | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -0/+122 |
| * | A few more load instructions. | Evan Cheng | 2009-06-30 | 3 | -0/+147 |
| * | Array accesses are independent if the underlying arrays differ. | Andreas Bolka | 2009-06-30 | 4 | -2/+49 |
| * | llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. | Daniel Dunbar | 2009-06-30 | 1 | -1/+17 |
| * | Enhance tests to include shifted-register operand testing. | David Goodwin | 2009-06-30 | 14 | -19/+425 |
| * | llvm-mc: Parse symbol attribute directives. | Daniel Dunbar | 2009-06-30 | 1 | -0/+7 |
| * | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 1 | -0/+16 |
| * | Add Thumb-2 support for TEQ amd TST. | David Goodwin | 2009-06-29 | 4 | -0/+192 |
| * | Thumb-2 tests | David Goodwin | 2009-06-29 | 7 | -15/+65 |
| * | llvm-mc: Recognize C++ style comments. | Daniel Dunbar | 2009-06-29 | 1 | -4/+4 |
| * | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar | 2009-06-29 | 1 | -0/+39 |
| * | Don't cache PHI exit values from exhaustive evaluations, because | Dan Gohman | 2009-06-29 | 1 | -0/+78 |