platform/upstream/llvm.git
2023-06-20 Nuno Lopes[docs] Fix GEP faq references to undefined behavior...
2023-06-20 Ben Shi[CSKY] Optimize multiplication with immediates
2023-06-20 Ben Shi[CSKY][test][NFC] Add more tests of multiplication...
2023-06-20 Diana PicusRevert "[AMDGPU] Start documenting calling conventions...
2023-06-20 Martin BraenneRevert "Prevent deadlocks in death tests."
2023-06-20 Diana PicusFixup D151996
2023-06-20 Diana Picus[AMDGPU] Start documenting calling conventions. NFC
2023-06-20 Nathan Ridge[clangd] Index the type of a non-type template parameter
2023-06-20 Haojian Wu[include-cleaner] Bailout on invalid code for the comma...
2023-06-20 Matthias Springer[mlir][transform] Add ApplyRegisteredPassOp transform op
2023-06-20 Kazu Hirata[tools] Use llvm::is_contained (NFC)
2023-06-20 Fangrui Song[xray][AArch64] Rewrite trampoline
2023-06-20 Jaroslav Sevcik[lldb] Make the test for D153043 linux-only
2023-06-20 Jaroslav Sevcik[lldb] Make test for D153043 independent of external...
2023-06-20 Zhongyunde[LV] Add cost model for simd vector select instructions...
2023-06-20 Bing1 Yu[X86][AMX] set Stride to Tile's Col when doing combine...
2023-06-20 Fangrui Song[XRay] Make llvm.xray.customevent parameter type match...
2023-06-20 Fangrui Song[XRay] Make llvm.xray.typedevent parameter type match...
2023-06-20 Kazu Hirata[BOLT] Fix a warning in release builds
2023-06-20 Vladislav DzhidzhoevReland "[DebugMetadata][DwarfDebug] Support function...
2023-06-19 Vladislav DzhidzhoevRevert "Reland "[DebugMetadata][DwarfDebug] Support...
2023-06-19 Fangrui Song[XRay][X86] Remove sled version 0 support from patchCus...
2023-06-19 Fangrui Song[xray][test] Test __xray_typedevent after D43668
2023-06-19 Scott Linder[DebugInfo] Add DW_OP_LLVM_user extension point
2023-06-19 Jay Foad[AMDGPU] Do not release VGPRs if there may be pending...
2023-06-19 Jay Foad[AMDGPU] Remove unused macro CNT_MASK
2023-06-19 Fangrui Song[Driver] Correct -fnoxray-link-deps to -fno-xray-link...
2023-06-19 Scott Linder[DebugInfo] Support more than 2 operands in DWARF opera...
2023-06-19 Siva Chandra... [libc] Remove the requirement of a platform-flush opera...
2023-06-19 Vladislav DzhidzhoevReland "[DebugMetadata][DwarfDebug] Support function...
2023-06-19 Louis Dionne[libc++] Add missing 'return 0' from main functions...
2023-06-19 Ellis Hoag[SpecialCaseList] Remove TrigramIndex
2023-06-19 Amy Kwan[AIX][TLS] Generate 64-bit local-exec access code sequence
2023-06-19 Amy Kwan[AIX][TLS] Relax front end diagnostics to accept the...
2023-06-19 Vladislav DzhidzhoevRevert "[DebugMetadata][DwarfDebug] Support function...
2023-06-19 Florian HahnRecommit "[LSR] Consider post-inc form when creating...
2023-06-19 Jeffrey Byrnes[AMDGPU] Add basic support for extended i8 perm matching
2023-06-19 Benjamin Kramer[mlir] Fix a rare use-after free in dialect loading
2023-06-19 LLVM GN Syncbot[gn build] Port eb7491769a51
2023-06-19 Jay Foad[AMDGPU] Reimplement the GFX11 early release VGPRs...
2023-06-19 Kun Wu[mlir][sparse][gpu] remove tuple as one of the spmm_buf...
2023-06-19 Jeffrey Byrnes[DAGCombiner][NFC] Factor out ByteProvider
2023-06-19 Louis Dionne[libc++][NFC] Sort header list in header_information.py
2023-06-19 Matt ArsenaultAMDGPU: Remove amdgpu-waves-per-eu support in old attri...
2023-06-19 Matt Arsenaultclang: Add __builtin_elementwise_round
2023-06-19 Matt ArsenaultValueTracking: Handle compare to nan and -inf constants...
2023-06-19 Krzysztof Parzyszek[Hexagon] Fix range checks for immediate operands
2023-06-19 Louis Dionne[NFC] Add libc++ formatting commit to the git-blame...
2023-06-19 Louis Dionne[libc++][NFC] Apply clang-format on large parts of...
2023-06-19 Andrea Di Biagio[llvm-mca][TimelineView] Skip invalid entries when...
2023-06-19 Nikita Popov[CVP] Use simpler urem expansion when LHS >= RHS (PR63330)
2023-06-19 Nikita Popov[CVP] Add additional tests for PR63330 (NFC)
2023-06-19 Job Noorman[BOLT] Implement composed relocations
2023-06-19 Mark de Wever[libc++] "Implements" new SI prefixis.
2023-06-19 Mark de Wever[libc++][regex] Removes operator!=.
2023-06-19 Mark de Wever[libc++] Marks __cpp_lib_bitops as implemented.
2023-06-19 Nico Weber[gn] port 6f2e92c10cebca5 better (lld/unittests)
2023-06-19 Mark de Wever[libc++] Update status after Varna meeting.
2023-06-19 Nicolas Vasilache[mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
2023-06-19 Nicolas VasilacheRevert "[mlir][Vector] Let VectorToLLVM operate on...
2023-06-19 Nico Weber[gn] port c7d3c84449f4
2023-06-19 Nico Weber[gn] port 3956a34e4fc6
2023-06-19 Nico WeberReland "[gn build] Port 2700da5fe28d (lld/unittests...
2023-06-19 David Green[AArch64] Add and expand the testing of fmin/fmax reduc...
2023-06-19 Joe Nash[AMDGPU] Fix operand class of v_ldexp_f16 src1
2023-06-19 Vladislav Dzhidzhoev[DebugMetadata][DwarfDebug] Support function-local...
2023-06-19 Roger Ferrer... [clang][Serialization][RISCV] Increase the number of...
2023-06-19 Florian Hahn[LSR] Add test for for issue leading to revert of abfed...
2023-06-19 Nicolas Vasilache[mlir][NVGPU] NFC - Add a more convenient C++ builder...
2023-06-19 Nicolas Vasilache[mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
2023-06-19 Louis Dionne[libc++] Move non operator new definitions outside...
2023-06-19 Nikita Popov[CVP] Don't freeze value if guaranteed non-undef
2023-06-19 Nikita Popov[CVP] Add test for PR63330 (NFC)
2023-06-19 Alexandros... [FuncSpec] Promote stack values before specialization.
2023-06-19 Adrian Munera[OpenMP] Implement printing TDGs to dot files
2023-06-19 Dmitry Makogon[BBUtils] Don't add 'then' block to a loop if it's...
2023-06-19 David Truby[mlir] Add support for LLVMIR comdat operation
2023-06-19 melonedo[RISCV] Add support for XCVbitmanip extension in CV32E40P
2023-06-19 Louis Dionne[libc++] Split sources for <filesystem>
2023-06-19 Louis Dionne[libc++][NFC] Move several .fail.cpp tests to .verify.cpp
2023-06-19 Louis Dionne[libc++][NFC] Rename __lower_bound_impl to __lower_bound
2023-06-19 Matt Arsenaultclang/HIP: Remove __llvm_amdgcn_* wrapper hacks
2023-06-19 Matt ArsenaultHIP: Directly call isfinite builtins
2023-06-19 Nikita Popov[BasicAA] Add test for PR63266 (NFC)
2023-06-19 Akash Banerjee[MLIR][OpenMP] Refactoring createTargetData in OMPIRBuilder
2023-06-19 David Spickett[lldb][AArch64] Add thread local storage tpidr register
2023-06-19 Alexandre GaneaRe-land [LLD] Allow usage of LLD as a library
2023-06-19 Mehdi AminiEmit MLIR trampoline wrapper function with LLVM private...
2023-06-19 Mehdi AminiRemove extra closing `)` from MLIR --view-op-graph...
2023-06-19 Nikita Popov[SCCP] Fix conversion of range to constant for vectors...
2023-06-19 Russell Greenelldb: do more than 1 kilobyte at a time to vastly incre...
2023-06-19 Alexandros... [FuncSpec] Add Freeze and CallBase to the InstCostVisitor.
2023-06-19 Nikita Popov[InstSimplify] Fold icmp of uadd.sat/usub.sat (PR63381)
2023-06-19 Nikita Popov[InstSimplify] Add test for icmp of uadd.sat/usub.sat...
2023-06-19 Jacob Crawley[flang][hlfir] Add hlfir.count intrinsic
2023-06-19 Tom Eccles[flang] don't allow conversions between logical and...
2023-06-19 Tom Eccles[flang][hlfir] Fix multiple return declaration type
2023-06-19 Dmitry Makogon[Test] Add test for PR62430 showing bug in SCEV mul...
2023-06-19 Hristo Hristov[libc++][ranges] Mark `views::stride` in progress
2023-06-19 Alexandros... [FuncSpec][NFC] Improve the unittest coverage.
next