Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move EmitValue to MCObjectStreamer. | Rafael Espindola | 2010-11-28 | 1 | -0/+19 |
| | | | | llvm-svn: 120269 | ||||
* | Fixed verson of r120245. | Rafael Espindola | 2010-11-28 | 1 | -0/+19 |
| | | | | | | Factor some duplicated code into MCObjectStreamer::EmitLabel. llvm-svn: 120248 | ||||
* | Revert previous patch while I debug the darwin bootstrap failure. | Rafael Espindola | 2010-11-28 | 1 | -20/+0 |
| | | | | llvm-svn: 120246 | ||||
* | Factor some duplicated code into MCObjectStreamer::EmitLabel. | Rafael Espindola | 2010-11-28 | 1 | -0/+20 |
| | | | | llvm-svn: 120245 | ||||
* | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola | 2010-11-02 | 1 | -0/+10 |
| | | | | llvm-svn: 118023 | ||||
* | Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. | Rafael Espindola | 2010-11-01 | 1 | -0/+34 |
| | | | | llvm-svn: 117925 | ||||
* | Implement .weakref. | Rafael Espindola | 2010-11-01 | 1 | -0/+5 |
| | | | | llvm-svn: 117911 | ||||
* | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 1 | -2/+5 |
| | | | | llvm-svn: 114594 | ||||
* | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer | 2010-09-02 | 1 | -0/+1 |
| | | | | llvm-svn: 112849 | ||||
* | Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ↵ | Benjamin Kramer | 2010-07-29 | 1 | -0/+4 |
| | | | | | | ownership of the TargetAsmBackend and the MCCodeEmitter. llvm-svn: 109767 | ||||
* | MC: Add WinCOFFStreamer implementation and merge common code from MachO | Michael J. Spencer | 2010-07-19 | 1 | -0/+43 |
| | | | | | | | | into MCObjectStreamer. Origonal Windows COFF implementation by Nathan Jedffords. llvm-svn: 108678 | ||||
* | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar | 2010-06-16 | 1 | -2/+17 |
| | | | | llvm-svn: 106141 | ||||
* | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar | 2010-06-16 | 1 | -0/+24 |
object file format writers. llvm-svn: 106140 |