1. 897ffad llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 16 years ago
  2. b7b2097 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 16 years ago
  3. 73da11e llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 16 years ago
  4. 945e257 llvm-mc: Make MCSymbolData symbol member const. by Daniel Dunbar · 16 years ago
  5. 02c7254 llvm-mc: Add MCContext to MCAssembler. by Daniel Dunbar · 16 years ago
  6. 6a715dc llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 16 years ago
  7. 2a2459a llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing. by Daniel Dunbar · 16 years ago
  8. 2701eee llvm-mc: Support .comm emission. by Daniel Dunbar · 16 years ago
  9. 42a39d0 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 16 years ago
  10. d82ef0e llvm-mc: Factor getSectionData out of SwitchSection. by Daniel Dunbar · 16 years ago
  11. 96abad1 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 16 years ago
  12. cf72e1c llvm-mc: Add const to EmitZeroFill section argument. by Daniel Dunbar · 16 years ago
  13. c7c5f9f llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 16 years ago
  14. e269773 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 16 years ago
  15. c1710a0 llvm-mc: Add symbol entries for undefined symbols used in .fill and .org. by Daniel Dunbar · 16 years ago
  16. aef5317 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 16 years ago
  17. c2c0bf9 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 16 years ago
  18. 582d610 llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 16 years ago
  19. 04a1158 llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 16 years ago
  20. ca09851 prune some redundant #includes. by Chris Lattner · 16 years ago
  21. d185947 llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 16 years ago
  22. ff3eafd llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 16 years ago
  23. 6860ac7 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 16 years ago
  24. b1068e4 llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 16 years ago
  25. 4ef7fb9 llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 16 years ago
  26. 3016db3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 16 years ago