platform/upstream/llvm.git
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...
2023-02-11 Louis Dionne[libc++][NFC] Use std:: instead of _VSTD:: in pair.h
2023-02-11 Louis Dionne[libc++][NFC] Use >= 23 instead of > 20 in pair.h
2023-02-11 Louis Dionne[libc++][NFC] Use std:: instead of _VSTD:: in construct...
2023-02-11 Tue Ly[libc] Update dependency for __support_fputil_nearest_i...
2023-02-11 Hui[libc++][ranges] move all range iterators back in class
2023-02-11 Hui[libcxx][ranges] revert join_view::iterator and sentine...
2023-02-11 Markus Böck[X86][Win64] Precommit test for D143812
2023-02-11 Simon Pilgrim[X86] combineVectorInsert - pull out Vec/Scl/Idx operan...
2023-02-11 Simon Pilgrim[X86] combineX86ShufflesRecursively - don't widen shuff...
2023-02-11 Tobias GysiReland "[mlir][func] Use the generated pass options...
2023-02-11 Aiden Grossman[MLGO] Disable BB Profile Dump Test on NVPTX
2023-02-11 Aiden Grossman[MLGO] Enable BB Profile Dump Test without TFLite
2023-02-11 Tobias GysiRevert "[mlir][func] Use the generated pass options...
2023-02-11 Tobias Gysi[mlir][func] Use the generated pass options in func...
2023-02-11 Darshan Bhat[DFAPacketizer] Move DefaultVLIWScheduler class declara...
2023-02-11 Vlad Serebrennikov[clang] Add test for CWG1111
2023-02-11 Vlad Serebrennikov[clang][NFC] Add another example to CWG952 test
next