1. f4387d9 Make the StringMaps attached to MCContext use the MCContext's allocator; by Eli Friedman · 14 years ago
  2. c18214a Don't store Twine temporaries, it's not safe. by Benjamin Kramer · 14 years ago
  3. c6cf43d MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 14 years ago
  4. c85dca6 Remove duplicated code. by Rafael Espindola · 15 years ago
  5. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  6. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  7. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  8. 9f44724 Rename temporary symbols if they conflict with artificial symbols created by Rafael Espindola · 15 years ago
  9. 326990f Fix Whitespace. by Michael J. Spencer · 15 years ago
  10. af6b5808 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  11. c50a0fd Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
  12. 2ff9e83 Initial comdat implementation. by Rafael Espindola · 15 years ago
  13. 4283f4b Use MCSectionELF in places we know we have an ELF section. by Rafael Espindola · 15 years ago
  14. 34be396 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  15. 037b5be Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  16. e61a1ac Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
  17. 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  18. 186e7a0 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 15 years ago
  19. 232ab94 This is the second of three patches to implement support for the .loc directive by Kevin Enderby · 15 years ago
  20. c1840b3 First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
  21. 6b2e257 Add ELF ObjectWriter and Streamer support. by Matt Fleming · 15 years ago
  22. b07ce60 Next bit of support for the dwarf .file directive. This patch takes the by Kevin Enderby · 15 years ago
  23. 3bce5ad Stop leaking std::strings in GetDwarfFile. by Benjamin Kramer · 15 years ago
  24. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
  25. 3472766 Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  26. f187ac5 Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
  27. 47f9a49 Simplify MCContext::(Next|Get)Instance by Benjamin Kramer · 15 years ago
  28. ebe7fcd Added support in MC for Directional Local Labels. by Kevin Enderby · 15 years ago
  29. 6e5ce28 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
  30. eb40a0f switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
  31. 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
  32. f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
  33. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  34. 77e7694 fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 15 years ago
  35. c28cc09 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 15 years ago
  36. 1d72a76 add a new CreateTempSymbol method, the use case for by Chris Lattner · 15 years ago
  37. 1a5c28f enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol by Chris Lattner · 15 years ago
  38. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
  39. 19a9947 empty symbols aren't possible, the mcsymbol ctor aborts on them. by Chris Lattner · 15 years ago
  40. 0965200 Remove unneeded includes. by Daniel Dunbar · 15 years ago
  41. 00685bb eliminate MCContext::CreateSymbol and CreateTemporarySymbol. by Chris Lattner · 15 years ago
  42. 2928c83 Pass StringRef by value. by Daniel Dunbar · 16 years ago
  43. 7c5b021 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 16 years ago
  44. e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 16 years ago
  45. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 16 years ago
  46. 383cbff llvm-mc: Change MCContext value table to take const MCSymbol*s. by Daniel Dunbar · 16 years ago
  47. 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
  48. c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
  49. ed47a04 split MCSection stuff out to its own .cpp file, add a new by Chris Lattner · 16 years ago
  50. fcdbf4e create sections with MCSection::Create instead of Context->getOrCreateSection. by Chris Lattner · 16 years ago
  51. b5261eb Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 16 years ago
  52. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 16 years ago
  53. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  54. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 16 years ago
  55. ba1da8a Update for MCImm -> MCValue rename. by Daniel Dunbar · 16 years ago
  56. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 16 years ago