1. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  2. a4d8667 MC: Set symbol values in MachO MCStreamer. by Daniel Dunbar · 15 years ago
  3. 1253a6f MC: Switch assembler API to using MCExpr instead of MCValue. by Daniel Dunbar · 15 years ago
  4. e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 15 years ago
  5. 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 15 years ago
  6. e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 15 years ago
  7. 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 15 years ago
  8. cb579b3 llvm-mc: Make MCSymbolData symbol member const. by Daniel Dunbar · 15 years ago
  9. a03a368 llvm-mc: Add MCContext to MCAssembler. by Daniel Dunbar · 15 years ago
  10. 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 15 years ago
  11. 8c3eaf4 llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing. by Daniel Dunbar · 15 years ago
  12. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
  13. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
  14. 0f5fa69 llvm-mc: Factor getSectionData out of SwitchSection. by Daniel Dunbar · 15 years ago
  15. e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
  16. 8751b94 llvm-mc: Add const to EmitZeroFill section argument. by Daniel Dunbar · 15 years ago
  17. 4fac749 llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 15 years ago
  18. 6009db4 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 15 years ago
  19. a421de1 llvm-mc: Add symbol entries for undefined symbols used in .fill and .org. by Daniel Dunbar · 15 years ago
  20. 5e83596 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 15 years ago
  21. ad7c3d5 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 15 years ago
  22. 0c7761b llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 15 years ago
  23. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  24. cda7f78 prune some redundant #includes. by Chris Lattner · 15 years ago
  25. 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
  26. f3d2ef0 llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 15 years ago
  27. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  28. d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 15 years ago
  29. 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 15 years ago
  30. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago