summaryrefslogtreecommitdiff
path: root/lib/MC/MCNullStreamer.cpp
Commit message (Expand)AuthorAge
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Remove unused argument.Rafael Espindola2011-04-21
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-18
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-05
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Implement .weakref.Rafael Espindola2010-11-01
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-18
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* make the NullStreamer set the section on a label when emitted so that isDefin...Chris Lattner2010-03-09
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-23
* mcstreamerize gprel32 emission.Chris Lattner2010-01-25
* mcstreamerize .file and .file. This also fixes an issue where theChris Lattner2010-01-25
* emit the .size directive for global variables on ELF throughChris Lattner2010-01-25
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-23
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* Pass StringRef by value.Daniel Dunbar2009-11-06
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-31
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-31
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-30
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-28
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-28
* null streamer needs to maintain the current section as well.Chris Lattner2009-08-18
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-17
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-13