1. 4269b9e Use printable names to implement directional labels. by Rafael Espindola · 12 years ago
  2. f4a640e Remove stale comment by David Blaikie · 12 years ago
  3. 11765bc MCDwarf: Refactor line table handling into a single data structure by David Blaikie · 12 years ago
  4. a55e64f MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary dimension by David Blaikie · 12 years ago
  5. c47d084 Correct typo ("a entry" -> "an entry") by David Blaikie · 12 years ago
  6. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  7. 32591d3 Fix a crash that occurs when PWD is invalid. by Andrew Trick · 12 years ago
  8. 1c6a4c3 whitespace by Andrew Trick · 12 years ago
  9. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  10. 8e5283a Avoid buffer copies when a Twine already is a StringRef. by David Blaikie · 12 years ago
  11. 60ec383 Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
  12. 15b25df MC: Support multiple sections with the same name in the same comdat group by David Blaikie · 12 years ago
  13. a37acf7 MC: Implement COFF .linkonce directive by Nico Rieck · 12 years ago
  14. bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
  15. e9d5fb0 Silence warning in Release builds. by Benjamin Kramer · 12 years ago
  16. ef03b9f Replace use of PathV1.h in MCContext.cpp. by Rafael Espindola · 12 years ago
  17. 4f35da7 Don't use PathV1.h in Signals.h. by Rafael Espindola · 12 years ago
  18. 5ce24ff Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MCDwarfFilesCUMap by Manman Ren · 13 years ago
  19. 1e42720 Debug Info: store the files and directories for each compile unit. by Manman Ren · 13 years ago
  20. 7ba2edc clear new map and initialize new variable by Pedro Artigas · 13 years ago
  21. 4e042a6 Dwarf: support for LTO where a single object file can have multiple line tables by Manman Ren · 13 years ago
  22. 79f1656 Formatting. by Eric Christopher · 13 years ago
  23. 906da23 Add support for passing -main-file-name all the way through to the assembler. by Eric Christopher · 13 years ago
  24. 10700aad Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the by Chandler Carruth · 13 years ago
  25. 7212ee4 by Pedro Artigas · 13 years ago
  26. e84b13f fixed valgrind issues of prior commit, this change applies r169456 changes back to the tree with fixes. on darwin no valgrind issues exist in the tests that used to fail. by Pedro Artigas · 13 years ago
  27. d985d76 Revert r169456, "change MCContext to work on the doInitialization/doFinalization model" by NAKAMURA Takumi · 13 years ago
  28. bf7d3ba by Pedro Artigas · 13 years ago
  29. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  30. 0be3359 Avoid symbol name clash when filling TOC. by Roman Divacky · 13 years ago
  31. 09e3510 MCContext.cpp: Fixup for my odd previous commit. No functional changes. by NAKAMURA Takumi · 13 years ago
  32. 30396ba MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep with PathV2. by NAKAMURA Takumi · 13 years ago
  33. b18b409 Add simple support for keeping MCFixup source information. by Jim Grosbach · 14 years ago
  34. dfc5b55 Add SourceMgr to MCContext for backend diagnostics. by Jim Grosbach · 14 years ago
  35. 82ed3be Fixed a bug in the code to create a dwarf file and directory table entires when by Kevin Enderby · 14 years ago
  36. 6469fc2 First part of support for generating dwarf for assembly source files with the by Kevin Enderby · 14 years ago
  37. 40f8f2f Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
  38. f895efa Hoist vector.size() computation out of the loop. No functionality change. by Nick Lewycky · 14 years ago
  39. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  40. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  41. d60fa58b Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
  42. 0e40208 Make the StringMaps attached to MCContext use the MCContext's allocator; by Eli Friedman · 15 years ago
  43. 2b6c96b Don't store Twine temporaries, it's not safe. by Benjamin Kramer · 15 years ago
  44. 4ee0d03 MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 15 years ago
  45. aea4958 Remove duplicated code. by Rafael Espindola · 15 years ago
  46. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  47. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  48. 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  49. 5fe5f45 Rename temporary symbols if they conflict with artificial symbols created by Rafael Espindola · 15 years ago
  50. f13f442 Fix Whitespace. by Michael J. Spencer · 15 years ago
  51. c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  52. f01b622 Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
  53. a3e9a22 Initial comdat implementation. by Rafael Espindola · 15 years ago
  54. 36ef57d Use MCSectionELF in places we know we have an ELF section. by Rafael Espindola · 15 years ago
  55. 9bb44a5 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  56. 33048f0 Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  57. 4bdd272 Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
  58. a68d004 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  59. efbdbe5 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 15 years ago
  60. d94dacf This is the second of three patches to implement support for the .loc directive by Kevin Enderby · 15 years ago
  61. 1264b7c First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
  62. d83b927 Add ELF ObjectWriter and Streamer support. by Matt Fleming · 15 years ago
  63. 7221b76 Next bit of support for the dwarf .file directive. This patch takes the by Kevin Enderby · 15 years ago
  64. bccfec6 Stop leaking std::strings in GetDwarfFile. by Benjamin Kramer · 15 years ago
  65. e5930f1 Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
  66. 41b4a6b Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  67. e233dda Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
  68. ab7be75 Simplify MCContext::(Next|Get)Instance by Benjamin Kramer · 16 years ago
  69. 0510b48 Added support in MC for Directional Local Labels. by Kevin Enderby · 16 years ago
  70. 0284493 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 16 years ago
  71. 87cffa9 switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 16 years ago
  72. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
  73. 2073112 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 16 years ago
  74. 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
  75. aed00fa fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 16 years ago
  76. 1334876 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 16 years ago
  77. 073d817 add a new CreateTempSymbol method, the use case for by Chris Lattner · 16 years ago
  78. d3691dd enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol by Chris Lattner · 16 years ago
  79. 768ea2a change MCContext to always have an MCAsmInfo. by Chris Lattner · 16 years ago
  80. 216e729 empty symbols aren't possible, the mcsymbol ctor aborts on them. by Chris Lattner · 16 years ago
  81. 7e3283c Remove unneeded includes. by Daniel Dunbar · 16 years ago
  82. b973ea8 eliminate MCContext::CreateSymbol and CreateTemporarySymbol. by Chris Lattner · 16 years ago
  83. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  84. 86dfd73 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 16 years ago
  85. 584a1b2 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 16 years ago
  86. e73b267 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 16 years ago
  87. ffda9eb llvm-mc: Change MCContext value table to take const MCSymbol*s. by Daniel Dunbar · 16 years ago
  88. 04b4700 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
  89. b691316 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
  90. c10132a split MCSection stuff out to its own .cpp file, add a new by Chris Lattner · 16 years ago
  91. b37f29b create sections with MCSection::Create instead of Context->getOrCreateSection. by Chris Lattner · 16 years ago
  92. a87555a Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 16 years ago
  93. f782ebc We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 16 years ago
  94. 3f5738d add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  95. 9faf273 Start MCAsmStreamer implementation. by Daniel Dunbar · 16 years ago
  96. badeace Update for MCImm -> MCValue rename. by Daniel Dunbar · 16 years ago
  97. ca29e4d Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 16 years ago