| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence a warning when assertions are turned off. | Duncan Sands | 2009-07-03 | 1 | -0/+1 |
* | Silence a warning when assertions are turned off. | Duncan Sands | 2009-07-03 | 1 | -0/+1 |
* | Silence warning when building without assertions. | Duncan Sands | 2009-07-03 | 1 | -0/+1 |
* | Silence warnings when assertions are turned off. | Duncan Sands | 2009-07-03 | 1 | -0/+2 |
* | For extended loads of type i1 to i8, we will need to at least one byte from m... | Sanjiv Gupta | 2009-07-03 | 2 | -2/+6 |
* | Various small changes related to the Condition Register on PowerPC. | Tilmann Scheller | 2009-07-03 | 4 | -47/+68 |
* | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 12 | -572/+370 |
* | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 2009-07-03 | 8 | -58/+1105 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 9 | -12/+15 |
* | Small cleanups in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 4 | -38/+21 |
* | Add thumb2 sign / zero extend with rotate instructions. | Evan Cheng | 2009-07-03 | 2 | -1/+59 |
* | Add Thumb2 load / store multiple instructions. Not used yet. | Evan Cheng | 2009-07-03 | 1 | -0/+15 |
* | t2LDR_PRE etc are loads. | Evan Cheng | 2009-07-03 | 1 | -0/+2 |
* | Added indexed stores. | Evan Cheng | 2009-07-03 | 1 | -1/+45 |
* | Sign extending pre/post indexed loads. | Evan Cheng | 2009-07-02 | 2 | -2/+32 |
* | Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins... | David Goodwin | 2009-07-02 | 13 | -420/+1655 |
* | CMake build fixes, from Xerxes Ranby | Douglas Gregor | 2009-07-02 | 8 | -0/+16 |
* | simplify some logic by using isWeakForLinker(). Thanks to Anton for | Chris Lattner | 2009-07-02 | 1 | -5/+2 |
* | Thumb2 pre/post indexed loads. | Evan Cheng | 2009-07-02 | 5 | -34/+204 |
* | 80 col violation. | Evan Cheng | 2009-07-02 | 1 | -2/+2 |
* | Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no... | Evan Cheng | 2009-07-02 | 4 | -16/+17 |
* | @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. | Chris Lattner | 2009-07-02 | 1 | -1/+3 |
* | Fix yet-another bug I introduced into fastisel, this time handling | Chris Lattner | 2009-07-02 | 1 | -1/+3 |
* | Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al... | Bruno Cardoso Lopes | 2009-07-02 | 3 | -26/+0 |
* | 80 col violation. | Evan Cheng | 2009-07-02 | 1 | -1/+1 |
* | clarify: stub emission depends on the version of the linker you use, it has n... | Chris Lattner | 2009-07-02 | 1 | -5/+4 |
* | Factor out ARM indexed load matching code. | Evan Cheng | 2009-07-02 | 1 | -46/+57 |
* | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 1 | -2/+3 |
* | Add darwin stub removal to wishlist. | Dale Johannesen | 2009-07-01 | 1 | -0/+11 |
* | Add a new addressing mode for NEON load/store instructions. | Bob Wilson | 2009-07-01 | 7 | -21/+82 |
* | Fix a comment typo. | Bob Wilson | 2009-07-01 | 1 | -1/+1 |
* | Fix up a comment: besides the >80col lines, the operation for this | Bob Wilson | 2009-07-01 | 1 | -6/+6 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 21 | -21/+21 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -5/+8 |
* | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner | 2009-07-01 | 2 | -6/+18 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 6 | -26/+79 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 44 | -125/+75 |
* | Add PIC load and store patterns for Thumb-2. | David Goodwin | 2009-07-01 | 1 | -0/+28 |
* | Thumb-2 load and store double description. But nothing yet creates them. | David Goodwin | 2009-06-30 | 2 | -1/+40 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 32 | -32/+102 |
* | Add thumb-2 store word, halfword, and byte. | David Goodwin | 2009-06-30 | 1 | -0/+18 |
* | Improve Thumb-2 jump table support. | David Goodwin | 2009-06-30 | 4 | -14/+37 |
* | Add 256-bit memory operand support. | David Greene | 2009-06-30 | 3 | -0/+16 |
* | Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table. | David Goodwin | 2009-06-30 | 7 | -33/+112 |
* | Fix PR4485. | Rafael Espindola | 2009-06-30 | 1 | -3/+6 |
* | Fix PR4484. | Rafael Espindola | 2009-06-30 | 1 | -3/+5 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -1/+2 |
* | remove a bogus note. | Chris Lattner | 2009-06-30 | 1 | -20/+0 |
* | add a note | Chris Lattner | 2009-06-30 | 1 | -0/+20 |
* | A few more load instructions. | Evan Cheng | 2009-06-30 | 4 | -39/+99 |