Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -3/+3 |
* | * Factor out (into new fn) a loop emitting operand shifts into the instruction | Misha Brukman | 2004-10-14 | 1 | -0/+8 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | convert over to using TableGen backends | Chris Lattner | 2003-08-06 | 1 | -4/+2 |
* | Simplify code to match new interfaces | Chris Lattner | 2003-08-01 | 1 | -2/+2 |
* | More minor cleanups of the interface | Chris Lattner | 2003-07-31 | 1 | -1/+3 |
* | Rename createEmitter to run because eventually all tablegen backends will | Chris Lattner | 2003-07-31 | 1 | -1/+2 |
* | Tighten up interface | Chris Lattner | 2003-07-31 | 1 | -3/+3 |
* | Don't crash if there is no Inst class in the tablegen file! | Chris Lattner | 2003-07-29 | 1 | -1/+1 |
* | Old versions of GCC doesn't have <ostream> :( | Chris Lattner | 2003-06-06 | 1 | -1/+1 |
* | First cut at the Code Generator using the TableGen methodology. | Misha Brukman | 2003-05-24 | 1 | -0/+23 |