summaryrefslogtreecommitdiff
path: root/lib/MC/MCNullStreamer.cpp
Commit message (Expand)AuthorAge
...
* 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