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