1. f92d10b [llvm-exegesis] Ignore instructions using custom inserter by Qiu Chaofan · 3 years, 3 months ago
  2. d3f4940 [llvm-exegesis] [PowerPC] Add basic LIT test by Qiu Chaofan · 3 years, 3 months ago
  3. 0410e9c [NPM][LTO] Do not enable MemorySSA with LoopFullUnrollPass by David Green · 3 years, 3 months ago
  4. 1dd9d15 Reland "[Debugify] Make the debugify aware of the original (-g) Debug Info" by Djordje Todorovic · 3 years, 3 months ago
  5. 4347f30 [RISCV] Prune unneeded indexed load/store pseudo instructions. by Craig Topper · 3 years, 3 months ago
  6. 73a1371 [CodeGen] Use range-based for loops (NFC) by Kazu Hirata · 3 years, 3 months ago
  7. 65adde2 [Support] Use static_assert instead of assert (NFC) by Kazu Hirata · 3 years, 3 months ago
  8. aa60354 [TableGen] Use ListSeparator (NFC) by Kazu Hirata · 3 years, 3 months ago
  9. a62701e [FPEnv][AArch64] Implement lowering of llvm.set.rounding by Serge Pavlov · 3 years, 3 months ago
  10. bd6c525 [ORC] Print CPU feature string in JITTargetMachineBuilder debugging output. by Lang Hames · 3 years, 3 months ago
  11. 8cb8dac [RISCV] Remove redundant test cases for index segment store (8/8). by Hsiangkai Wang · 3 years, 3 months ago
  12. 36742b9 [RISCV] Remove redundant test cases for index segment store (7/8). by Hsiangkai Wang · 3 years, 3 months ago
  13. 7015de6 [RISCV] Remove redundant test cases for index segment store (6/8). by Hsiangkai Wang · 3 years, 3 months ago
  14. 6be4a5d [RISCV] Remove redundant test cases for index segment store (5/8). by Hsiangkai Wang · 3 years, 3 months ago
  15. 91d713e [RISCV] Remove redundant test cases for index segment load (4/8). by Hsiangkai Wang · 3 years, 3 months ago
  16. 1aadfe5 [RISCV] Remove redundant test cases for index segment load (3/8). by Hsiangkai Wang · 3 years, 3 months ago
  17. be7dc26 [RISCV] Remove redundant test cases for index segment load (2/8). by Hsiangkai Wang · 3 years, 3 months ago
  18. f569586 [RISCV] Remove redundant test cases for index segment load (1/8). by Hsiangkai Wang · 3 years, 3 months ago
  19. ceaa140 [Coroutine] Relax CoroElide musttail check by Xun Li · 3 years, 3 months ago
  20. 1a4b0d4 [RISCV] Split zvlsseg searchable table into 4 separate tables. Index by properties rather than intrinsic ID. by Craig Topper · 3 years, 3 months ago
  21. ecb6bd5 [RISCV] Enable PrimaryKeyEarlyOut on RISCVVPseudosTable. by Craig Topper · 3 years, 3 months ago
  22. f7c5917 Reset the EntryValue location flag in finalizeEntryValue. by Adrian Prantl · 3 years, 3 months ago
  23. 6abe518 AMDGPU/ELF: Sort MACHs by value and add missing reserved MACHs by Konstantin Zhuravlyov · 3 years, 3 months ago
  24. 3152c02 [SampleFDO] Stop repeated indirect call promotion for the same target. by Wei Mi · 3 years, 3 months ago
  25. db54e00 MIR: Fix parser crash on syntax error on first character by Matt Arsenault · 3 years, 3 months ago
  26. 2d0cab9 [dfsan] Instrument origin variable and function definitions by Jianzhou Zhao · 3 years, 3 months ago
  27. 1719ae6 [llvm][IR] Do not place constants with static relocations in a mergeable section by Leonard Chan · 3 years, 3 months ago
  28. 98c4b00 [gn build] assert that goma_dir and sysroot are set for goma builds by Nico Weber · 3 years, 3 months ago
  29. 4d0e08b [CSSPGO] Use callsite sample counts to annotate indirect call sites. by Hongtao Yu · 3 years, 3 months ago
  30. c4e6f7d AMDGPU: Add regression testcase for bundle pressure issue by Matt Arsenault · 3 years, 4 months ago
  31. bd85d15 [Coverage] Store compilation dir separately in coverage mapping by Petr Hosek · 3 years, 3 months ago
  32. c0e5f62 GlobalISel: Merge some AMDGPU ABI lowering code to generic code by Matt Arsenault · 3 years, 4 months ago
  33. f45e5bb [BasicAA] Always strip single-argument phi nodes by Nikita Popov · 3 years, 3 months ago
  34. 34d5092 [DAG] getTruncatedUSUBSAT - always truncate operands. NFCI. by Simon Pilgrim · 3 years, 3 months ago
  35. dc08405 [DAGCombiner] Transform (zext (select c, load1, load2)) -> (select c, zextload1, zextload2) by Guozhi Wei · 3 years, 3 months ago
  36. 11bb699 [gn build] kind of merge f020544601 by Nico Weber · 3 years, 3 months ago
  37. e1023a4 [DCE] Add tests for non-willreturn function being removed (NFC) by Nikita Popov · 3 years, 3 months ago
  38. 0ce023c Revert "[Coverage] Store compilation dir separately in coverage mapping" by Petr Hosek · 3 years, 3 months ago
  39. 12bda41 Remove redundent types in pr49185.ll by Ta-Wei Tu · 3 years, 3 months ago
  40. e08fba5 [RISCV] Simplify VPseudoAMOEI multiclass. NFC by Craig Topper · 3 years, 3 months ago
  41. e0ccf46 [AMDGPU] Correct gfx90c feature list by Stanislav Mekhanoshin · 3 years, 3 months ago
  42. 0cc58ad [Coverage] Store compilation dir separately in coverage mapping by Petr Hosek · 3 years, 3 months ago
  43. 226a726 [llvm][TextAPI] add equality operator for InterfaceFile by Sam Powell · 3 years, 3 months ago
  44. 2d80c50 [WebAssembly] Fix assert in lookup of section symbols by Wouter van Oortmerssen · 3 years, 3 months ago
  45. 17880b2 [RISCV] Add Zbb command lines to uadd/usub/sadd/ssub tests. by Craig Topper · 3 years, 3 months ago
  46. 65fe5e0 [gn build] try to fix libxml2 include path on mac after 0ec448194e29 by Nico Weber · 3 years, 3 months ago
  47. 1d6e697 [RISCV] Use XLenRI alias for RegInfoByHwMode instances by Jessica Clarke · 3 years, 3 months ago
  48. 1edd980 Pre-commit test case by Guozhi Wei · 3 years, 3 months ago
  49. e9561aa [NPM] Properly reset parent loop after loop passes by Ta-Wei Tu · 3 years, 3 months ago
  50. 26b9052 [PowerPC][AIX] Add support for vector arg passing on the stack. by Sean Fertile · 3 years, 3 months ago
  51. 8925b46 [WebAssembly] Handle multiple EH_LABELs in EH pad by Heejin Ahn · 3 years, 3 months ago
  52. 6736e62 [dfsan] Refactor defining TLS variables by Jianzhou Zhao · 3 years, 3 months ago
  53. cbabf93 [dfsan] Refactor runtime functions checking by Jianzhou Zhao · 3 years, 3 months ago
  54. 4d1dee6 Fix a buildbot warning triggered by 1dfb06d by Philip Reames · 3 years, 3 months ago
  55. 96c0c82 [RISCV] Pre-commit test file changes from D96661. NFC by Craig Topper · 3 years, 3 months ago
  56. 7d82ecd [RISCV] Add support for fixed vector MULHU/MULHS. by Craig Topper · 3 years, 3 months ago
  57. c2b9227 [verify-regalloc] Verify after allocation and before postOptimization by Philip Reames · 3 years, 3 months ago
  58. 21af6c7 [RISCV] Add support for fixed vector sign/zero extend from mask types. by Craig Topper · 3 years, 3 months ago
  59. df2546a [RISCV] Support isel of scalable vector bitcasts by Craig Topper · 3 years, 3 months ago
  60. ed4e7c0 [splitkit] Add a minor wrapper function for readability [NFC] by Philip Reames · 3 years, 3 months ago
  61. b68fbf7 [gn build] fix mistake in 0ec448194e29 by Nico Weber · 3 years, 3 months ago
  62. 51f3be2 AMDGPU: Fix checks in llvm.amdgcn.workitem.id.ll by Konstantin Zhuravlyov · 3 years, 3 months ago
  63. 1cc66ea [AArch64][SVE] Add patterns to generate FMLA/FMLS/FNMLA/FNMLS/FMAD by Bradley Smith · 3 years, 4 months ago
  64. 86096de [TableGen][SelectionDAG] Improve efficiency of encoding negative immediates for isel's CheckInteger opcode. by Craig Topper · 3 years, 3 months ago
  65. 5a73b4c [AArch64] Allow folding FMUL/FADD into FMA for FP16 types by Bradley Smith · 3 years, 3 months ago
  66. 176af54 [regalloc] Add a couple of dump routines for ease of debugging [NFC] by Philip Reames · 3 years, 3 months ago
  67. bee8753 [instcombine] Exploit UB implied by nofree attributes by Philip Reames · 3 years, 3 months ago
  68. e882a63 sysroot.py: add support for darwin by Nico Weber · 3 years, 3 months ago
  69. 5884453 [Verifier] add tests for vector reductions; NFC by Sanjay Patel · 3 years, 3 months ago
  70. 999cf1e [RISCV] Fix typo. Use ValueType instead of LLVMType. by Hsiangkai Wang · 3 years, 3 months ago
  71. bdc2452 [ARM] Expand the range of allowed post-incs in load/store optimizer by David Green · 3 years, 3 months ago
  72. 82253a0 [AMDGPU] Tidy up a FIXME fixed by D34973 by Jay Foad · 3 years, 3 months ago
  73. 95adb0b Revert "[TableGen] Improve algorithms for processing template arguments" by Paul C. Anagnostopoulos · 3 years, 3 months ago
  74. e543e8a [PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10 by Baptiste Saleil · 3 years, 3 months ago
  75. ed5a770 [RISCV] Fix bugs in pseudo instructions for masked segment load. by Hsiangkai Wang · 3 years, 3 months ago
  76. 6b03ec7 [NFC][RISCV] Use concise way to describe load/store instructions. by Hsiangkai Wang · 3 years, 3 months ago
  77. a00ef2a [TableGen] Improve algorithms for processing template arguments by Paul C. Anagnostopoulos · 3 years, 4 months ago
  78. 3f630cd [ARM] Ensure types provided to getIntrinsicCost are valid by David Green · 3 years, 3 months ago
  79. 7b5ab6a [PowerPC] Add option for ROP Protection by Stefan Pintilie · 3 years, 3 months ago
  80. f435e3c [ARM] Add larger than legal ICmp costs by David Green · 3 years, 3 months ago
  81. dfddd3c [FuncAttrs] Add tests for willreturn callsite inference. by Florian Hahn · 3 years, 3 months ago
  82. 4d0e976 [X86][SSE] Add uniform vector shift test coverage for (sra (trunc (sr[al] x, c1)), c2) folds by Simon Pilgrim · 3 years, 3 months ago
  83. c56ab44 [ARM] MVE ICmp costing tests. NFC by David Green · 3 years, 3 months ago
  84. 84bbf82 [RISCV] Rewrite assert to not give unused variable warnings in Release builds by Benjamin Kramer · 3 years, 3 months ago
  85. 0d3db11 [RISCV] Begin to support more subvector inserts/extracts by Fraser Cormack · 3 years, 3 months ago
  86. 3874bb9 [SVE][CodeGen] Expand SVE MULH[SU] and [SU]MUL_LOHI nodes by Fraser Cormack · 3 years, 3 months ago
  87. 3eb36b4 Revert "[Debugify] Make the debugify aware of the original (-g) Debug Info" by Djordje Todorovic · 3 years, 3 months ago
  88. f27ed22 [cmake] Move check for libproc to config-ix.cmake by Alex Hoppen · 3 years, 3 months ago
  89. f319e4c [Debugify] Make the debugify aware of the original (-g) Debug Info by Djordje Todorovic · 3 years, 8 months ago
  90. 4f97452 [XCOFF][NFC] make StorageMappingClass/SymbolType member optional by Chen Zheng · 3 years, 3 months ago
  91. ca06d0a [CSSPGO][llvm-profgen] Fix gcc Wcast-qual warning (NFC) by Yang Fan · 3 years, 3 months ago
  92. 76fca7f [InstCombine] add tests for simplification of logical and/ors (NFC) by Juneyoung Lee · 3 years, 3 months ago
  93. 5a74eaf [CodeGen] Use range-based for loops (NFC) by Kazu Hirata · 3 years, 3 months ago
  94. edd6f45 [llvm] Ensure newlines at the end of files (NFC) by Kazu Hirata · 3 years, 3 months ago
  95. 70bdea2 [CodeGen] Use ListSeparator (NFC) by Kazu Hirata · 3 years, 3 months ago
  96. 9e362d7 [llvm-objdump] Map STT_TLS to ST_Other (previously ST_Data) by Fangrui Song · 3 years, 3 months ago
  97. 0b6a133 [MC][ELF] Fix gcc "enumeral and non-enumeral type in conditional expression" warning (NFC) by Yang Fan · 3 years, 3 months ago
  98. 39ce347 [AMDGPU] Temporary remove test by Stanislav Mekhanoshin · 3 years, 3 months ago
  99. 9ffb566 [MC][ELF] Fix unused variable warning (NFC) by Yang Fan · 3 years, 3 months ago
  100. 576a0f3 [X86] Zero AMX config buffer for non AVX512 cases. by Wang, Pengfei · 3 years, 3 months ago