aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCNullStreamer.cpp
AgeCommit message (Expand)Author
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