1. 3472766 Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  2. f187ac5 Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
  3. 47f9a49 Simplify MCContext::(Next|Get)Instance by Benjamin Kramer · 15 years ago
  4. ebe7fcd Added support in MC for Directional Local Labels. by Kevin Enderby · 15 years ago
  5. 6e5ce28 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
  6. eb40a0f switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
  7. 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
  8. f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
  9. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  10. 77e7694 fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 15 years ago
  11. c28cc09 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 15 years ago
  12. 1d72a76 add a new CreateTempSymbol method, the use case for by Chris Lattner · 15 years ago
  13. 1a5c28f enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol by Chris Lattner · 15 years ago
  14. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
  15. 19a9947 empty symbols aren't possible, the mcsymbol ctor aborts on them. by Chris Lattner · 15 years ago
  16. 0965200 Remove unneeded includes. by Daniel Dunbar · 15 years ago
  17. 00685bb eliminate MCContext::CreateSymbol and CreateTemporarySymbol. by Chris Lattner · 15 years ago
  18. 2928c83 Pass StringRef by value. by Daniel Dunbar · 16 years ago
  19. 7c5b021 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 16 years ago
  20. e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 16 years ago
  21. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 16 years ago
  22. 383cbff llvm-mc: Change MCContext value table to take const MCSymbol*s. by Daniel Dunbar · 16 years ago
  23. 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
  24. c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
  25. ed47a04 split MCSection stuff out to its own .cpp file, add a new by Chris Lattner · 16 years ago
  26. fcdbf4e create sections with MCSection::Create instead of Context->getOrCreateSection. by Chris Lattner · 16 years ago
  27. b5261eb Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 16 years ago
  28. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 16 years ago
  29. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  30. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 16 years ago
  31. ba1da8a Update for MCImm -> MCValue rename. by Daniel Dunbar · 16 years ago
  32. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 16 years ago