Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
| | | | | llvm-svn: 79777 | ||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -4/+4 |
| | | | | llvm-svn: 79763 | ||||
* | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling | 2009-05-15 | 1 | -2/+2 |
| | | | | | | Again, no intendtional functionality change. llvm-svn: 71854 | ||||
* | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling | 2009-05-15 | 1 | -0/+153 |
logical/sane approach to organizing all of the stuff that goes into writing out DWARF information. Honestly? even this is too complex for what it's supposed to be doing. Trivia: It *looks* like there would be functionality changes, however there aren't! llvm-svn: 71821 |