Rafael Espindola
|
e5b7415b21
|
Fixed verson of r120245.
Factor some duplicated code into MCObjectStreamer::EmitLabel.
llvm-svn: 120248
|
2010-11-28 17:18:55 +00:00 |
Rafael Espindola
|
1679580cc9
|
Revert previous patch while I debug the darwin bootstrap failure.
llvm-svn: 120246
|
2010-11-28 16:22:59 +00:00 |
Rafael Espindola
|
d4b3feb3f7
|
Factor some duplicated code into MCObjectStreamer::EmitLabel.
llvm-svn: 120245
|
2010-11-28 15:54:36 +00:00 |
Rafael Espindola
|
5e874982f2
|
Add support for expressions in .sleb/.uleb directives.
llvm-svn: 118023
|
2010-11-02 17:22:24 +00:00 |
Rafael Espindola
|
72b5488680
|
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
llvm-svn: 117925
|
2010-11-01 16:27:31 +00:00 |
Rafael Espindola
|
1614597873
|
Implement .weakref.
llvm-svn: 117911
|
2010-11-01 14:28:48 +00:00 |
Rafael Espindola
|
dee12d8110
|
Avoid some Mach-O specific alignment being done on ELF.
llvm-svn: 114594
|
2010-09-22 22:27:05 +00:00 |
Benjamin Kramer
|
e39017cb97
|
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
llvm-svn: 112849
|
2010-09-02 18:53:37 +00:00 |
Benjamin Kramer
|
a3e0ddb564
|
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter.
llvm-svn: 109767
|
2010-07-29 17:48:06 +00:00 |
Michael J. Spencer
|
e2da0a478d
|
MC: Add WinCOFFStreamer implementation and merge common code from MachO
into MCObjectStreamer.
Origonal Windows COFF implementation by Nathan Jedffords.
llvm-svn: 108678
|
2010-07-19 06:13:10 +00:00 |
Daniel Dunbar
|
b2347fe504
|
MC: Lift SwitchSection() and Finish() into MCObjectStreamer.
llvm-svn: 106141
|
2010-06-16 20:04:25 +00:00 |
Daniel Dunbar
|
8a3c9d9bc4
|
MC: Factor out an MCObjectStreamer class, which will be shared by the concrete
object file format writers.
llvm-svn: 106140
|
2010-06-16 20:04:22 +00:00 |