1. 8e340d1 Try to fix the assert in Alignment::alignAddr to work on 32-bit by Hans Wennborg · 4 years, 7 months ago
  2. faeea2d [Analysis] Don't assume that unsigned overflow can't happen in EmitGEPOffset (PR42699) by Mikhail Maltsev · 4 years, 7 months ago
  3. 4531183 Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index." by Hans Wennborg · 4 years, 7 months ago
  4. d9a54d7 [ARM][MVE] Change VPST to use, not def, VPR by Sam Parker · 4 years, 7 months ago
  5. 9d008e4 [DFAPacketizer] Use DFAEmitter. NFC. by James Molloy · 4 years, 7 months ago
  6. 3a4bfa6 [DAGCombine][ARM] Enable extending masked loads by Sam Parker · 4 years, 7 months ago
  7. 2078d8c [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget by Guillaume Chatelet · 4 years, 7 months ago
  8. dfe2edf [ThinLTO] Import virtual method with single implementation in hybrid mode by Eugene Leviant · 4 years, 7 months ago
  9. 9fd80ac [llvm-ar] Simplify and make two global variables static. NFC by Fangrui Song · 4 years, 7 months ago
  10. 8326c41 Clang-formatting of some files in LiveRangeCalc header (LiveRangeCalc.h) by Marcello Maggioni · 4 years, 7 months ago
  11. 95a064c Move LiveRangeCalc header to publicily available position. NFC by Marcello Maggioni · 4 years, 7 months ago
  12. e8c6bd7 Correct placement of #ifndef NDEBUG in r375067 by Daniel Sanders · 4 years, 7 months ago
  13. cf89bf5 Fix unused variable in r375066 by Daniel Sanders · 4 years, 7 months ago
  14. 5e378fa [gicombiner] Add the run-time rule disable option by Daniel Sanders · 4 years, 7 months ago
  15. 17cdb7f [GISel][CombinerHelper] Add concat_vectors(build_vector, build_vector) => build_vector by Quentin Colombet · 4 years, 7 months ago
  16. 8e00d5a [lit] Improve lit.Run class by Julian Lettner · 4 years, 7 months ago
  17. 2ab9442 [gicombiner] Hoist pure C++ combine into the tablegen definition by Daniel Sanders · 4 years, 7 months ago
  18. a6de5ed [lit] Remove unnecessary usage of lit.Run by Julian Lettner · 4 years, 7 months ago
  19. d01bcfd [lit] Do not create semaphores when we do not need them by Julian Lettner · 4 years, 7 months ago
  20. d929a07 [lit] Factor out separate methods for parallel and serial execution by Julian Lettner · 4 years, 7 months ago
  21. 23511a9 [NFC] Fix unused var in release builds by Jordan Rupprecht · 4 years, 7 months ago
  22. 8cf643e Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in more places by Jordan Rupprecht · 4 years, 7 months ago
  23. 1b6d9ac [support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in more places by Jordan Rupprecht · 4 years, 7 months ago
  24. f5f2c97 [Utils] Cleanup similar cases to MergeBlockIntoPredecessor. by Alina Sbirlea · 4 years, 7 months ago
  25. 19cf7f7 [lit] Print warning if we fail to delete temp directory by Julian Lettner · 4 years, 7 months ago
  26. c298784 [lit] Skip creation of tmp dir if we don't actually run any tests by Julian Lettner · 4 years, 7 months ago
  27. ecf878f [lit] Remove return value from print_summary function by Julian Lettner · 4 years, 7 months ago
  28. 00357bd [lit] Small refactoring and cleanups in main.py by Julian Lettner · 4 years, 7 months ago
  29. d99371f Update ReleaseNotes: expand the section on enabling MemorySSA by Alina Sbirlea · 4 years, 7 months ago
  30. aa4a46a [dsymutil] Print warning/error for unknown/missing arguments. by Jonas Devlieghere · 4 years, 7 months ago
  31. c9ba7de [AArch64] Fix offset calculation by Shoaib Meenai · 4 years, 7 months ago
  32. 2097552 GlobalISel: Implement lower for G_SADDO/G_SSUBO by Matt Arsenault · 4 years, 7 months ago
  33. 1e4926f [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC. by Martin Storsjo · 4 years, 7 months ago
  34. 91e3864 Remove a stale comment, noted in post commit review for rL375038 by Philip Reames · 4 years, 7 months ago
  35. 25ddbc8 [IndVars] Fix a miscompile in off-by-default loop predication implementation by Philip Reames · 4 years, 7 months ago
  36. cb2a2f7 [AMDGPU] Do not combine dpp mov reading physregs by Stanislav Mekhanoshin · 4 years, 7 months ago
  37. 139b3c5 [AMDGPU] Do not combine dpp with physreg def by Stanislav Mekhanoshin · 4 years, 7 months ago
  38. ca30c1a [llvm-ar] Implement the V modifier as an alias for --version by Jordan Rupprecht · 4 years, 7 months ago
  39. b531bae [SLP] avoid reduction transform on patterns that the backend can load-combine (2nd try) by Sanjay Patel · 4 years, 7 months ago
  40. af1e2be [lit] Fix a test case that r374652 missed by Joel E. Denny · 4 years, 7 months ago
  41. 17f36de [NFC][XCOFF][AIX] Rename ControlSections to CsectGroup by Jason Liu · 4 years, 7 months ago
  42. e654997 [lit] Fix internal diff's --strip-trailing-cr and use it by Joel E. Denny · 4 years, 7 months ago
  43. 9fd31ce CombinerHelper - silence dead assignment warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  44. 53ed4a3 [lit] Clean up internal diff's encoding handling by Joel E. Denny · 4 years, 7 months ago
  45. 4bac211 [AMDGPU] Supress unused sdwa insts generation by Stanislav Mekhanoshin · 4 years, 7 months ago
  46. a55be6b [Remarks] Fix warning for ambigous `else` behind EXPECT macro by Francis Visoiu Mistrih · 4 years, 7 months ago
  47. 2262bbc [Remarks] Fix unit test by only checking for the path by Francis Visoiu Mistrih · 4 years, 7 months ago
  48. 3ec0313 [SVE][IR] Small TypeSize improvements left out of initial commit by Graham Hunter · 4 years, 7 months ago
  49. 85a9744 [DWARF5] Added support for DW_AT_noreturn attribute to be emitted for by Adrian Prantl · 4 years, 7 months ago
  50. e171bc8 [Remarks] Use StringRef::contains to avoid differences in error string by Francis Visoiu Mistrih · 4 years, 7 months ago
  51. 0205139 [AArch64,Assembler] Compiler support for ID_MMFR5_EL1 by Mark Murray · 4 years, 7 months ago
  52. fde2ede [Codegen] Adjust saturation test. NFC. by David Green · 4 years, 7 months ago
  53. 381c09a [Remarks] Add support for prepending a path to external files by Francis Visoiu Mistrih · 4 years, 7 months ago
  54. b41a900 bpf: fix wrong truncation elimination when there is back-edge/loop by Jiong Wang · 4 years, 7 months ago
  55. 42a92bf [RISCV] Add MachineInstr immediate verification by Luis Marques · 4 years, 7 months ago
  56. 9cb56c6 [AMDGPU] Fix-up cases where writelane has 2 SGPR operands by David Stuttard · 4 years, 7 months ago
  57. 4f04974 [llvm-ar] Make paths case insensitive when on windows by Owen Reynolds · 4 years, 7 months ago
  58. b7fd183 [Alignment][NFC] Optimize alignTo by Guillaume Chatelet · 4 years, 7 months ago
  59. a33980b RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to fix warning by Simon Pilgrim · 4 years, 7 months ago
  60. 188f54b RealFile - fix self-initialization warning in constructor. by Simon Pilgrim · 4 years, 7 months ago
  61. 5f2beaf [InstCombine][AMDGPU] Fix crash with v3i16/v3f16 buffer intrinsics by Piotr Sobczak · 4 years, 7 months ago
  62. d773329 Revert "[HardwareLoops] Optimisation remarks" by Sjoerd Meijer · 4 years, 7 months ago
  63. 3c28f29 [ARM] Add a register class for GPR pairs without SP and use it. NFCI by Mikhail Maltsev · 4 years, 7 months ago
  64. e28abaa SimpleLoopUnswitch - fix uninitialized variable and null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  65. a0aca5a [AMDGPU] Extend the SI Load/Store optimizer by Piotr Sobczak · 4 years, 7 months ago
  66. d0b5e5e gn build: Merge r374982 by GN Sync Bot · 4 years, 7 months ago
  67. 6b90b02 [ARM][ParallelDSP] Change smlad insertion order by Sam Parker · 4 years, 7 months ago
  68. 52192eb [HardwareLoops] Optimisation remarks by Sjoerd Meijer · 4 years, 7 months ago
  69. 8585d68 [NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap by Orlando Cazalet-Hyams · 4 years, 7 months ago
  70. 0eba519 [LegalizeTypes] Don't use PromoteTargetBoolean in WidenVecOp_SETCC. by Craig Topper · 4 years, 7 months ago
  71. 5ddd814 [LegalizeTypes] Don't call PromoteTargetBoolean from SplitVecOp_VSETCC. by Craig Topper · 4 years, 7 months ago
  72. 404e52d CodeExtractor: NFC: Use Range based loop by Aditya Kumar · 4 years, 7 months ago
  73. 51c5d03 Fix an unused variable introduced in rL374955 / rG21703543. by David L. Jones · 4 years, 7 months ago
  74. cd6834c [dsymutil] Support and relocate base address selection entries for debug_loc by Jonas Devlieghere · 4 years, 7 months ago
  75. b46098e [Reland][VirtualFileSystem] Support virtual working directory in the RedirectingFS by Jonas Devlieghere · 4 years, 7 months ago
  76. 72deff4 [Orc] Add a method for ObjectLinkingLayer to return ownership of object buffers. by Lang Hames · 4 years, 7 months ago
  77. ada11b8 [Docs] Updates sidebar links and sets max-width property for div.body by DeForest Richards · 4 years, 7 months ago
  78. 812ac4e [JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test. by Lang Hames · 4 years, 7 months ago
  79. 24b3237 [lit] Add back LitTestCase by Julian Lettner · 4 years, 7 months ago
  80. 5ab2259 [XCOFF]implement parsing relocation information for 32-bit xcoff object file by Digger Lin · 4 years, 7 months ago
  81. 54a7bae [llvm-lipo] Add missing cast by Alexander Shaposhnikov · 4 years, 7 months ago
  82. 1f3d004 AMDGPU: Fix infinite searches in SIFixSGPRCopies by Austin Kerbow · 4 years, 7 months ago
  83. 382c1a9 [llvm-readobj][xcoff] implement parsing overflow section header. by Digger Lin · 4 years, 7 months ago
  84. 62e7137 Revert "[VirtualFileSystem] Support virtual working directory in the RedirectingFS" by Jonas Devlieghere · 4 years, 7 months ago
  85. 9c7dd8c Added support for "#pragma clang section relro=<name>" by Dmitry Mikulin · 4 years, 7 months ago
  86. 569d5db [WebAssembly] Allow multivalue types in block signature operands by Thomas Lively · 4 years, 7 months ago
  87. 06d4c02 [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index. by Jordan Rupprecht · 4 years, 7 months ago
  88. e381e2c [test] Update YAML mapping in VirtualFileSystemTest by Jonas Devlieghere · 4 years, 7 months ago
  89. 359ee0e [X86] combineX86ShufflesRecursively - split the getTargetShuffleInputs call from the resolveTargetShuffleAndZeroables call. by Simon Pilgrim · 4 years, 7 months ago
  90. 005139a [llvm-profdata] Reinstate tools/llvm-profdata/malformed-ptr-to-counter-array.test by Vedant Kumar · 4 years, 7 months ago
  91. b62ebb2 [XCOFF] Output object text section header and symbol entry for program code. by Digger Lin · 4 years, 7 months ago
  92. c345de2 [X86] Make memcmp() use PTEST if possible and also enable AVX1 by David Zarzycki · 4 years, 7 months ago
  93. b09882b [NewGVN] Check that call has an access. by Alina Sbirlea · 4 years, 7 months ago
  94. d291d3e [MemorySSA] Update DomTree before applying MSSA updates. by Alina Sbirlea · 4 years, 7 months ago
  95. fcfdbbf [VirtualFileSystem] Support virtual working directory in the RedirectingFS by Jonas Devlieghere · 4 years, 7 months ago
  96. ab17525 [llvm-profdata] Remove tools/llvm-profdata/malformed-ptr-to-counter-array.test by Vedant Kumar · 4 years, 7 months ago
  97. 8227f47 [AIX][XCOFF] Output XCOFF object text section header and symbol entry for program code. by Digger Lin · 4 years, 7 months ago
  98. e7c9c5b [AMDGPU] Support mov dpp with 64 bit operands by Stanislav Mekhanoshin · 4 years, 7 months ago
  99. 325a4c2 [AMDGPU] Allow DPP combiner to work with REG_SEQUENCE by Stanislav Mekhanoshin · 4 years, 7 months ago
  100. f2cabc3 gn build: Merge r374903 by GN Sync Bot · 4 years, 7 months ago