| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman | 2010-02-01 | 1 | -88/+0 |
* | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 1 | -155/+37 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | Add missing forward declaration. | David Greene | 2009-08-19 | 1 | -0/+1 |
* | Match declaration to definition (missed a few). | Daniel Dunbar | 2009-07-13 | 1 | -3/+3 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-13 | 1 | -1/+1 |
* | Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa... | Bruno Cardoso Lopes | 2009-07-06 | 1 | -109/+42 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -7/+16 |
* | Move structures and classes into header files, providing two new headers and | Bruno Cardoso Lopes | 2009-06-03 | 1 | -385/+19 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-05-30 | 1 | -1/+1 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -2/+3 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+1 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -5/+5 |
* | More Mach-O writer improvements. | Nate Begeman | 2007-02-28 | 1 | -3/+5 |
* | Moved from include/llvm/CodeGen to lib/CodeGen. | Bill Wendling | 2007-02-08 | 1 | -0/+624 |