1. 43d2fc7 [LoopRotate] Cleanup test checks to fix issue reported on D77354 by Simon Pilgrim · 4 years ago
  2. 5f47f61 [PowerPC] Regenerate f128 test to fix issue reported on D77354 by Simon Pilgrim · 4 years ago
  3. 57a5531 InstCombine: Reduce minnum/maxnum if inputs are casted by Matt Arsenault · 4 years ago
  4. 56decd9 [ELF] Allow invalid sh_size%sh_entsize!=0 for non-SHF_MERGE sections by Fangrui Song · 4 years ago
  5. 80d4df5 [X86] Remove defunct section checks from emulated TLS tests to fix issue reported on D77354 by Simon Pilgrim · 4 years ago
  6. 80a2ddf [libc++] Add an alternative Lit test format by Louis Dionne · 4 years ago
  7. 88fbadd [AST] clang::VectorType supports any size (that fits in unsigned) by Sam McCall · 4 years ago
  8. 6897111 [MSan] Add COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED by Ilya Leoshkevich · 4 years ago
  9. 40fc3de [X86] Fix weak global label issue reported on D77354 by Simon Pilgrim · 4 years ago
  10. 58c242e [X86] Fix gisel copy tests to fix issue reported on D77354 by Simon Pilgrim · 4 years ago
  11. e9511c0 [X86] Fix strong local function/global label issue reported on D77354 by Simon Pilgrim · 4 years ago
  12. aa8434f [X86] Cleanup emulated TLS test checks. NFC by Simon Pilgrim · 4 years ago
  13. 7130503 [LoopOps] Return ArrayRefs from accessors instead of iterator_ranges by Benjamin Kramer · 4 years ago
  14. 3d94f30 [libc++] Fix is_pointer support for Objective-C++ by Louis Dionne · 4 years ago
  15. 4824b5e [Alignment][NFC] Remove documentation and FIXME for deprecated functions by Guillaume Chatelet · 4 years ago
  16. 937040d [libc++] Add REQUIRES for tests that need -fblocks and -fobjc-arc by Louis Dionne · 4 years ago
  17. b72fce1 Fix __builtin_amdgcn_workgroup_size_x/y/z return type by Yaxun (Sam) Liu · 4 years ago
  18. 7521f3c [X86] Regenerate soft fp legalization test to fix issue reported on D77354 by Simon Pilgrim · 4 years ago
  19. 74f00c6 [X86] Regenerate stack clash test to fix issue reported on D77354 by Simon Pilgrim · 4 years ago
  20. c484b3e [Hexagon] Fix issue with non-preemptible STT_TLS symbols by Sid Manning · 4 years ago
  21. 0a173fd [gn build] Port d65557d15d4 by LLVM GN Syncbot · 4 years ago
  22. 164ed7b [clangd] Enable some nice clang-tidy checks by default. by Sam McCall · 4 years ago
  23. 3e1b8db Revert "Use git-clang-format as Arcanist linter" by Kadir Cetinkaya · 4 years ago
  24. d65557d [NFC][XCOFF][AIX] Refactor get/setContainingCsect by jasonliu · 4 years ago
  25. f22445b [mips][test] Remove redundant and invalid `CHECK-NOT` directives. NFC by Simon Atanasyan · 4 years ago
  26. 9068bcc [Alignment][NFC] Deprecate InstrTypes getRetAlignment/getParamAlignment by Guillaume Chatelet · 4 years ago
  27. 5e42636 [X86][AVX] Add tests showing failure to use chained PACKSS/PACKUS for multi-stage compaction shuffles by Simon Pilgrim · 4 years ago
  28. a46e7d7 [AMDGPU] Allow AGPR in inline asm by Yaxun (Sam) Liu · 4 years ago
  29. 107200a [lldb][nfc] early exit/continue by Konrad Kleine · 4 years ago
  30. 146d685 clang-format: [JS] detect C++ keywords. by Martin Probst · 4 years ago
  31. 0718e3a [mlir][vulkan-runner] Add support for 3D memrefs. by Denis Khalikov · 4 years ago
  32. 6aecf0c Drop unused diagnostic. NFC. by Benjamin Kramer · 4 years ago
  33. 02cb21d Make helpers static. NFC. by Benjamin Kramer · 4 years ago
  34. da74537 [LLD][ELF][ARM] use .reloc directive for Thumb assembler tests by Peter Smith · 4 years ago
  35. 1a584a8 [Alignment][NFC] Remove unused private functions by Guillaume Chatelet · 4 years ago
  36. c7e1fc8 [AMDGPU] Fix CHECK lines by Jay Foad · 4 years ago
  37. ca11c48 [Alignment][NFC] Convert MachineIRBuilder::buildDynStackAlloc to Align by Guillaume Chatelet · 4 years ago
  38. 1aee1ae Use --style file instead of --style LLVM by Vitaly Buka · 4 years ago
  39. 9b56cc9 [DebugInfo] Salvage debug info when sinking loop invariant instructions by OCHyams · 4 years ago
  40. 9f5c786 [NFC] G_DYN_STACKALLOC realign iff align > 1, update documentation by Guillaume Chatelet · 4 years ago
  41. 6825920 Silence -Wpessimizing-move warning by scentini · 4 years ago
  42. 5b519cf [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI) by Scott Constable · 4 years ago
  43. 0a3845b Silence -Wpessimizing-move warning by scentini · 4 years ago
  44. f13ce15 [DebugInfo] Rename getOffset() to getContribution(). NFC. by Igor Kudrin · 4 years ago
  45. 69c8fb1 [DWARF5] Added support for debug_macro section parsing and dumping in llvm-dwarfdump. by Sourabh Singh Tomar · 4 years ago
  46. bd1d70b [DAG] Change isGCValue detection for statepoint lowering by Serguei Katkov · 4 years ago
  47. fef2dab Bugix for buildbot failure at commit 43f031d31264d20cfb8f1ebd606c66e57c231d4d by Xiang1 Zhang · 4 years ago
  48. b1d5810 [X86] Refactor X86IndirectThunks.cpp to Accommodate Mitigations other than Retpoline by Scott Constable · 4 years ago
  49. 0cfdce2 [gn build] Port 71e8021d82c by LLVM GN Syncbot · 4 years ago
  50. 71e8021 [X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "Indirect Thunks" by Scott Constable · 4 years ago
  51. 31b6e18 Use git-clang-format as Arcanist linter by Siddhartha Bagaria · 4 years ago
  52. a0983ed Handle exp2 with proper vectorization and lowering to SVML calls by laith sakka · 4 years ago
  53. 88da019 Fix a bug in the inliner that causes subsequent double inlining by Hongtao Yu · 4 years ago
  54. 43f031d Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement Technology) by Xiang1 Zhang · 4 years ago
  55. be0a4fe [X86] Add -flax-vector-conversions=none to more of the clang CodeGen tests by Craig Topper · 4 years ago
  56. 71947ed [AArch64][GlobalISel] Constrain reg operands in selectBrJT by Jessica Paquette · 4 years ago
  57. fe8ac0f [x86] Fix Intel OpenCL builtin CalleeSavedRegs on skx by Wenju He · 4 years ago
  58. 71f1ab5 [PowerPC] Remove unnecessary XSRSP instruction by Qiu Chaofan · 4 years ago
  59. 20cb7a9 This might actually fix the Windows bots after a16ba6fea. by Nico Weber · 4 years ago
  60. 627e01f [coroutines] Don't build promise init with no args by Brian Gesiak · 4 years, 4 months ago
  61. 3a51920 [mlir][VectorOps] Implement canonicalization for TransposeOp. by Alex Grosul · 4 years ago
  62. 5998ace Have lldb-vscode update the currently selecte thread and frame when it receives a "scopes" request. by Greg Clayton · 4 years ago
  63. c7aff9a another wild guess at the win bot-only failures by Nico Weber · 4 years ago
  64. 9c6f32a [Coroutines] Simplify implementation using removePredecessor by Jun Ma · 4 years ago
  65. aef0877 [mlir][Linalg] NFC - Rename Linalg and Vector EDSCs to avoid collisions by Nicolas Vasilache · 4 years ago
  66. 30f18ed [AMDGPU] Handle SMRD signed offset immediate by Austin Kerbow · 4 years ago
  67. 93fe58c Teach the stripNonLineTableDebugInfo pass about the llvm.dbg.label intrinsic. by Adrian Prantl · 4 years ago
  68. c024f3e Teach the stripNonLineTableDebugInfo pass about the llvm.dbg.addr intrinsic. by Adrian Prantl · 4 years ago
  69. 8838d6d try more to appease win bots by Nico Weber · 4 years ago
  70. e875ba1 Try again to get tests passing again on Windows. by Nico Weber · 4 years ago
  71. 0559844 Re-apply 0071eaaf089, "[ORC] Export __cxa_atexit ...", with fixes. by Lang Hames · 4 years ago
  72. 2680e88 AMDGPU: Fix broken check lines by Matt Arsenault · 4 years ago
  73. 2aab46a [llvm-objdump][COFF][NFC] Split format-specific interfaces; add namespace by Hubert Tong · 4 years ago
  74. b94afc1 iOS simulator testing: replace `simctl bootstatus` with boot+shutdown by Julian Lettner · 4 years ago
  75. 022f1e2 [lit] Refine filter error handling by Julian Lettner · 4 years ago
  76. cab904c [lit] Remove unnecessary indirection in progress_callback by Julian Lettner · 4 years ago
  77. f68cc2a AMDGPU: Use 128-bit DS operations by default by Matt Arsenault · 4 years ago
  78. 192cccb AMDGPU: Add some tests for exotic denormal mode combinations by Matt Arsenault · 4 years, 4 months ago
  79. 5660bb6 AMDGPU: Remove denormal subtarget features by Matt Arsenault · 4 years, 4 months ago
  80. ce2258c clang/AMDGPU: Stop setting old denormal subtarget features by Matt Arsenault · 4 years ago
  81. 75cf309 AMDGPU: Assume f32 denormals are enabled by default by Matt Arsenault · 4 years, 5 months ago
  82. 0c85c48 utils: Tweak clang-parse-diagnostics-file for modules includes by Duncan P. N. Exon Smith · 4 years ago
  83. 90455db [libc++] NFC: Add documentation for writing tests by Louis Dionne · 4 years ago
  84. a6a841e [libc++] Refer to the Filesystem static test env as relative paths by Louis Dionne · 4 years ago
  85. a16ba6f Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang" by Nico Weber · 4 years ago
  86. fd4d075 [llvm][TextAPI] adding inlining reexported libraries support by Cyndy Ishida · 4 years ago
  87. ea3152b [libc++][test] Partially revert msvc_stdlib_force_include.h _Pragma change by Casey Carter · 4 years ago
  88. 4fdb63b [X86] Enable combineExtSetcc for vectors larger than 256 bits when we've disabled 512 bit vectors. by Craig Topper · 4 years ago
  89. 6acd300 Reland D75382 "[lld] Initial commit for new Mach-O backend" by Fangrui Song · 4 years ago
  90. ab11b9e Revert "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang" by Nico Weber · 4 years ago
  91. ee4d034 Change pass registration generated code to allow users to selectively register passes by Mehdi Amini · 4 years ago
  92. b78157c [intel-pt] Implement a basic test case by Walter Erquinigo · 4 years ago
  93. 631ee8b Make fb80b6b2d58c4 actually work. by Nico Weber · 4 years ago
  94. bf7a16a [InlineFunction] Update valid return attributes at callsite within callee body by Anna Thomas · 4 years ago
  95. c3d3c22 AMDGPU: Hack out noinline on functions using LDS globals by Matt Arsenault · 4 years ago
  96. fb80b6b Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang by Nico Weber · 4 years ago
  97. 71fbd6e Exit unwinding early when at the top of the stack and additional info won't be found. by Sterling Augustine · 4 years ago
  98. f444806 [InstCombine] try to reduce shuffle with bitcasted operand by Sanjay Patel · 4 years ago
  99. b6050ca [VectorCombine] transform bitcasted shuffle to narrower elements by Sanjay Patel · 4 years ago
  100. f2334a7 [AMDGPU] Fix crash in SILoadStoreOptimizer by Stanislav Mekhanoshin · 4 years ago