summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-0/+19
* Fixed verson of r120245.Rafael Espindola2010-11-281-0/+19
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-20/+0
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-0/+20
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+10
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-0/+34
* Implement .weakref.Rafael Espindola2010-11-011-0/+5
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-2/+5
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+1
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-291-0/+4
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-191-0/+43
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-161-2/+17
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-161-0/+24
OpenPOWER on IntegriCloud