1. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  2. 70def12 [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files by Paul Robinson · 8 years ago
  3. d423f0d [WebAssemlby] MC: Don't write COMDAT symbols as global imports by Sam Clegg · 8 years ago
  4. 29f5f98 [DWARFv5] MC support for MD5 file checksums by Paul Robinson · 8 years ago
  5. 12fd3da [WebAssembly] MC: Fix crash when -g specified. by Sam Clegg · 8 years ago
  6. 2176a9f [WebAssembly] Remove flags from MCSectionWasm by Sam Clegg · 8 years ago
  7. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. 43dcf4d Fix asm printing of associated sections. by Evgeniy Stepanov · 9 years ago
  10. 00400d3 Disallow redefinition of section symbols. by Evgeniy Stepanov · 9 years ago
  11. 0338ce8 Initialize MCContext::InlineSrcMgr in the constructor. by Evgeniy Stepanov · 9 years ago
  12. 18eafb6 [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 9 years ago
  13. d96089b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  14. dc1c301 Make it possible to set SHF_LINK_ORDER explicitly. by Rafael Espindola · 9 years ago
  15. 2933875 [Assembler] Enable nicer diagnostics for inline assembly. by Sanne Wouda · 9 years ago
  16. 79add41 Revert "[Assembler] Enable nicer diagnostics for inline assembly." by Diana Picus · 9 years ago
  17. 09adc24 [Assembler] Enable nicer diagnostics for inline assembly. by Sanne Wouda · 9 years ago
  18. 13a79bb Change how we handle section symbols on ELF. by Rafael Espindola · 9 years ago
  19. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  20. 9a561aa [llvm] Fix D26214: Move error handling out of MC and to the callers. by Mandeep Singh Grang · 9 years ago
  21. abceeee [MC] Generalize MCContext's SectionSymbols field. by Dan Gohman · 9 years ago
  22. 3236007 [llvm] Implement support for -defsym assembler option by Mandeep Singh Grang · 9 years ago
  23. 8e94895 Tidy spelling and grammar. by Eric Christopher · 9 years ago
  24. a5b1eef [MC] Move .cv_loc management logic out of MCContext by Reid Kleckner · 9 years ago
  25. 36e601c Add support for allowing us to create uniquely identified "COMDAT" or "ELF by Eric Christopher · 9 years ago
  26. 7b99885 [MCContext] Don't use getenv inside class constructor by Igor Laevsky · 9 years ago
  27. b910e56 Revert r270569 (teach llvm-mc to generate compressed debug sections in zlib by Richard Smith · 9 years ago
  28. 68003e0 Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.) by George Rimar · 9 years ago
  29. cf2bf9d Temporarily revert r270070 by George Rimar · 9 years ago
  30. 99c901f [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style. by George Rimar · 9 years ago
  31. 97837b7 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 10 years ago
  32. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  33. a023f79 Handle section vs global name conflict. by Evgeniy Stepanov · 10 years ago
  34. 8809c40 MC: Don't access the filesystem in MCContext's constructor by Justin Bogner · 10 years ago
  35. 2214ed8 Reland "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  36. 00d9639 Revert "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  37. c62e379 [CodeView] Use assembler directives for line tables by Reid Kleckner · 10 years ago
  38. c49ac5e Use std::unique_ptr. NFC. by Rafael Espindola · 10 years ago
  39. 07b43d3 [Assembler] Allow non-fatal errors after parsing by Oliver Stannard · 10 years ago
  40. b11ef08 Reduce the size of MCRelaxableFragment. by Akira Hatanaka · 10 years ago
  41. 21a7f23 Clear SectionSymbols in MCContext::Reset by Keno Fischer · 10 years ago
  42. 4264e2d Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction. by Rafael Espindola · 10 years ago
  43. 1f13d47 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
  44. dbaf049 Revert "Centralize the information about which object format we are using." by Rafael Espindola · 10 years ago
  45. 90eb70c Centralize the information about which object format we are using. by Rafael Espindola · 10 years ago
  46. 41de802 Revert r240302 ("Bring r240130 back."). by Daniel Jasper · 10 years ago
  47. 2d6bae2 Bring r240130 back. by Rafael Espindola · 10 years ago
  48. 67e715f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
  49. 284a750 Make all temporary symbols unnamed. by Rafael Espindola · 10 years ago
  50. f27fa2b Use named temporaries for directional labels. by Rafael Espindola · 10 years ago
  51. 234b875 Allocate space for MCSymbol::Name only if required. by Pete Cooper · 10 years ago
  52. eb012fa Add MCSymbolMachO which will be used to hide the MCSymbolMachO flags. by Pete Cooper · 10 years ago
  53. ad9f9c3 Add MCSymbolCOFF class and use it to get and set the COFF type field. by Pete Cooper · 10 years ago
  54. a3ab384 Change MCSymbol IsELF to an enum to support future MCSymbolCOFF and MCSymbolMachO. by Pete Cooper · 10 years ago
  55. 3e9e72a Clarify when we can avoid creating names for temp symbols. by Rafael Espindola · 10 years ago
  56. 0ccf9b7 Pass a MCSymbolELF to a few ELF only functions. NFC. by Rafael Espindola · 10 years ago
  57. a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
  58. 412c4db [MC] Simplify code. No functionality change intended. by Benjamin Kramer · 10 years ago
  59. ed34d58 Move MCSection destruction to MCContext::reset. by Rafael Espindola · 10 years ago
  60. 24d285d Call the destructors of the MCSections. by Rafael Espindola · 10 years ago
  61. 0365616 MC: Shave a pointer off of MCSymbol::Name by Duncan P. N. Exon Smith · 10 years ago
  62. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  63. e2fdf8d Avoid unnecessary section switching. NFC. by Rafael Espindola · 10 years ago
  64. e074679 Remove yet another method of creating begin and end symbol for sections. by Rafael Espindola · 10 years ago
  65. 2632f0d [WinEH] Store pointers to the LSDA in the exception registration object by Reid Kleckner · 10 years ago
  66. 008359a MC: clang-format MCContext. NFC. by Jim Grosbach · 10 years ago
  67. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  68. c177fec MC: Skip names of temporary symbols in object streamer by Duncan P. N. Exon Smith · 10 years ago
  69. 55a3afb Remove the GroupMapTy DenseMap. NFC. by Rafael Espindola · 11 years ago
  70. 9897e03 Revert accidentally committed "MC: Allow targets to stop symbol name quoting" by Matt Arsenault · 11 years ago
  71. 0bad85d MC: Allow targets to stop symbol name quoting by Matt Arsenault · 11 years ago
  72. 61e8ce3 Store the sh_link of ARM_EXIDX directly in MCSectionELF. by Rafael Espindola · 11 years ago
  73. b73b70e Simplify mapping from relocation sections to relocated sections. by Rafael Espindola · 11 years ago
  74. 972d558 Don't mix overload and default values. by Rafael Espindola · 11 years ago
  75. 8ca44f0 Implement unique sections with an unique ID. by Rafael Espindola · 11 years ago
  76. a225a19 [WinEH] Generate .xdata for catch handlers by David Majnemer · 11 years ago
  77. d3ac79b Save a std::string. by Rafael Espindola · 11 years ago
  78. c9d0692 Special case the creation of relocation sections. by Rafael Espindola · 11 years ago
  79. 44d5057 Add two small structs for readability in place of std::pair and std::tuple. NFC. by Rafael Espindola · 11 years ago
  80. 9ab0923 Centralize the handling of unique ids for temporary labels. by Rafael Espindola · 11 years ago
  81. d7c546c Remove LookupSymbol(StringRef) and optimize LookupSymbol(Twine). by Yaron Keren · 11 years ago
  82. 1ee89fc Teach Twine to support SmallString. by Yaron Keren · 11 years ago
  83. 6b9998b Create symbols marking the start of a section earlier. by Rafael Espindola · 11 years ago
  84. 6ed58a2 clang-format code that is about to change. by Rafael Espindola · 11 years ago
  85. cfb9ce5 Replace llvm.frameallocate with llvm.frameescape by Reid Kleckner · 11 years ago
  86. ef21bd4 Remove MCStreamer.h include from MCContext.h and explictly include it where necessary. NFC by Pete Cooper · 11 years ago
  87. 629cdba Centralize handling of the eh_begin and eh_end labels. by Rafael Espindola · 11 years ago
  88. 68fa249 Add r228980 back. by Rafael Espindola · 11 years ago
  89. d99f427 Revert a series of commits starting at r228886 which is triggering some by Chandler Carruth · 11 years ago
  90. b6a812e Add support for having multiple sections with the same name and comdat. by Rafael Espindola · 11 years ago
  91. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  92. e9b8931 Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics by Reid Kleckner · 11 years ago
  93. 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  94. b661302 Add back commits r219835 and a fixed version of r219829. by Rafael Espindola · 11 years ago
  95. 4544a40 Revert commit r219835 and r219829. by Rafael Espindola · 11 years ago
  96. 78206c3 Allow forward references to section symbols. by Rafael Espindola · 11 years ago
  97. a74b5e6 Correctly handle references to section symbols. by Rafael Espindola · 11 years ago
  98. 559b47d Add and update reset() and doInitialization() methods to MC* and passes. by Yaron Keren · 11 years ago
  99. 7c4059e MC Win64: Put unwind info for COMDAT code into the same COMDAT group by Reid Kleckner · 11 years ago
  100. 8bce66b CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago