Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove MCELFStreamer.h. | Rafael Espindola | 2012-01-07 | 1 | -141/+0 |
| | | | | llvm-svn: 147745 | ||||
* | Split Finish into Finish and FinishImpl to have a common place to do end of | Rafael Espindola | 2012-01-07 | 1 | -1/+1 |
| | | | | | | | | file error checking. Use that to error on an unfinished cfi_startproc. The error is not nice, but is already better than a segmentation fault. llvm-svn: 147717 | ||||
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -1/+2 |
| | | | | | | | | | | | - On COFF the .lcomm directive has an alignment argument. - On ELF we fall back to .local + .comm Based on a patch by NAKAMURA Takumi. Fixes PR9337, PR9483 and PR10128. llvm-svn: 138976 | ||||
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to ↵ | Evan Cheng | 2011-07-25 | 1 | -2/+2 |
| | | | | | | createMCAsmBackend. llvm-svn: 136010 | ||||
* | Remove a useless copy of MCELFStreamer. Patch by Logan Chien! | Benjamin Kramer | 2011-06-17 | 1 | -134/+0 |
| | | | | llvm-svn: 133272 | ||||
* | Add constructors to MCElfStreamer and MCObjectStreamer to take an extra ↵ | Jan Sjödin | 2011-03-09 | 1 | -0/+6 |
| | | | | | | MCAssembler * argument. llvm-svn: 127343 | ||||
* | Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that ↵ | Jan Sjödin | 2011-03-03 | 1 | -0/+268 |
other components can use them. llvm-svn: 126942 |