platform/upstream/llvm.git
2023-07-18 Konstantina... [NFC] Tests for future commit in DAGCombiner
2023-07-18 Matt ArsenaultInlineSpiller: Fix copy identification bugs in isCopyOf...
2023-07-17 Matt ArsenaultAMDGPU: Fix broken denormal constant folding of canonic...
2023-07-17 Matt ArsenaultAMDGPU: Use available subtarget member
2023-07-17 Matt ArsenaultAMDGPU: Use hex floats instead of ugly bitcasting
2023-07-17 Fangrui Song[llvm-exegesis] Guard __builtin_thread_pointer use...
2023-07-17 Johannes Doerfert[Attributor][FIX] Initialize out parameters
2023-07-17 Daniel Thornburgh[ubsan] Make sigaction.cpp test UNSUPPORTED rather...
2023-07-17 AdityaKEnable zba and zbs for RISCV64 Android
2023-07-17 Arthur EubanksRevert "[llvm-reduce] Reduce function calling convention"
2023-07-17 Michael Maitland[RISCV] Split BEXT and BEXTI Write classes. NFC.
2023-07-17 Arthur Eubanks[llvm-reduce] Reduce global value linkage
2023-07-17 Evandro Menezes[AArch64] Add scheduling model for Neoverse V1
2023-07-17 Louis Dionne[libc++] Remove broken self test for the libc++ Lit...
2023-07-17 Arthur Eubanks[llvm-reduce] Reduce function calling convention
2023-07-17 Nick Desaulniers[ConstantHoisting] stop rematerializing InsertionPt
2023-07-17 Louis Dionne[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining...
2023-07-17 Louis Dionne[lit] Remove the --no-indirectly-run-check option
2023-07-17 Arthur EubanksRevert "[SLP][NFC]Improve compile-time by using map...
2023-07-17 Nick Desaulniers[ConstantHoisting] use struct rather than tuple for...
2023-07-17 Matt ArsenaultAMDGPU: Split and convert some rcp and rsq tests to...
2023-07-17 Matt ArsenaultDAG: Constant fold frexp nodes
2023-07-17 Matt ArsenaultInstSimplify: Handle basic folds for frexp
2023-07-17 Matt ArsenaultInstSimplify: Add baseline tests for frexp handling
2023-07-17 Matt ArsenaultValueTracking: Fix computeKnownFPClass for vector-with...
2023-07-17 Anna Thomas[LV] Precommit test for interleaving miscompile
2023-07-17 Alexey Bataev[SLP][NFC]Improve performance of isGatherShuffledEntry...
2023-07-17 Rob Suderman[mlir] Add `ComplexType` conversion support for `conver...
2023-07-17 Paul RobinsonReland "[PS4/PS5] Tidy up driver warnings finding the...
2023-07-17 Jan Svoboda[clang][modules] Skip submodule & framework re-definiti...
2023-07-17 Jan Svoboda[clang][modules][deps] Parse "FW_Private" module map...
2023-07-17 Jan Svoboda[clang][modules][deps] Avoid checks for relocated modules
2023-07-17 Jan Svoboda[clang][modules] Serialize `Module::DefinitionLoc`
2023-07-17 Siu Chi Chan[HIP] Ignore host linker flags for device-only
2023-07-17 Valentin Clement[flang][openacc][NFC] Add test for scalar allocatable...
2023-07-17 Cassie Jones[Driver] Also warn about -mwatchos-version-min and...
2023-07-17 Nikolas Klauser[libc++][NFC] Remove unused macro definition
2023-07-17 Louis Dionne[libc++] Move _LIBCPP_NO_THREAD_SAFETY_ANALYSIS to...
2023-07-17 Valentin Clement[flang][openacc] Add proper TODO for reduction with...
2023-07-17 Peter Klausler[flang] Fix minor nits with INCLUDE line recognition
2023-07-17 Alex Langford[lldb][NFCI] Avoid construction of temporary std::strin...
2023-07-17 Yaxun (Sam... [HIP] Rename predefined macros
2023-07-17 Peter Klausler[flang] Extension: allow DATA to precede declaration...
2023-07-17 Peter Klausler[flang] Avoid bogus errors with LBOUND/UBOUND(assumed...
2023-07-17 Peter Klausler[flang] Correct disambiguation of possible statement...
2023-07-17 Peter Klausler[flang] Emit errors on vector subscripts with duplicate...
2023-07-17 Peter Klausler[flang] Fix constraint check on CLASS() entities
2023-07-17 Leonard Grey[lsan][Darwin] Unconditionally strip high bits from...
2023-07-17 Martin Braenne[clang][dataflow] Bugfix for `refreshStructValue()`.
2023-07-17 wren romano[llvm] Allow SMLoc to be used in constexpr context
2023-07-17 Peter Klausler[flang] Catch impure specifics called in DO CONCURRENT
2023-07-17 Alexey Bataev[SLP][NFC]Improve compile-time by using map {TreeEntry...
2023-07-17 Peter Klausler[flang] Disallow noninteroperable dummy procedures...
2023-07-17 Peter Klausler[flang][unittests] Silence compiler warning
2023-07-17 Jim InghamFix the root directory completion test.
2023-07-17 Johannes Doerfert[Attributor] Replace AAReturnedValues with AAPotentialV...
2023-07-17 Johannes Doerfert[Attributor][NFC] Improve debug message
2023-07-17 Paul RobinsonRevert "[PS4/PS5] Tidy up driver warnings finding the...
2023-07-17 Andrzej Warzynski[mlir][linalg] Fix vectorisation of tensor.extract...
2023-07-17 Paul Kirth[clang][docs] Fix tag target name in link
2023-07-17 Amy Kwan[AIX][TLS] Account for local-exec accesses in XCOFFObje...
2023-07-17 Amir Ayupov[BOLT][Utils] Add dot2html module entry point
2023-07-17 Peter Klausler[flang][runtime] Don't do partial data transfer on...
2023-07-17 Simon Pilgrim[X86] Regenerate tail-call-casts.ll test coverage
2023-07-17 Nicolas Vasilache[mlir][test] Fix linking error post test-lower-to-nvvm
2023-07-17 Nicolas Vasilache[mlir][test] Fix linking error post test-lower-to-nvvm
2023-07-17 Hongtao Yu[PseudoProbe] Remove unnecessary asserts about non...
2023-07-17 Mark de Wever[libc++][doc] Updates the release notes.
2023-07-17 Paul Robinson[PS4/PS5] Tidy up driver warnings finding the SDK
2023-07-17 Paul Kirth[clang] Preliminary fat-lto-object support
2023-07-17 Simon Pilgrim[DAG] SelectionDAG::getNode() - consistently use N1...
2023-07-17 Matthias Springer[mlir][vector][NFC] Drop `get...AttrStrName` helper...
2023-07-17 Leonard Grey[gn] Port 8ac71b026ee6 (no more _LIBCPP_HAS_THREAD_LIBR...
2023-07-17 Craig Topper[RISCV] Remove 'not FeatureStdExtC' from Zcmp predicate.
2023-07-17 Mark de Wever[libc++][format] Fixes an off by one error.
2023-07-17 Piotr Zegar[clang-tidy] Model noexcept more properly in bugprone...
2023-07-17 Craig Topper[RISCV] Re-define sha256, Zksed, and Zksh intrinsics...
2023-07-17 Guray Ozen[mlir][nvvm] Delete backslash
2023-07-17 Marco Elver[ThreadSanitizer] Add fallback DebugLocation for memint...
2023-07-17 Jakob Koschel[SanitizerCoverage] Add fallback DebugLocation for...
2023-07-17 Jakob Koschel[AddressSanitizer] Add fallback DebugLocation for instr...
2023-07-17 Craig Topper[RISCV] Add FP compare test to condops.ll to show a...
2023-07-17 Craig Topper[IRGen] Remove 'Sve' from the name of some IR names...
2023-07-17 Matthias Springer[mlir][Interfaces] Fix DestinationStyleOpInterface...
2023-07-17 Craig Topper[RISCV] Add bf16 as a valid type for the FPR16 register...
2023-07-17 Nicolas Vasilache[mlir][cuda] Add a test-lower-to-nvvm catchall passpipe...
2023-07-17 Guray Ozen[mlir][nvvm] Add `cp.async.bulk.tensor.shared.cluster...
2023-07-17 Guray Ozen[mlir][nvgpu] Verify invalid copy size (nfc)
2023-07-17 Simon Pilgrim[DAG] Move lshr narrowing from visitANDLike to Simplify...
2023-07-17 Adam Paszke[MLIR][CAPI] Add C API dialect registration methods...
2023-07-17 Matthias Springer[mlir][IR] Remove duplicate `isLastMemrefDimUnitStride...
2023-07-17 Alex Zinenko[mlir][nvgpu] add simple pipelining for shared memory...
2023-07-17 Amaury Séchet[NFC] Add test case for D154533.
2023-07-16 Aleksandr Popov[IRCE] Add NSW flag to main loop's indvar base
2023-07-17 Leandro Lupori[compiler-rt][xray] Fix alignment of XRayFileHeader
2023-07-17 Jared Grubb[clang-format] Fix support for ObjC blocks with pointer...
2023-07-17 Louis Dionne[libc++][NFC] Remove unnecessary declarations in __thre...
2023-07-17 Louis Dionne[libc++][NFC] clang-format __thread/id.h since it just...
2023-07-17 Louis Dionne[libc++] Remove internal "build-with-external-thread...
2023-07-17 Andrew Gozillon[Flang][OpenMP][MLIR] An mlir transformation pass for...
next