1. b879ff8 [MC] Don't error on numberless .file directives on MachO by Reid Kleckner · 6 years ago
  2. fe471b0 [MC] Enable .file support on COFF and diagnose it on unsupported targets by Reid Kleckner · 6 years ago
  3. 6592c09 [macho] save the SDK version stored in module metadata into the version min and by Alex Lorenz · 6 years ago
  4. 4e27099 [MachO][TLOF] Add support for local symbols in the indirect symbol table by Francis Visoiu Mistrih · 6 years ago
  5. eb5a3ae Produce an error on non-encodable offsets for darwin ARM scattered relocations. by Jonas Devlieghere · 6 years ago
  6. d76926a [MC/Dwarf] Unclamp DWARF linetables format on Darwin. by Jonas Devlieghere · 6 years ago
  7. a5d70d8 [MC] Error on a .zerofill directive in a non-virtual section by Francis Visoiu Mistrih · 7 years ago
  8. a8a13bc [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. by Shiva Chen · 7 years ago
  9. 3352f51 MachO: trap unreachable instructions by Tim Northover · 7 years ago
  10. 5e4b515 [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 7 years ago
  11. 41600e6 Fix regex from r324279 more better. by Paul Robinson · 7 years ago
  12. cf9dda3 Fix Windows bots for test from r324270. by Paul Robinson · 7 years ago
  13. c849b2e [DWARF] Regularize dumping strings from line tables. by Paul Robinson · 7 years ago
  14. a833b13 [X86] Emit 11-byte or 15-byte NOPs on recent AMD targets, else default to 10-byte NOPs (PR22965) by Simon Pilgrim · 7 years ago
  15. a0209c5 [X86] Don't use NOPL when the assembler is passed an empty CPU string. Update tests to force a CPU with NOPL by Craig Topper · 7 years ago
  16. 1efcc42 [MC] Allow .file directives to be out-of-order by Paul Robinson · 7 years ago
  17. 34045e1 MC/AsmPrinter: Reduce code duplication. by Matthias Braun · 7 years ago
  18. 177a4fc MC: Add support for mach-o build_version by Matthias Braun · 7 years ago
  19. 01e7a56 [MC/Dwarf] Use the older DWARF linetables format on Darwin. by Davide Italiano · 7 years ago
  20. a61e335 Re-submit r289925 (Update .debug_line section version to match DWARF version) by Paul Robinson · 7 years ago
  21. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 7 years ago
  22. 45b741c [dwarfdump] Add verbose output for .debug-line section by Jonas Devlieghere · 7 years ago
  23. 3776c52 llvm-dwarfdump: Make -brief the default and add a -verbose option instead. by Adrian Prantl · 7 years ago
  24. 8e66c2e llvm-dwarfdump: Replace -debug-dump=sect option with individual options. by Adrian Prantl · 7 years ago
  25. 9b4ee7b ARM: use an external relocation for calls from MachO ARM mode. by Tim Northover · 7 years ago
  26. 9283a09 IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata. by Peter Collingbourne · 8 years ago
  27. 8efab37 [MachO] Fix codegen of alias of alias. by Evgeniy Stepanov · 8 years ago
  28. c7e7654 MCMacho: Allow __thread_ptr section after dwarf sections by Matthias Braun · 8 years ago
  29. 6d5a027 Add LC_BUILD_VERSION load command by Steven Wu · 8 years ago
  30. 228c3ca8 Speculatively revert r289925, see PR31407 by Nico Weber · 8 years ago
  31. cfd56f5 Update .debug_line section version information to match DWARF version. by Ekaterina Romanova · 8 years ago
  32. 80b0252 Reverting back r285355: "Update .debug_line section version information to match DWARF version", while I'm investigating a test failure. by Ekaterina Romanova · 8 years ago
  33. e2196c5 Update .debug_line section version information to match DWARF version. by Ekaterina Romanova · 8 years ago
  34. 5011913 CodeGen: Use PLT relocations for relative references to unnamed_addr functions. by Peter Collingbourne · 9 years ago
  35. 361618e MachO: enable .data_region directives everywhere by Tim Northover · 9 years ago
  36. 6d56779 AsmParser: record "# line file" context to calculate location for diag by Tim Northover · 9 years ago
  37. 77e5760 MCParser: diagnose missing directional labels more clearly. by Tim Northover · 9 years ago
  38. fbce329 Add missing emissionKind flags to the DICompileUnits of several old testcases. by Adrian Prantl · 9 years ago
  39. 767c5c3 [MachO] Extend the alt_entry support for aliases added in r263521 to by Lang Hames · 9 years ago
  40. 875b756 [MachO] Add MachO alt-entry directive support. by Lang Hames · 9 years ago
  41. c96c022 [AArch64] Refactor AArch64FrameLowering::emitPrologue. NFC. by Chad Rosier · 9 years ago
  42. 073a62b Form reform for MCDwarf. by Paul Robinson · 9 years ago
  43. 517455a [MC] Add a test for state reset in MCMachOStreamer by Keno Fischer · 9 years ago
  44. 99ab112 [Assembler] Make fatal assembler errors non-fatal by Oliver Stannard · 9 years ago
  45. 819908e MachO: support tvOS and watchOS version min commands in llvm-objdump by Tim Northover · 9 years ago
  46. 059184a MachO: improve load command tests slightly by Tim Northover · 9 years ago
  47. ed754ee ARM: add support for WatchOS's compact unwind information. by Tim Northover · 9 years ago
  48. 856a038 ARM: support .watchos_version_min and .tvos_version_min. by Tim Northover · 9 years ago
  49. c770c8d [MachO] Stop generating *coal* sections. by Akira Hatanaka · 9 years ago
  50. 952c270 Revert r250349. by Akira Hatanaka · 9 years ago
  51. 82dd03e [MachO] Stop generating *coal* sections. by Akira Hatanaka · 9 years ago
  52. 9b99309 Revert r250342. by Akira Hatanaka · 9 years ago
  53. 07c629f [MachO] Stop generating *coal* sections. by Akira Hatanaka · 9 years ago
  54. 399a0d8 [MC] Convert all the remaining tests from macho-dump to llvm-readobj. by Davide Italiano · 9 years ago
  55. 793616c [llvm-readobj] MachO -- dump LinkerOptions load command. by Davide Italiano · 9 years ago
  56. 537f16e [MC] Convert other MachO tests from macho-dump to llvm-readobj. by Davide Italiano · 9 years ago
  57. a82bdab [MC] Convert tests to use llvm-readobj --macho-version-min. by Davide Italiano · 9 years ago
  58. 18fecd3 [llvm-readobj] Test --macho-data-in-code option. by Davide Italiano · 9 years ago
  59. 95f5735 [MC] Convert another bunch of tests from macho-dump to llvm-readobj. by Davide Italiano · 9 years ago
  60. 6277e1f Force the MachO generated for Darwin to have VERSION_MIN load command by Steven Wu · 9 years ago
  61. a14dff3 [AsmPrinter] Check for valid constants in handleIndirectSymViaGOTPCRel by Bruno Cardoso Lopes · 10 years ago
  62. 4e0f600 Reworking the test part of r241149 by Gabor Ballabas · 10 years ago
  63. 39b2e22 [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel by Bruno Cardoso Lopes · 10 years ago
  64. b7f5b8b Revert r240302 ("Bring r240130 back."). by Daniel Jasper · 10 years ago
  65. afd779f Bring r240130 back. by Rafael Espindola · 10 years ago
  66. 7081f6f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
  67. ec77d9a Make all temporary symbols unnamed. by Rafael Espindola · 10 years ago
  68. 28b186f Improve the --expand-relocs handling of MachO. by Rafael Espindola · 10 years ago
  69. 50cef00 Pass --expand-relocs to a few more tests. by Rafael Espindola · 10 years ago
  70. aa48bf4 MC: Remove obsolete MachO UseAggressiveSymbolFolding. by Jim Grosbach · 10 years ago
  71. 6b57892 AArch64: work around ld64 bug more aggressively. by Tim Northover · 10 years ago
  72. c39f5dd MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 10 years ago
  73. a843264 Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a cache." by Peter Collingbourne · 10 years ago
  74. 07ee8d2 MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 10 years ago
  75. f265603 [AsmPrinter] Don't assert on GOT equivalent non-constant users. by Ahmed Bougacha · 10 years ago
  76. 5a70dd1 [opaque pointer type] Add textual IR support for explicit type parameter to gep operator by David Blaikie · 10 years ago
  77. 84e6358 [AsmPrinter][TLOF] Reintroduce AArch64 test by Bruno Cardoso Lopes · 10 years ago
  78. 664388c [AsmPrinter][TLOF] Remove AArch64 test to appease buildbots by Bruno Cardoso Lopes · 10 years ago
  79. 83f6fec [AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots by Bruno Cardoso Lopes · 10 years ago
  80. 653997e [AsmPrinter][TLOF] Make AArch64 test a bit more flexible by Bruno Cardoso Lopes · 10 years ago
  81. 9dda04d [AsmPrinter][TLOF] Split tests and move to appropriate directories by Bruno Cardoso Lopes · 10 years ago
  82. dfc6383 [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 10 years ago
  83. 66aa390 [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 10 years ago
  84. 7c9c6ed [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 10 years ago
  85. ef1d226 Learn that __DATA,__objc_classrefs is not atomized via symbols. by Rafael Espindola · 10 years ago
  86. a23cc6a Add r224985 back with fixes. by Rafael Espindola · 10 years ago
  87. a6b0d5a Add a test that would have found the issue with r225644. by Rafael Espindola · 10 years ago
  88. 8327f0b Revert "Add r224985 back with two fixes." by Rafael Espindola · 10 years ago
  89. 5512415 Add r224985 back with two fixes. by Rafael Espindola · 10 years ago
  90. 5061ecc Add a test that would have found the issue in r224935. by Rafael Espindola · 10 years ago
  91. 5165dfd Add a testcase that would have found the problem in r225048. by Rafael Espindola · 10 years ago
  92. bce877c Revert r225048: It broke ObjC on AArch64. by Lang Hames · 10 years ago
  93. 8093abb Add r224985 back with a fix. by Rafael Espindola · 10 years ago
  94. 85419e7 Add a test for the recent compiler-rt build failure. by Rafael Espindola · 10 years ago
  95. 937e781 Revert "Remove doesSectionRequireSymbols." by Rafael Espindola · 10 years ago
  96. 65300b9 Remove doesSectionRequireSymbols. by Rafael Espindola · 10 years ago
  97. d5dd993 Simplify test a bit. by Rafael Espindola · 10 years ago
  98. dbeada5 Convert test to llvm-readobj. NFC. by Rafael Espindola · 10 years ago
  99. 02d187c Convert test to llvm-readobj. NFC. by Rafael Espindola · 10 years ago
  100. c1c55ba Convert test to FileCheck. NFC. by Rafael Espindola · 10 years ago