aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCLoggingStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-3/+5
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-2/+3
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-2/+4
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-2/+2
* Remove unused argument.Rafael Espindola2011-04-211-6/+4
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-2/+3
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-5/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+5
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-4/+3
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-2/+3
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-3/+2
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-2/+3
* There are two reasons why we might want to useRafael Espindola2010-12-041-2/+1
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+7
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-1/+2
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-5/+0
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+12
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-0/+5
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+12
* Implement .weakref.Rafael Espindola2010-11-011-0/+5
* MC: Add missing forward in MCLoggingStreamer.Michael J. Spencer2010-10-061-0/+1
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+4
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-0/+208