1. b9a4d1d Implement -frecord-command-line (-frecord-gcc-switches) by Scott Linder · 7 years ago
  2. 4e27099 [MachO][TLOF] Add support for local symbols in the indirect symbol table by Francis Visoiu Mistrih · 7 years ago
  3. a71fc88 [mingw] Use unmangled name after the $ in the section name by Reid Kleckner · 7 years ago
  4. 397841e Reland "[WebAssembly] LSDA info generation" by Heejin Ahn · 7 years ago
  5. 4998e62 Revert "[WebAssembly] LSDA info generation" by Krasimir Georgiev · 7 years ago
  6. 2fa550c [WebAssembly] LSDA info generation by Heejin Ahn · 7 years ago
  7. b609135 [MC][ELF] fix newly added test by Nick Desaulniers · 7 years ago
  8. 4db84ee Revert r344197 "[MC][ELF] compute entity size for explicit sections" by Artem Dergachev · 7 years ago
  9. d784be6 [MC][ELF] compute entity size for explicit sections by Nick Desaulniers · 7 years ago
  10. 443a8ce [COFF] Implement llvm.global_ctors priorities for MSVC COFF targets by Reid Kleckner · 7 years ago
  11. 2a751e1 Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections." by George Rimar · 7 years ago
  12. 3c4edb8 [llvm-mc] - Allow to set custom flags for debug sections. by George Rimar · 7 years ago
  13. fa3003a Restore correct x86_64 EH encodings in kernel code model by Lei Liu · 7 years ago
  14. 3b9733f [MC] Move EH DWARF encodings from MC to CodeGen, NFC by Reid Kleckner · 7 years ago
  15. 5311a6e Simplify selectELFSectionForGlobal by pulling out the entry size by Eric Christopher · 7 years ago
  16. bf9b77d Tidy up logic around unique section name creation and remove a by Eric Christopher · 7 years ago
  17. 078cc9c Revert "[COFF] Use comdat shared constants for MinGW as well" by Martin Storsjo · 7 years ago
  18. f2f6b9c [COFF] Use comdat shared constants for MinGW as well by Martin Storsjo · 7 years ago
  19. ae3e2f0 [MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC. by Martin Storsjo · 7 years ago
  20. 3da6ce5 Recommit r335794 "Add support for generating a call graph profile from Branch Frequency Info." with fix for removed functions. by Michael J. Spencer · 7 years ago
  21. d628d72 [COFF] Fix constant sharing regression for MinGW by Martin Storsjo · 7 years ago
  22. 1bbef2c Revert "Add support for generating a call graph profile from Branch Frequency Info." by Benjamin Kramer · 7 years ago
  23. 71b21d8 Add support for generating a call graph profile from Branch Frequency Info. by Michael J. Spencer · 7 years ago
  24. 8e0778c Revert r335306 (and r335314) - the Call Graph Profile pass. by Chandler Carruth · 7 years ago
  25. 3499852 [Instrumentation] Add Call Graph Profile pass by Michael J. Spencer · 7 years ago
  26. b9c0a17 [X86] Fix 32-bit mingw comdat names, only add one underscore by Reid Kleckner · 7 years ago
  27. 845b439 [mingw] Fix GCC ABI compatibility for comdat things by Reid Kleckner · 7 years ago
  28. 54da16e Add some explanatory text to the associated symbol support. by Eric Christopher · 7 years ago
  29. 10cde00 [WebAssembly] Ignore explicit section names for functions by Sam Clegg · 7 years ago
  30. ff373df [MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFF by Reid Kleckner · 7 years ago
  31. 3de2740 Tidy comment up a bit. by Eric Christopher · 7 years ago
  32. bc809c3 Fix small grammar-o. by Eric Christopher · 7 years ago
  33. 26c5a96 Remove unused argument from emitModuleMetadata. by Eric Christopher · 7 years ago
  34. bba7686 [MachO] Emit Weak ReadOnlyWithRel to ConstDataSection by Steven Wu · 7 years ago
  35. e7676fe CodeGen: support an extension to pass linker options on ELF by Saleem Abdulrasool · 8 years ago
  36. 860652c CodeGen: handle llvm.used properly for COFF by Saleem Abdulrasool · 8 years ago
  37. e92250a [WebAssembly] Add COMDAT support by Sam Clegg · 8 years ago
  38. 5334180 [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors by Sam Clegg · 8 years ago
  39. 9310123 [WebAssembly] section kind can be code by Sam Clegg · 8 years ago
  40. 9ab4c27 [COFF] Implement constructor priorities by Martin Storsjo · 8 years ago
  41. 0b5d88f NFC Remove default argument of DataLayout::getPointerABIAlignment by Fangrui Song · 8 years ago
  42. 336b488 [WebAssembly] Explicily disable comdat support for wasm output by Sam Clegg · 8 years ago
  43. 2b6b6ac [WebAssembly] MC: Fix crash when -g specified. by Sam Clegg · 8 years ago
  44. 7fa3570 [WebAssembly] MC: Support for init_array and fini_array by Sam Clegg · 8 years ago
  45. a9217f6 [WebAssembly] MC: Create wasm data segments based on MCSections by Sam Clegg · 8 years ago
  46. c6a7215 [WebAssembly] Remove flags from MCSectionWasm by Sam Clegg · 8 years ago
  47. 9283a09 IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata. by Peter Collingbourne · 8 years ago
  48. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  49. e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  50. 5f20490 CodeGen: add support for emitting ObjC image info by Saleem Abdulrasool · 8 years ago
  51. 13aa077 Add support for #pragma clang section by Javed Absar · 8 years ago
  52. fa138d2 Ignore !associated metadata with null argument. by Evgeniy Stepanov · 8 years ago
  53. 737d8b6 [ProfileData] Unify getInstrProf*SectionName helpers by Vedant Kumar · 8 years ago
  54. e8752f4 [Profile] Make host tool aware of object format when quering prof section names by Xinliang David Li · 8 years ago
  55. 2fc706b [Profile] PE binary coverage bug fix by Xinliang David Li · 8 years ago
  56. 8dc921e Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler. by Peter Collingbourne · 8 years ago
  57. df808fe Add !associated metadata. by Evgeniy Stepanov · 8 years ago
  58. 90d9920 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  59. 53ff96a [WebAssembly] Basic support for Wasm object file encoding. by Dan Gohman · 8 years ago
  60. d660a5d [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 8 years ago
  61. ea59150 [lto] add getLinkerOpts() by Bob Haarman · 9 years ago
  62. ac0bab8 Revert "[COFF] Use 32-bit jump table entries in .rdata for Win64" by Reid Kleckner · 9 years ago
  63. 0be69b1 [COFF] Use 32-bit jump table entries in .rdata for Win64 by Reid Kleckner · 9 years ago
  64. af672fb [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  65. bc347f2 CodeGen: simplify TargetMachine::getSymbol interface. NFC. by Tim Northover · 9 years ago
  66. 80e2a2f Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. by Peter Collingbourne · 9 years ago
  67. 977fc82 Use profile info to set function section prefix to group hot/cold functions. by Dehao Chen · 9 years ago
  68. a79c08f Revert "In preparation for removing getNameWithPrefix off of by Eric Christopher · 9 years ago
  69. 172ce59 In preparation for removing getNameWithPrefix off of TargetMachine, by Eric Christopher · 9 years ago
  70. 768be7b Revert "Remove extra argument used once on by Eric Christopher · 9 years ago
  71. 38ea316 Mark ELF sections whose name start with .note as note by Petr Hosek · 9 years ago
  72. 663e1b0 Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to the TLOF mach-o version. by Eric Christopher · 9 years ago
  73. a619989 Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller. by Eric Christopher · 9 years ago
  74. 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  75. 6e61a44 Use the correct ctor/dtor section for dynamic-no-pic. by Rafael Espindola · 9 years ago
  76. 1a56948 Move code only used by codegen out of MC. NFC. by Rafael Espindola · 9 years ago
  77. dea5ff1 Add support for allowing us to create uniquely identified "COMDAT" or "ELF by Eric Christopher · 9 years ago
  78. 4a90581 [ARM] Fix Thumb text sections' flags under COFF/Windows by Renato Golin · 9 years ago
  79. 63b34cd IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  80. 6a70b9b Simplify handling of hidden stub. by Rafael Espindola · 9 years ago
  81. 177be49 Remove .hot and .unlikely prefixes from function section names. by Easwaran Raman · 9 years ago
  82. 7f90dd2 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 9 years ago
  83. 5ac1e61 CodeGen: convert to range based loops by Saleem Abdulrasool · 9 years ago
  84. 5011913 CodeGen: Use PLT relocations for relative references to unnamed_addr functions. by Peter Collingbourne · 9 years ago
  85. 5261d13 Add prefix based function layout when profile is available. by Dehao Chen · 9 years ago
  86. d6f2969 Revert "Add prefix based function layout when profile is available." by Duncan P. N. Exon Smith · 9 years ago
  87. b23b0ff [X86] Create mergeable constant pool entries for AVX by David Majnemer · 9 years ago
  88. c1ae1f5 Add prefix based function layout when profile is available. by Dehao Chen · 9 years ago
  89. 36935fd [X86] Use the correct alignment for COMDAT constant pool entries by David Majnemer · 9 years ago
  90. 20878db Stop creating covmap as note section on ELF by Xinliang David Li · 10 years ago
  91. 77c763c [Objective-C] Support a new special module flag. by Manman Ren · 10 years ago
  92. c4dee26 [PGO] [Coverage] put covmap into note section with no 'alloc flag' (Linux) by Xinliang David Li · 10 years ago
  93. cfc74b7 Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  94. 8dcaa9f Drop prelink support. by Rafael Espindola · 10 years ago
  95. 05f66f3 CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. by Peter Collingbourne · 10 years ago
  96. 412db35 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
  97. d3c712e Fix some comment typos. by Benjamin Kramer · 10 years ago
  98. a5574d6 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
  99. fd8c985 COFF: Do not assign linker-weak symbols to selectany comdat sections. by Peter Collingbourne · 10 years ago
  100. a6367d9 Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. by Peter Collingbourne · 10 years ago