aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCPureStreamer.cpp
AgeCommit message (Expand)Author
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola
2010-11-28Forgot the MCPureStreamer::EmitValue in the previous commit.Rafael Espindola
2010-11-28Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola
2010-11-28Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola
2010-11-17MC-JIT: Stub out "pure" streamer.Daniel Dunbar