summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectStreamer.h
Commit message (Expand)AuthorAge
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* There are two reasons why we might want to useRafael Espindola2010-12-04
* 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
* 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