aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
AgeCommit message (Expand)Author
2009-07-15Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .include directive.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .lsym directive.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .desc directive.Kevin Enderby
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-13Added llvm-mc support for parsing the .abort directive.Kevin Enderby
2009-07-13add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-10add support for .zerofill, patch by Kevin Enderby!Chris Lattner
2009-07-09add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner
2009-07-07Implement parsing support for the .comm directive. Patch byChris Lattner
2009-07-01Dump MCInsts in the MC .s printer, for now.Daniel Dunbar
2009-06-29llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar
2009-06-29Initialize CurSection in constructor.Torok Edwin
2009-06-29Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar
2009-06-25MC: Truncate values when printing, to keep 'as' happy.Daniel Dunbar
2009-06-24Sketch streamer support for .align, .org functionality.Daniel Dunbar
2009-06-24We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar
2009-06-24MCStreamer: Add a few more "symbol attributes".Daniel Dunbar
2009-06-24MCStreamer: Test printing values.Daniel Dunbar
2009-06-24add trivial support for passing label definitions through the MCStreamer.Chris Lattner
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar