1. 0dc0572 [XCOFF][AIX] Differentiate usage of label symbol and csect symbol by Jason Liu · 6 years ago
  2. 1e46d4c Adds support for writing the .bss section for XCOFF object files. by Sean Fertile · 6 years ago
  3. 1b10438 [MC] Don't recreate a label if it's already used by Bill Wendling · 6 years ago
  4. 6dbbd0f [llvm-mc] Add reportWarning() to MCContext by Brian Cain · 6 years ago
  5. 942537d Stubs out TLOF for AIX and add support for common vars in assembly output. by Sean Fertile · 6 years ago
  6. f09d54e Boilerplate for producing XCOFF object files from the PowerPC backend. by Sean Fertile · 6 years ago
  7. c99d9ae MCContext: Delete unused functions by Fangrui Song · 6 years ago
  8. 60ec248 [AIX] Implement function descriptor on SDAG by Jason Liu · 6 years ago
  9. 116e8d4 [DebugInfo] Handle -main-file-name correctly for asm source. by Paul Robinson · 6 years ago
  10. 783d84b [llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt by Ali Tamur · 7 years ago
  11. 798e83b NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer. by Eric Christopher · 7 years ago
  12. 02e9664 Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."" by Ali Tamur · 7 years ago
  13. 2f5cd03 [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5." by Ali Tamur · 7 years ago
  14. fdce82a Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5." by Ali Tamur · 7 years ago
  15. 312ab05 [llvm] Prevent duplicate files in debug line header in dwarf 5. by Ali Tamur · 7 years ago
  16. a03ae73 Add XCOFF triple object format type for AIX by Jason Liu · 7 years ago
  17. d8632c9 Try to fix Windows bots after r355226. by Paul Robinson · 7 years ago
  18. 1ca2576 [DWARF] Make -g with empty assembler source work better. by Paul Robinson · 7 years ago
  19. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  20. a6e3a82 Revert BTF commit series. by Eli Friedman · 7 years ago
  21. 6c2327a [BPF] Add BTF generation for BPF target by Yonghong Song · 7 years ago
  22. 58963e4 Fix typos. NFC by Fangrui Song · 7 years ago
  23. 9fbecc9 Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections." by George Rimar · 7 years ago
  24. 999d1ce [llvm-mc] - Allow to set custom flags for debug sections. by George Rimar · 7 years ago
  25. 689f773 [codeview] Clean up machinery for deferring .cv_loc emission by Reid Kleckner · 7 years ago
  26. 26ddf27 Use debug-prefix-map for AT_NAME by Jonas Devlieghere · 7 years ago
  27. c17c8bf Support -fdebug-prefix-map in llvm-mc. This is useful to omit the by Paul Robinson · 7 years ago
  28. 11539b0 [DWARFv5] Allow ".loc 0" to refer to the root file. by Paul Robinson · 7 years ago
  29. 105bdc2 [WebAssembly] MC: Add compile-twice test and fix corresponding bug by Sam Clegg · 7 years ago
  30. b210c64 [WebAssembly] Create section start symbols automatically for all sections by Sam Clegg · 7 years ago
  31. 4d57fbd [WebAssembly] MC: Create and use first class section symbols by Sam Clegg · 8 years ago
  32. 2c6430f [codeview] Ignore .cv_loc directives at the end of a function by Reid Kleckner · 8 years ago
  33. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  34. 70def12 [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files by Paul Robinson · 8 years ago
  35. d423f0d [WebAssemlby] MC: Don't write COMDAT symbols as global imports by Sam Clegg · 8 years ago
  36. 29f5f98 [DWARFv5] MC support for MD5 file checksums by Paul Robinson · 8 years ago
  37. 12fd3da [WebAssembly] MC: Fix crash when -g specified. by Sam Clegg · 8 years ago
  38. 2176a9f [WebAssembly] Remove flags from MCSectionWasm by Sam Clegg · 8 years ago
  39. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  40. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  41. 43dcf4d Fix asm printing of associated sections. by Evgeniy Stepanov · 9 years ago
  42. 00400d3 Disallow redefinition of section symbols. by Evgeniy Stepanov · 9 years ago
  43. 0338ce8 Initialize MCContext::InlineSrcMgr in the constructor. by Evgeniy Stepanov · 9 years ago
  44. 18eafb6 [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 9 years ago
  45. d96089b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  46. dc1c301 Make it possible to set SHF_LINK_ORDER explicitly. by Rafael Espindola · 9 years ago
  47. 2933875 [Assembler] Enable nicer diagnostics for inline assembly. by Sanne Wouda · 9 years ago
  48. 79add41 Revert "[Assembler] Enable nicer diagnostics for inline assembly." by Diana Picus · 9 years ago
  49. 09adc24 [Assembler] Enable nicer diagnostics for inline assembly. by Sanne Wouda · 9 years ago
  50. 13a79bb Change how we handle section symbols on ELF. by Rafael Espindola · 9 years ago
  51. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  52. 9a561aa [llvm] Fix D26214: Move error handling out of MC and to the callers. by Mandeep Singh Grang · 9 years ago
  53. abceeee [MC] Generalize MCContext's SectionSymbols field. by Dan Gohman · 9 years ago
  54. 3236007 [llvm] Implement support for -defsym assembler option by Mandeep Singh Grang · 9 years ago
  55. 8e94895 Tidy spelling and grammar. by Eric Christopher · 9 years ago
  56. a5b1eef [MC] Move .cv_loc management logic out of MCContext by Reid Kleckner · 9 years ago
  57. 36e601c Add support for allowing us to create uniquely identified "COMDAT" or "ELF by Eric Christopher · 9 years ago
  58. 7b99885 [MCContext] Don't use getenv inside class constructor by Igor Laevsky · 9 years ago
  59. b910e56 Revert r270569 (teach llvm-mc to generate compressed debug sections in zlib by Richard Smith · 9 years ago
  60. 68003e0 Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.) by George Rimar · 9 years ago
  61. cf2bf9d Temporarily revert r270070 by George Rimar · 9 years ago
  62. 99c901f [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style. by George Rimar · 9 years ago
  63. 97837b7 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 10 years ago
  64. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  65. a023f79 Handle section vs global name conflict. by Evgeniy Stepanov · 10 years ago
  66. 8809c40 MC: Don't access the filesystem in MCContext's constructor by Justin Bogner · 10 years ago
  67. 2214ed8 Reland "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  68. 00d9639 Revert "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  69. c62e379 [CodeView] Use assembler directives for line tables by Reid Kleckner · 10 years ago
  70. c49ac5e Use std::unique_ptr. NFC. by Rafael Espindola · 10 years ago
  71. 07b43d3 [Assembler] Allow non-fatal errors after parsing by Oliver Stannard · 10 years ago
  72. b11ef08 Reduce the size of MCRelaxableFragment. by Akira Hatanaka · 10 years ago
  73. 21a7f23 Clear SectionSymbols in MCContext::Reset by Keno Fischer · 10 years ago
  74. 4264e2d Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction. by Rafael Espindola · 10 years ago
  75. 1f13d47 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
  76. dbaf049 Revert "Centralize the information about which object format we are using." by Rafael Espindola · 10 years ago
  77. 90eb70c Centralize the information about which object format we are using. by Rafael Espindola · 10 years ago
  78. 41de802 Revert r240302 ("Bring r240130 back."). by Daniel Jasper · 10 years ago
  79. 2d6bae2 Bring r240130 back. by Rafael Espindola · 10 years ago
  80. 67e715f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
  81. 284a750 Make all temporary symbols unnamed. by Rafael Espindola · 10 years ago
  82. f27fa2b Use named temporaries for directional labels. by Rafael Espindola · 10 years ago
  83. 234b875 Allocate space for MCSymbol::Name only if required. by Pete Cooper · 10 years ago
  84. eb012fa Add MCSymbolMachO which will be used to hide the MCSymbolMachO flags. by Pete Cooper · 10 years ago
  85. ad9f9c3 Add MCSymbolCOFF class and use it to get and set the COFF type field. by Pete Cooper · 10 years ago
  86. a3ab384 Change MCSymbol IsELF to an enum to support future MCSymbolCOFF and MCSymbolMachO. by Pete Cooper · 10 years ago
  87. 3e9e72a Clarify when we can avoid creating names for temp symbols. by Rafael Espindola · 10 years ago
  88. 0ccf9b7 Pass a MCSymbolELF to a few ELF only functions. NFC. by Rafael Espindola · 10 years ago
  89. a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
  90. 412c4db [MC] Simplify code. No functionality change intended. by Benjamin Kramer · 10 years ago
  91. ed34d58 Move MCSection destruction to MCContext::reset. by Rafael Espindola · 10 years ago
  92. 24d285d Call the destructors of the MCSections. by Rafael Espindola · 10 years ago
  93. 0365616 MC: Shave a pointer off of MCSymbol::Name by Duncan P. N. Exon Smith · 10 years ago
  94. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  95. e2fdf8d Avoid unnecessary section switching. NFC. by Rafael Espindola · 10 years ago
  96. e074679 Remove yet another method of creating begin and end symbol for sections. by Rafael Espindola · 10 years ago
  97. 2632f0d [WinEH] Store pointers to the LSDA in the exception registration object by Reid Kleckner · 10 years ago
  98. 008359a MC: clang-format MCContext. NFC. by Jim Grosbach · 10 years ago
  99. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  100. c177fec MC: Skip names of temporary symbols in object streamer by Duncan P. N. Exon Smith · 10 years ago