Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| | | | | llvm-svn: 79777 | ||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| | | | | llvm-svn: 79763 | ||||
* | Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra ↵ | Bruno Cardoso Lopes | 2009-07-06 | 1 | -8/+6 |
| | | | | | | spaces, shrink down includes and move some methods out-of-line llvm-svn: 74817 | ||||
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -67/+9 |
| | | | | | | cleanup, removed some #includes and moved Object Code Emitter out-of-line. llvm-svn: 74813 | ||||
* | Move structures and classes into header files, providing two new headers and | Bruno Cardoso Lopes | 2009-06-03 | 1 | -0/+129 |
one new .cpp file, in preparation for merging in the Direct Object Emission changes we're working on. No functional changes. Fixed coding style issues on the original patch. Patch by Aaron Gray llvm-svn: 72754 |