aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCNullStreamer.cpp
AgeCommit message (Expand)Author
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael 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-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-21Remove unused argument.Rafael Espindola
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel
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-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-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-05-18Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher
2010-05-14Add AsmParser support for darwin tbss directive.Eric Christopher
2010-05-08break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner
2010-03-09make the NullStreamer set the section on a label when emitted so that isDefin...Chris Lattner
2010-02-23This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby
2010-01-25mcstreamerize gprel32 emission.Chris Lattner
2010-01-25mcstreamerize .file and .file. This also fixes an issue where theChris Lattner
2010-01-25emit the .size directive for global variables on ELF throughChris Lattner
2010-01-23mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner
2010-01-23move the various directive enums out of the MCStreamer classChris Lattner
2010-01-19Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-08-31llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar
2009-08-31llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
2009-08-28llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar
2009-08-18null streamer needs to maintain the current section as well.Chris Lattner
2009-08-17change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner
2009-08-13llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar