summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAge
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Use references to simplify the code a bit.Rafael Espindola2010-12-06
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-03
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-03
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-02
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-02
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-01
* Implement .weakref.Rafael Espindola2010-11-01
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-19
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-16
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16