platform/upstream/llvm.git
2023-02-13 David Stuttard[Coroutines] Improve rematerialization stage
2023-02-13 David Stuttard[Coroutines] Presubmit test for more coro remats
2023-02-13 Samuel Parker[ARM] O3-pipeline fix
2023-02-13 Tom Eccles[flang] RFC: -fstack-arrays
2023-02-13 Tom Eccles[flang][hlfir] lower hlfir.sum into fir runtime call
2023-02-13 Tom Eccles[flang] lower sum intrinsic to hlfir.sum operation
2023-02-13 Tom Eccles[flang] add hlfir.sum operation
2023-02-13 Markus Böck[mlir][SCFToOpenMP] Add pass option to emit LLVM opaque...
2023-02-13 Markus Böck[mlir][Vector] add pass option to `convert-vector-to...
2023-02-13 Tom Eccles[flang] use mlir::LoopLikeOpInterface::blockIsInLoop
2023-02-13 David Spickett[LLDB] Apply FixCodeAddress to all forms of address...
2023-02-13 Roger Ferrer... Adjust #pragma warning so GCC is not unhappy
2023-02-13 Quentin Colombet[mlir][LinAlgTransformOps][NFC] Use emitSilenceableError
2023-02-13 Samuel Parker[HardwareLoops] NewPM support.
2023-02-13 Pierrick BouvierAdd build for Windows on Arm in packaging script
2023-02-13 David Spickett[llvm][TableGen][Jupyter] Show llvm-tblgen not found...
2023-02-13 Chuanqi Xu[NFC] Set C++20 Named Modules for CodeGen in ASTContext...
2023-02-13 Kadir Cetinkaya[clangd] Drop includes from disabled PP regions in...
2023-02-13 Kadir Cetinkaya[clangd] Fix bugs in main-file include patching for...
2023-02-13 Maksim Kazantsev... [Test][SCEV] Add a test where the trip count can't...
2023-02-13 Christian Ulmann[milr][llvm] Add remaining loop metadata support
2023-02-13 Tobias HietaRevert "[CMake] Remove custom ccache CMake logic"
2023-02-13 Tobias Gysi[mlir][llvm] Improve LoadOp and StoreOp import.
2023-02-13 Tobias Hieta[CMake] Remove custom ccache CMake logic
2023-02-13 LLVM GN Syncbot[gn build] Port b7b28c6cfe04
2023-02-13 Siva Chandra... [clang-tidy][libc] Add an inline function checker for...
2023-02-13 Kazu Hirata[AMDGPU] Use llvm::bit_cast (NFC)
2023-02-13 Carlos Alberto... [llvm-debuginfo-analyzer] LLVM 16.0.0-rc1 Failing test...
2023-02-13 Kazu Hirata[llvm] Deprecate PowerOf2Floor and ByteSwap_{16,32,64}
2023-02-13 Kazu Hirata[x86] Move combineAddOrSubToADCOrSBB within the source...
2023-02-13 Kazu Hirata[X86] Precommit tests for D143838
2023-02-13 Chuanqi XuRecommit [C++20] [Modules] [ClangScanDeps] Enable to...
2023-02-13 Chuanqi XuRecommit [C++20] [Modules] [ClangScanDeps] Allow clang...
2023-02-13 Chuanqi XuRecommit [C++20] [Modules] [ClangScanDeps] Add ClangSca...
2023-02-13 Peter Klausler[flang] Handle forward references to modules
2023-02-13 Phoebe Wang[X86][FP16] Add tests to show suboptimal codegen, NFC
2023-02-13 Peter Klausler[flang] Warn on overflow folding DIM()
2023-02-13 Peter Klausler[flang] Catch misuse of a procedure designator as an...
2023-02-12 LLVM GN Syncbot[gn build] Port 2a06757a200c
2023-02-12 Adrian Vogelsgesang[libc++][spaceship] Implement `lexicographical_compare_...
2023-02-12 Florian Hahn[LV] Update recipe builder functions to pass VPlan...
2023-02-12 Kiran Chandramohan[Flang][OpenMP][NFC] Remove usage of else after return
2023-02-12 Kazu Hirata[Support] Use llvm::popcount (NFC)
2023-02-12 Lang Hames[ORC] Add MachOPlatform::Create overload -- Pass ORC...
2023-02-12 Peter Klausler[flang] Fix crash on SELECT RANK
2023-02-12 Kazu Hirata[llvm] Deprecate llvm::count{Leading,Trailing}{Zeros...
2023-02-12 Adrian Vogelsgesang[libc++][NFC] Fix formatting in ranges status page
2023-02-12 Peter Klausler[flang] Warn about construct names that are not distinc...
2023-02-12 Jonas Devlieghere[lldb] Add the ability to provide a message to a progre...
2023-02-12 Simon Pilgrim[X86] combineConcatVectorOps - concatenate 512-bit...
2023-02-12 Simon Pilgrim[X86] Add some basic matrix multiplication test coverage
2023-02-12 Kiran Chandramohan[Flang][OpenMP][NFC] Correct a few instances of variabl...
2023-02-12 David Green[AArch64] Regenerate and extend zip1 tests. NFC
2023-02-12 Simon PilgrimBlockFrequencyInfoImpl.cpp - add missing closing namesp...
2023-02-12 Simon PilgrimBlockFrequencyInfoImpl.h - use auto* for pointer types...
2023-02-12 Simon PilgrimBlockFrequency.h - add missing closing namespace commen...
2023-02-12 Valentin Clement[flang] Support polymorphic inputs for the TRANSPOSE...
2023-02-12 Simon Pilgrim[X86] combinePredicateReduction - attempt to fold subve...
2023-02-12 Corentin Jabot[Clang] Add the list of approved (Issaquah) C++ papers...
2023-02-12 Simon PilgrimDemandedBits.cpp - use auto* when initializing from...
2023-02-12 Simon PilgrimRegisterPressure.h - consistently initialize all pointe...
2023-02-12 Simon PilgrimRevert rG23cb32c6d5bda0919cc1ef129917ceb2dbf1b1b8 ...
2023-02-12 Martin StorsjöRevert "[AArch64] Reassociate sub(x, add(m1, m2)) to...
2023-02-12 Sanjay Patel[InstCombine] canonicalize cmp+select as smin/smax
2023-02-12 Sanjay Patel[InstCombine] add tests for disguised smin/smax; NFC
2023-02-12 Benjamin Kramer[bazel][libc] Add a few more missing dependency that...
2023-02-12 NAKAMURA Takumillvm-tblgen: Apply IWYU in some files
2023-02-12 NAKAMURA TakumiCodeGenTarget.cpp: Reformat.
2023-02-12 NAKAMURA TakumiLLVMFuzzerCLI: [CMake] Prune the last PARTIAL_SOURCES_I...
2023-02-12 NAKAMURA TakumiLLVMProcessSources.cmake: Improve PARTIAL_SOURCES_INTENDED.
2023-02-12 Michael BuchReland "[lldb][DWARFASTParserClang] Attach linkage...
2023-02-12 Kriti Gupta[test] Remove occurences of br undef in Transform/Util...
2023-02-12 NAKAMURA TakumiRevert "[C++20] [Modules] [ClangScanDeps] Add ClangScan...
2023-02-12 NAKAMURA TakumiRevert "[C++20] [Modules] [ClangScanDeps] Allow clang...
2023-02-12 NAKAMURA TakumiRevert "[ClangScanDeps] Add UNSUPPORTED: system-windows...
2023-02-12 Hsiangkai Wang[docs] Make consistent between MLIR tutorial doc and...
2023-02-12 Hsiangkai Wang[AArch64] Consider tiny code model in emitLoadFromConst...
2023-02-12 Amir Ayupov[Clang][perf-training] Remove trailing whitespace in...
2023-02-12 Kazu Hirata[AArch64] Use llvm::countr_{zero,one} (NFC)
2023-02-12 Lang Hames[JITLink] Don't initialize local ArrayRefs with initial...
2023-02-12 Craig Topper[RISCV] Remove dead code from RISCVDAGToDAGISel::select...
2023-02-11 Mircea TrofinSpecify target triple for bb-prefix-dump.ll
2023-02-11 Lang Hames[JITLink] Add explicit conversion to silence warnings...
2023-02-11 Hui[libcxx][ranges] mark new join view tests unsupported...
2023-02-11 Craig Topper[RISCV] Fix mistake in comment. NFC
2023-02-11 Lang Hames[JITLink][ORC] Add LinkGraph::allocateCString method.
2023-02-11 Hui[libc++] fix `shared_ptr`'s incorrect constraints
2023-02-11 Simon Pilgrim[X86] combineX86ShufflesRecursively - treat ISD::TRUNCA...
2023-02-11 Nikolas Klauser[libc++] Enable radability-identifier-naming for local...
2023-02-11 LLVM GN Syncbot[gn build] Port 3d4e9d5eb0f7
2023-02-11 Lang Hames[JITLink] Add a predicate to test for C-string blocks.
2023-02-11 Lang Hames[ORC] Move ORC-specific object format details into...
2023-02-11 NAKAMURA Takumillvm/utils/TableGen/CodeGenIntrinsics.h: Fix a comment...
2023-02-11 Louis Dionne[libc++][NFC] Reorganize the std::pair constructor...
2023-02-11 NAKAMURA TakumiLLVMTableGenGlobalISel: Provide `INTERFACE_INCLUDE_DIRE...
2023-02-11 Louis Dionne[libc++][NFC] Change some std::pair tests from .compile...
2023-02-11 Nikolas Klauser[libc++] Remove _LIBCPP_CONSTEVAL
2023-02-11 Louis Dionne[libc++][NFC] Fix leftover #endif comments
2023-02-11 Louis Dionne[libc++][NFC] Use using instead of typedef in pair.h
2023-02-11 Louis Dionne[libc++][NFC] Always define __non_trivially_copyable_ba...
next