aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachOCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-2/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Add missing includes.David Greene2009-08-191-0/+1
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-141-1/+1
* Rename getValueName -> getMangledNameChris Lattner2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+2
* Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa...Bruno Cardoso Lopes2009-07-061-2/+15
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-46/+17
* Move structures and classes into header files, providing two new headers andBruno Cardoso Lopes2009-06-031-0/+207