platform/upstream/llvm.git
2023-03-28 Paulo Matos[clang][doc] Fix link to SYCL compiler design doc
2023-03-28 Archibald Elliott[AArch64] Add v8.9a/v9.4a FEAT_ATS1A
2023-03-28 Philip Reames[RISCV] Add shuffle cost tests for general fixed vector...
2023-03-28 Philip Reames[RISCV] Consolidate and extend fixed vector shuffle...
2023-03-28 Jay Foad[AMDGPU] Avoid duplicated work in SIRegisterInfo::getRe...
2023-03-28 Andrew Gozillon[OpenMP][Flang][MLIR] Implement OffloadModuleInterface...
2023-03-28 Kevin Sala[NFC][OpenMP][libomptarget] Remove unnecessary AsyncInf...
2023-03-28 Victor Perez[mlir][llvm] Verify consistency of llvm.resume and...
2023-03-28 Joseph Huber[libc][NFC] Remove useless header guards from implement...
2023-03-28 Rahul Kayaith[mlir][python] Mark operator== overloads as const
2023-03-28 Wael Yehia[AIX] Update release notes regarding -mxcoff-build...
2023-03-28 Philip Reames[RISCV][TTI] Extract getConstantPoolLoadCost helper...
2023-03-28 Philip Reames[RISCV] Cost model for general case of single vector...
2023-03-28 Simon Pilgrim[X86] MatchVectorAllZeroTest - return X86::CondCode...
2023-03-28 Viktoriia Bakalova[clangd] Fix build by replacing unsigned long with...
2023-03-28 Viktoriia Bakalova[clangd] Show used symbols on #include line hover.
2023-03-28 Simon Pilgrim[X86] emitFlagsForSetcc - pull out repeated isEquality...
2023-03-28 Louis Dionne[libc++][NFC] Rename helper function for testing spaceship
2023-03-28 Louis Dionne[libc++] Don't try to provide source_location on AppleC...
2023-03-28 Quentin Colombet[mlir][MemRef] Move transform related functions in...
2023-03-28 Louis Dionne[libc++] Also support target triples that end with...
2023-03-28 pvanhout[AMDGPU] Handle memset users in PromoteAlloca
2023-03-28 Aaron BallmanDowngrade reserved module identifier error into a warning
2023-03-28 Chih-Ping Chen[Sanitizers] Fix a memory leak.
2023-03-28 Ingo Müller[mlir] Add missing STL include to 1:N conversion utils.
2023-03-28 Quentin Colombet[mlir][MemRef] Add patterns to extract address computations
2023-03-28 Peter Klausler[flang] Fix CONTIGUOUS attribute checking
2023-03-28 Mariya Podchishchaeva[clang] Fix consteval initializers of temporaries
2023-03-28 Peter Klausler[flang] Disallow scalar argument to SIZE/LBOUND/UBOUND
2023-03-28 Manas[mlir][doc] Fix typos
2023-03-28 David Green[ComplexDeinterleaving] Propagate fast math flags to...
2023-03-28 David Green[AArch64] Combine fadd into fcmla
2023-03-28 Martin Braenne[clang][dataflow][NFC] Put TransferVisitor in an unname...
2023-03-28 Adrian Kuegel[mlir][Bazel] Adjust BUILD file for 586cebef271f627e80c...
2023-03-28 Chuanqi Xu[C++20] [Modules] Don't create duplicated deduction...
2023-03-28 Adrian Kuegel[llvm][Bazel] Add missing dependency.
2023-03-28 Alex Zinenko[mlir] support external named transform libraries
2023-03-28 Martin Storsjö[llvm-windres] Fix a test that failed on Windows. NFC.
2023-03-28 Stefan Gränitz[Orc][AArch32] Polish Thumb symbol assertions in Object...
2023-03-28 Ingo Müller[mlir] Add another test case for 1:N type conversion...
2023-03-28 Ingo Müller[mlir][scf] Implement structural conversion for 1:N...
2023-03-28 Petr HosekRevert "[CMake] Unify llvm_check_linker_flag and llvm_c...
2023-03-28 zhanglimin[tsan] Derive the unmangled SP in longjmp with xor...
2023-03-28 Juan Manuel... [Clang][DebugInfo][AMDGPU] Emit zero size bitfields...
2023-03-28 Martin Braenne[clang][dataflow][NFC] Eliminate StmtToEnvMap interface.
2023-03-28 Martin Storsjö[lvm-windres] Try to match GNU windres regarding handli...
2023-03-28 Martin Storsjö[llvm-rc] Remove transitional preprocessing fallback...
2023-03-28 Martin Storsjö[llvm-rc] Fix the reference to the option for disabling...
2023-03-28 Martin Storsjö[llvm-rc] Look for "clang-<major>" when locating a...
2023-03-28 Martin Storsjö[llvm-rc] Respect the executable specified in the ...
2023-03-28 Nicolas Vasilache[mlir][Linalg][Transform] Drop spurious assertion in...
2023-03-28 Adrian Kuegel[mlir] Apply ClangTidy readability fix (NFC)
2023-03-28 Bjorn Pettersson[SimpleLoopUnswitch] Fix SCEV invalidation for unswitch...
2023-03-28 pvanhout[AMDGPU] Break-up large PHIs for DAGISel
2023-03-28 Petr Hosek[runtimes][CMake] Drop the check to see if linker works
2023-03-28 pvanhout[AMDGPU] Fold more AGPR copies/PHIs in SIFoldOperands
2023-03-28 Max Kazantsev[Test] Add two tests showing unprofitable case of Guard...
2023-03-28 Florian HahnRevert "[SLP] Check with target before vectorizing...
2023-03-28 Chris Cotter[clang-tidy] Ignore unevaluated exprs in rvalue-referen...
2023-03-28 Jakub Chlanda[NVPTX] Enforce half type support is present for builtins
2023-03-28 Nicolas Vasilache[mlir][Linalg][Transform] Add support to let `transform...
2023-03-28 Tom Stellardworkflows/release-tasks: Fix missing suffix on doxygen...
2023-03-28 Tom Stellardworkflows/release-tasks: Upload release notes as an...
2023-03-28 Petr Hosek[CMake] Unify llvm_check_linker_flag and llvm_check_com...
2023-03-28 Jonas Devlieghere[dsymutil] Initialize the debug map before loading...
2023-03-28 Kazu Hirata[llvm] Use isIntOrFPConstant (NFC)
2023-03-28 Johannes Doerfert[OpenMP] Resolve const cast issue introduced in D123446
2023-03-28 Johannes Doerfert[OpenMP][FIX] More AAExecutionDomain fixes
2023-03-28 Johannes Doerfert[OpenMP] Adjust generic state machine simplification CB
2023-03-28 Johannes Doerfert[Attributor][FIX] Account for blocks w/o predecessors
2023-03-28 Johannes Doerfert[OpenMP] Be smarter about the insertion point for dedup...
2023-03-28 Johannes Doerfert[OpenMP][NFC] Delete dead code
2023-03-28 Johannes Doerfert[OpenMP] Allow more tests to run on AMDGPU
2023-03-28 Lang Hames[mlir] Fix unit tests after LLVM commit 8b1771bd9f3.
2023-03-28 Lang Hames[mlir] Update JitRunner, ExecutionEngine after LLVM...
2023-03-28 AmosLewis[mlir][tosa] Add TOSA f64 type support for const op
2023-03-28 Yeting Kuo[RISCV] Support vector type strict_fma.
2023-03-28 Lang Hames[ORC] Add missing header.
2023-03-28 Lang Hames[ORC] Move most ORC APIs to ExecutorAddr, introduce...
2023-03-28 Peter Klausler[flang] Settle ambiguity between C795 and C721
2023-03-28 Craig Topper[RISCV] Move compressible registers to the beginning...
2023-03-28 Peter Klausler[flang] Catch impure defined assignments in DO CONCURRENT
2023-03-28 Vadim Paretsky[OpenMP] Fix an OpenMP Windows build problem
2023-03-28 Peter Klausler[flang] Detect image control statements in non-construc...
2023-03-28 Usman AkinyemiAdded instruction to join the llvm discourse and discor...
2023-03-28 Peter Klausler[flang] Tune handling of LEN type parameter discrepanci...
2023-03-27 Peiming Liu[mlir][sparse] rephrase the documentation for sparse...
2023-03-27 Jonas Devlieghere[dsymutil] Add the ability to generate universal binari...
2023-03-27 Peter Klausler[flang] Consolidate and enhance pointer assignment...
2023-03-27 Peiming Liu[mlir][sparse] add create-sparse-deallocs options to...
2023-03-27 Peter Klausler[flang] Catch more bad DATA statement objects
2023-03-27 Jakob Leifhelm[llvm-c][ORC] Fix LLVMOrcObjectLayerAddObjectFileWithRT.
2023-03-27 Joseph Huber[NVPTX] Add __CUDA_ARCH__ macro to standalone NVPTX...
2023-03-27 Jorge Gorbe... [lldb] Fix double free in python bindings error handling.
2023-03-27 Hongtao Yu[NFC][scciter] Update code comments.
2023-03-27 Peter Klausler[flang] Move SAVE attribute checks to declaration checking
2023-03-27 Peter Klausler[flang] Fix check for PRIVATE override of PUBLIC t...
2023-03-27 Peter Klausler[flang] Reimplement C1406 check as a warning
2023-03-27 Mikhail R.... [libc] Fix longjmp's fake return in x86_64
2023-03-27 Alexander Yermolovich[DWARF][GDB INDEX] Fix to deal with constant pool de...
next