summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.h
Commit message (Expand)AuthorAge
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-01
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-15
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Add missing forward declaration.David Greene2009-08-19
* Match declaration to definition (missed a few).Daniel Dunbar2009-07-13
* Match declaration to definition.Daniel Dunbar2009-07-13
* Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa...Bruno Cardoso Lopes2009-07-06
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Move structures and classes into header files, providing two new headers andBruno Cardoso Lopes2009-06-03
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-30
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* More Mach-O writer improvements.Nate Begeman2007-02-28
* Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling2007-02-08