aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCPureStreamer.cpp
AgeCommit message (Expand)Author
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
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