1. db2736d Reland "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
  2. ce63a92 Revert "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
  3. cf6e6c8 Emit Function IDs table for Control Flow Guard by Adrian McCarthy · 8 years ago
  4. 048f8f9 [CodeView] Teach clang to emit the .debug$H COFF section. by Zachary Turner · 8 years ago
  5. a6bcd53 [MC] Function stack size section. by Sean Eveson · 8 years ago
  6. 661e4fb Revert r319423: [MC] Function stack size section. by Sean Eveson · 8 years ago
  7. f77b4d2 [MC] Function stack size section. by Sean Eveson · 8 years ago
  8. 12fd3da [WebAssembly] MC: Fix crash when -g specified. by Sam Clegg · 8 years ago
  9. 8aedfde [llvm-dsymutil] Add support for __swift_ast MachO DWARF section by Francis Ricci · 8 years ago
  10. b4e77d9 Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section" by Francis Ricci · 8 years ago
  11. 2b513b5 [llvm-dsymutil] Add support for __swift_ast MachO DWARF section by Francis Ricci · 8 years ago
  12. 5f689d0 Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section" by Francis Ricci · 8 years ago
  13. 7767277 [llvm-dsymutil] Add support for __swift_ast MachO DWARF section by Francis Ricci · 8 years ago
  14. 759631c [WebAssembly] MC: Create wasm data segments based on MCSections by Sam Clegg · 8 years ago
  15. 2176a9f [WebAssembly] Remove flags from MCSectionWasm by Sam Clegg · 8 years ago
  16. 9f92995 Don't pass the code model to MC by Rafael Espindola · 8 years ago
  17. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  18. 77d3e93 [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader part only). by Wolfgang Pieb · 8 years ago
  19. 4198f2a [bpf] add relocation support by Alexei Starovoitov · 8 years ago
  20. ec8dfb1 [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPS by Simon Atanasyan · 9 years ago
  21. d934cb8 [WebAssembly] Basic support for Wasm object file encoding. by Dan Gohman · 9 years ago
  22. 18eafb6 [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 9 years ago
  23. d96089b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  24. 13a79bb Change how we handle section symbols on ELF. by Rafael Espindola · 9 years ago
  25. 1209c7a [WebAssembly] Add triple support for the new wasm object format by Dan Gohman · 9 years ago
  26. 46fa231 Move code only used by codegen out of MC. NFC. by Rafael Espindola · 9 years ago
  27. cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  28. 5dcbac5 [mips] Set Personality and LSDA encoding for FreeBSD by Daniel Sanders · 9 years ago
  29. ef3eb06 [ARM] Fix Thumb text sections' flags under COFF/Windows by Renato Golin · 9 years ago
  30. c321e53 Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
  31. 699281c Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
  32. 705231b Delete deprecated function. by Rafael Espindola · 9 years ago
  33. 1711f2d Add accidentally deleted "break" by Krzysztof Parzyszek · 9 years ago
  34. 5c3140f ARM: put extern __thread stubs in a special section. by Tim Northover · 9 years ago
  35. 3e28229 [Hexagon] Few fixes for exception handling by Krzysztof Parzyszek · 9 years ago
  36. ea9f25a [lanai] Add ELF enum value and relocations. by Jacques Pienaar · 10 years ago
  37. 964b70d [X86] Create mergeable constant pool entries for AVX by David Majnemer · 10 years ago
  38. 8bbce8a Improved macro emission in dwarf. by Amjad Aboud · 10 years ago
  39. f3b9ba4 [codeview] Begin to add support for inlined call sites by Reid Kleckner · 10 years ago
  40. 042a6c1 ARMv7k: base ABI decision on v7k Arch rather than watchos OS. by Tim Northover · 10 years ago
  41. d7cfb48 Added support for macro emission in dwarf (supporting DWARF version 4). by Amjad Aboud · 10 years ago
  42. 5a02dc4 [MC] Fix file name in file header by Jeroen Ketema · 10 years ago
  43. ff1d084 [MC] Don't use the architecture to govern which object file format to use by David Majnemer · 10 years ago
  44. 24c8ac9 [llvm-dwp] Support debug_tu_index by David Blaikie · 10 years ago
  45. b073cb9 [llvm-dwp] Emit a rather fictional debug_cu_index by David Blaikie · 10 years ago
  46. 449711c Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  47. 65e4902 Drop prelink support. by Rafael Espindola · 10 years ago
  48. 889d7bb Bring r252305 back with a test fix. by Rafael Espindola · 10 years ago
  49. 1aa4d1c Revert "Simplify the creation of .eh_frame/.debug_frame sections." by Rafael Espindola · 10 years ago
  50. e69bcd7 Simplify the creation of .eh_frame/.debug_frame sections. by Rafael Espindola · 10 years ago
  51. b20b706 Use SHT_X86_64_UNWIND on every OS. by Rafael Espindola · 10 years ago
  52. f8e47e4 ARM: add support for WatchOS's compact unwind information. by Tim Northover · 10 years ago
  53. 8ad7399 [MachO] Stop generating *coal* sections. by Akira Hatanaka · 10 years ago
  54. 276332b Revert r250349. by Akira Hatanaka · 10 years ago
  55. 1cea644 [MachO] Stop generating *coal* sections. by Akira Hatanaka · 10 years ago
  56. d58d347 Revert r250342. by Akira Hatanaka · 10 years ago
  57. c078ae3 [MachO] Stop generating *coal* sections. by Akira Hatanaka · 10 years ago
  58. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  59. 0a7d0ad Untabify. by NAKAMURA Takumi · 10 years ago
  60. a9cb538 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
  61. 1f13d47 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
  62. dbaf049 Revert "Centralize the information about which object format we are using." by Rafael Espindola · 10 years ago
  63. 90eb70c Centralize the information about which object format we are using. by Rafael Espindola · 10 years ago
  64. e9247ab Enable StackMap Serialization for COFF by Swaroop Sridhar · 10 years ago
  65. 8d8b13d Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  66. c63244d [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op. by Sanjoy Das · 10 years ago
  67. fa555dc Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  68. d6d12a1 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  69. bb2591f MC: Clean up naming in MCObjectFileInfo.h. by Jim Grosbach · 10 years ago
  70. c95f3f8 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  71. 4eecd30 [WinCOFF] Add support for the .safeseh directive by David Majnemer · 10 years ago
  72. b34dab3 Revert r238427 - [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  73. 3985530 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  74. 8ef465f Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  75. 58ee4c9 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  76. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  77. d71a177 Respect object format choice on Darwin by Keno Fischer · 10 years ago
  78. 9160e78 [Sparc] Really add sparcel architecture support. by Douglas Katzman · 10 years ago
  79. 23562fc Don't print labels that on ELF are never used. by Rafael Espindola · 11 years ago
  80. b03bc79 Add missing section symbol to COFF's .debug_types.dwo. by Rafael Espindola · 11 years ago
  81. 6b9998b Create symbols marking the start of a section earlier. by Rafael Espindola · 11 years ago
  82. 6ed58a2 clang-format code that is about to change. by Rafael Espindola · 11 years ago
  83. c583abc Remove useless .debug_macinfo section setup. by Paul Robinson · 11 years ago
  84. 429fa12 COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections by David Majnemer · 11 years ago
  85. 8c8b6d6 COFF: Consistently format the DWARF sections by David Majnemer · 11 years ago
  86. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  87. d11591b Commit back the correct bits of r222760 (was r222538). by Rafael Espindola · 11 years ago
  88. b3323f0 Revert "Reapply 222538 and update tests to explicitly request small code model and PIC:" by Rafael Espindola · 11 years ago
  89. cf0ea26 Reapply 222538 and update tests to explicitly request small code model and PIC: by Joerg Sonnenberger · 11 years ago
  90. a279410 Tidied up target triple OS detection. NFC by Simon Pilgrim · 11 years ago
  91. 44b8235 Revert "Allow FDE references outside the +/-2GB range supported by PC relative offsets for code models other than small/medium. For JIT application, memory layout is less controlled and can result in truncations otherwise." by Duncan P. N. Exon Smith · 11 years ago
  92. f769ae1 Allow FDE references outside the +/-2GB range supported by PC relative by Joerg Sonnenberger · 11 years ago
  93. 3f1a0a7 COFF: Add support for Dwarf accelerator tables. by Frederic Riss · 11 years ago
  94. 35f0574 [mips64] Fix MIPS64 exception personality encoding by Petar Jovanovic · 11 years ago
  95. 48227a3 MC: Support aligned COMMON symbols for COFF by David Majnemer · 11 years ago
  96. 7684618 Add support for StackMap section for ELF/Linux systems by Philip Reames · 11 years ago
  97. 29459ae Reapply "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
  98. 6637d4e Use the same .eh_frame encoding for 32bit PPC as on i386. by Joerg Sonnenberger · 11 years ago
  99. e19bed7 AArch64: remove arm64 triple enumerator. by Tim Northover · 11 years ago
  100. 1db5995 Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore SEH pseudo ops in X86 JIT emitter. by NAKAMURA Takumi · 11 years ago