aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCLoggingStreamer.cpp
AgeCommit message (Expand)Author
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-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-04There are two reasons why we might want to useRafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-12-02Use set directive for StartMinusEndExpr.Devang Patel
2010-11-28Make EmitIntValue non virtual.Rafael Espindola
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-05MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach
2010-11-02Add support for expressions in .sleb/.uleb directives.Rafael Espindola
2010-11-01Implement .weakref.Rafael Espindola
2010-10-06MC: Add missing forward in MCLoggingStreamer.Michael J. Spencer
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-05-23MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar