1. f96db46 Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic by Kevin Enderby · 15 years ago
  2. 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 15 years ago
  3. 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 15 years ago
  4. 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 15 years ago
  5. 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 15 years ago
  6. 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 15 years ago
  7. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  8. 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 15 years ago
  9. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
  10. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  11. 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  12. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  13. 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 15 years ago
  14. abde298 Dump MCInsts in the MC .s printer, for now. by Daniel Dunbar · 15 years ago
  15. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 15 years ago
  16. 48de5d8 Initialize CurSection in constructor. by Torok Edwin · 15 years ago
  17. 7908a6a Rename MCValue::getCst to getConstant and add MCValue::isConstant. by Daniel Dunbar · 15 years ago
  18. 304f6a4 MC: Truncate values when printing, to keep 'as' happy. by Daniel Dunbar · 15 years ago
  19. 84a2926 Sketch streamer support for .align, .org functionality. by Daniel Dunbar · 15 years ago
  20. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 15 years ago
  21. d814b21 MCStreamer: Add a few more "symbol attributes". by Daniel Dunbar · 15 years ago
  22. f5e75a1 MCStreamer: Test printing values. by Daniel Dunbar · 15 years ago
  23. cd58c59 Add new files to cmake list. by Duncan Sands · 15 years ago
  24. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 15 years ago
  25. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 15 years ago
  26. ba1da8a Update for MCImm -> MCValue rename. by Daniel Dunbar · 15 years ago
  27. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 15 years ago