platform/upstream/llvm.git
2022-12-17 Fangrui Songllvm::Optional::value => operator*/operator->
2022-12-17 Christudasan... [AMDGPU][SILowerSGPRSpills] Spill SGPRs to virtual...
2022-12-17 Christudasan... [CodeGen] Additional Register argument to storeRegToSta...
2022-12-17 Christudasan... [CodeGen] Use cloneVirtualRegister in LiveIntervals...
2022-12-17 Christudasan... [CodeGen] Use delegate to notify targets when virtual...
2022-12-17 Christudasan... [AMDGPU][SIFrameLowering] Use the right frame register...
2022-12-17 Christudasan... [AMDGPU] Preserve only the inactive lanes of scratch...
2022-12-17 Christudasan... [AMDGPU][SIFrameLowering] Unify PEI SGPR spill saves...
2022-12-17 Christudasan... [AMDGPU] Separate out SGPR spills to VGPR lanes during PEI
2022-12-17 Christudasan... [AMDGPU] Correctly set IsKill flag for VGPR spills...
2022-12-17 Christudasan... [AMDGPU] Add WWM reserved VGPRs to WWMSpills
2022-12-17 Christudasan... [AMDGPU] Callee must always spill writelane VGPRs
2022-12-17 Fangrui Song[mlir] llvm::Optional::value => operator*/operator->
2022-12-17 Fangrui Song[llvm] llvm::Optional::value => operator*/operator->
2022-12-17 Fangrui Song[clang] llvm::Optional::value => operator*/operator->
2022-12-17 Fangrui Song[clangd] llvm::Optional::value => operator*/operator->
2022-12-17 ziqingluo-90[-Wunsafe-buffer-usage] Ignore array subscript on liter...
2022-12-17 Fangrui Song[lld] llvm::Optional::value => operator*/operator->
2022-12-17 Fangrui Song[lldb] llvm::Optional::value => operator*/operator->
2022-12-17 Fangrui Songllvm::Optional::value => operator*/operator->
2022-12-17 ziqingluo-90[-Wunsafe-buffer-usage] Improve pointer matching pattern
2022-12-17 Fangrui Song[mlir] std::optional::value => operator*/operator->
2022-12-17 Fangrui Song[flang] std::optional::value => operator*/operator->
2022-12-17 Fangrui Song[lld] std::optional::value => operator*/operator->
2022-12-17 Wenzel Jakob[C-API] Add example code to exercise new MCJIT-like...
2022-12-17 Lang Hames[C-API] LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITM...
2022-12-17 Fangrui Songstd::optional::value => operator*/operator->
2022-12-17 Vy NguyenReland 2nd attempt: [lld-macho] Fix bug in reading...
2022-12-17 Yingchi Long[RISCV][VP] support vp.reduce.mul by ExpandVectorPredic...
2022-12-17 Artem Dergachev[-Wunsafe-buffer-usage] NFC: Implement fix-strategies...
2022-12-17 Benoit JacobAllow non-constant divisors in affine mod, floordiv...
2022-12-17 Roman LebedevReland "[SimplifyCFG] `FoldBranchToCommonDest()`: deal...
2022-12-17 Roman Lebedev[IR][PatternMatch] `m_Not`: do not apply inner matcher...
2022-12-17 Roman Lebedev[NFC][InstCombine] Simplify miscompile testcase
2022-12-17 Roman Lebedev[NFC][InstCombine] Add some readability by using `Decom...
2022-12-17 Peter Klausler[flang] Catch attempts to initialize allocatable compon...
2022-12-17 Fangrui Songclang/unittests/Basic/SarifTest.cpp: std::optional...
2022-12-17 Mitch PhillipsRevert "[Attributor][NFCI] Update tests according to...
2022-12-17 Mitch PhillipsRevert "[Attributor] Introduce AA[Intra/Inter]Reachability"
2022-12-17 Mitch PhillipsRevert "[OpenMP][FIX] Restrict more unsound assmptions...
2022-12-17 Mitch PhillipsRevert "[Attributor][FIX] Avoid memory leakage through...
2022-12-17 Mitch PhillipsRevert "[Attributor][FIX] Try to prevent a potential...
2022-12-17 Mitch PhillipsRevert "[Attributor][FIX] Allow negative offsets for...
2022-12-17 Mitch PhillipsRevert "[AAPointerInfo] handle multiple offsets in...
2022-12-17 Mitch PhillipsRevert "Revert "[AAPointerInfo] handle multiple offsets...
2022-12-17 Mitch PhillipsRevert "[AAPointerInfo] handle multiple offsets in...
2022-12-17 Fangrui Songstd::optional::value => operator*/operator->
2022-12-17 ziqingluo-90[-Wunsafe-buffer-usage] Add warnings for unsafe buffer...
2022-12-17 Nico Weber[gn] port 7d2c1150d31b
2022-12-17 Peter Klausler[flang] Prevent crash in error case: elemental with...
2022-12-17 Kevin Sala[NFC][OpenMP] Fix format for recent changes on OMPGridV...
2022-12-17 Fangrui Songstd::optional::value => operator*/operator->
2022-12-17 Kevin Sala[OpenMP] Increase max teams in OMPGridValues
2022-12-17 Siva Chandra... [libc][Obvious] Add missing deps for a few targets.
2022-12-17 Mircea TrofinRevert "[InlineAdvisor] Allow loading advisors as plugins"
2022-12-17 ibricchi[InlineAdvisor] Allow loading advisors as plugins
2022-12-16 Mircea Trofin[NFC] Add llvm-config.h def for LLVM_ENABLE_PLUGINS
2022-12-16 Fangrui Song-Wunsafe-buffer-usage: fix build when -DLLVM_ENABLE_ASS...
2022-12-16 Fangrui Song[CodeGen] std::optional::value => operator*/operator->
2022-12-16 David BlaikieEnsure clang test doesn't write out to the source directory
2022-12-16 Fangrui Song[Transforms,CodeGen] std::optional::value => operator...
2022-12-16 David Blaikieclang/test/CodeCompletion: Simplify/fix some `touch...
2022-12-16 Arthur Eubanks[lldb][NFC] Remove unused/unimplemented Type methods
2022-12-16 Murali Vijayaraghavan[mlir][linalg] Creating named 1D pooling ops
2022-12-16 Peter Klausler[flang][runtime] Allow CLASS(*) components when creatin...
2022-12-16 Artem Dergachev[-Wunsafe-buffer-usage] NFC: Introduce an abstraction...
2022-12-16 Kevin Sala[OpenMP][libomptarget] Add AMDGPU NextGen plugin with...
2022-12-16 Kevin Sala[OpenMP][libomptarget] Add missing symbols in dynamic_hsa
2022-12-16 Fangrui Song[Transforms,InstCombine] std::optional::value => operat...
2022-12-16 Fangrui Songstd::optional::value => operator*/operator->
2022-12-16 Adrian PrantlTemporarily skip test under ASAN
2022-12-16 Dave Lee[lldb] Report clang module build remarks
2022-12-16 Peter Klausler[flang] Correct folding of EXTENDS_TYPE_OF()
2022-12-16 Jacques Pienaar[mlir-c] Add method to create unmanaged dense resource...
2022-12-16 Emilia Dreamer[clang-format] Don't require deduction guides to be...
2022-12-16 Hanhan Wang[mlir][tensor] Implement TilingInterface for unpack op
2022-12-16 Adrian PrantlFix a syntax error
2022-12-16 Paul Robinson[fuzzer] Fix UNSUPPORTED criteria for two tests
2022-12-16 Fangrui SongError: Replace value() with operator*
2022-12-16 Fangrui Song[mlir] Drop uses of operator<<(raw_ostream &OS, const...
2022-12-16 Valentin Clement[flang] Fix fir.dispatch_table generation with derived...
2022-12-16 Valentin Clement[flang] Unlimited polymoprhic allocation with intrinsic...
2022-12-16 Jeffrey Byrnes[AMDGPU][SIFrameLowering] Mark VGPR used for AGPR spill...
2022-12-16 Roman LebedevRevert "[SROA] `isVectorPromotionViable()`: memory...
2022-12-16 Fangrui Song[mlir] Drop uses of operator<<(raw_ostream &OS, const...
2022-12-16 Fangrui Song[clangd] Migrate uses of operator<<(raw_ostream &OS...
2022-12-16 Haowei Wu[vfs] Allow root paths relative to the vfsoverlay YAML...
2022-12-16 Nathan Ridge[clangd] Remove ReferenceFinder::Reference::Target
2022-12-16 Peter Klausler[flang] Don't crash attempting to fold absurdly large...
2022-12-16 Craig Topper[InstCombine] Remove code duplication between InstCombi...
2022-12-16 Paul Robinson[fuzzer] Convert tests to check 'target=...'
2022-12-16 Nathan Ridge[CodeComplete] Offer completions for headers with exten...
2022-12-16 Fangrui Song[trace] Migrate uses of operator<<(raw_ostream &OS...
2022-12-16 Matt ArsenaultFunction: Respect IgnoreLLVMUsed with addrspacecasted...
2022-12-16 Paul Robinson[compiler-rt/cfi] Convert tests to check 'target=...'
2022-12-16 David Goldblatt[AA][Intrinsics] Add separate_storage assumptions.
2022-12-16 Paul Robinson[compiler-rt/builtins] Convert tests to check 'target...
2022-12-16 SpriteCorrect typos (NFC)
2022-12-16 Peter Klausler[flang] Expunge needless semantics::ProcInterface
2022-12-16 Paul Robinson[asan] Convert more tests to check 'target=...'
next