platform/upstream/llvm.git
2022-08-07 Fangrui Song[llvm] LLVM_NODISCARD => [[nodiscard]]. NFC
2022-08-07 Fangrui Song[lld] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-06 Fangrui SongRevert "[SampleProfileInference] Work around odr-use...
2022-08-06 Fangrui SongRevert "[lld-macho] Work around odr-use of const non...
2022-08-06 Fangrui Song[clang-tidy] Fix g++ -DCMAKE_CXX_STANDARD=17 build
2022-08-06 Fangrui Song[ADT] Fix signature of StringSet::insert
2022-08-06 Shilei Tian[Clang][OpenMP] Fix the issue that `llvm.lifetime.end...
2022-08-06 Tom Stellardlld/cmake: Drop use of llvm-config for LLVM install...
2022-08-06 Tom Stellardclang/cmake: Drop use of llvm-config for LLVM install...
2022-08-06 Benjamin Kramer[bazel] Switch to C++17
2022-08-06 Aarush Bhatclang: fix typo availbility
2022-08-06 Krzysztof Parzyszek[RDF] Use default TargetOperandInfo if not given in...
2022-08-06 Thorsten Schütt[bolt] silence unused variables warnings
2022-08-06 Krzysztof Parzyszek[RDF] Remove explicit template arguments from Print
2022-08-06 Kazu HirataUse value instead of getValue (NFC)
2022-08-06 Kazu Hirata[mlir, flang] Use has_value instead of hasValue (NFC)
2022-08-06 Aaron BallmanUpdate the status of some more C DRs
2022-08-06 Benjamin Kramer[bazel] Port 1c5a50e32815a49a41d79ff529ca8611ee49c5c8
2022-08-06 Adrian Vogelsgesang[libc++] Remove `operator!=` from `type_info` in C++20
2022-08-06 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `unique_ptr`
2022-08-06 Chen Zheng[NFC] add test cases for D123366
2022-08-06 Chen Zheng[PowerPC] fix stack size allocated for float point...
2022-08-06 Nico Weber[gn build] fix 547c551925c8f4dd
2022-08-06 Nico Weber[gn build] Try to fix build on linux after std=c++17...
2022-08-06 Markus Böck[llvm] Remove uses of deprecated `std::iterator`
2022-08-06 Markus Böck[mlir][tblgen] Refact mlir-tblgen main into its own...
2022-08-06 Nico Weber[gn build] port b1356504e63ae better (c++17)
2022-08-06 Nico Weber[gn build] port b1356504e63ae (c++17)
2022-08-06 Benjamin Kramer[bazel] Add missing dependency after 713f85d5952ab27d47...
2022-08-06 Fangrui Song[ELF] toString(const InputFile *): synchronize toString...
2022-08-06 Leon ClarkTransform illegal intrinsics to V_ILLEGAL
2022-08-06 Tobias Hieta[LLVM] Update C++ standard to 17
2022-08-06 Jun Zhang[Clang][Lex] Extend HeaderSearch::LookupFile to control...
2022-08-06 Chen Zheng[NFC] add test case for D129558
2022-08-06 Slava Gurevich [LLDB] Missing break in a switch statement alters...
2022-08-06 Fangrui Song[ELF][AArch64] Fix potentially corrupted section conten...
2022-08-06 Fangrui Song[ELF] Keep only getTarget() call. NFC
2022-08-06 Argyrios Kyrtzidis[test/Modules/cxx20-export-import.cpp] Pre-clean the...
2022-08-06 Fangrui Song[ELF] mergeCmp: work around irreflexivity bug
2022-08-05 Nico Weberunbreak Modules/cxx20-export-import.cpp with LLVM_APPEN...
2022-08-05 Xiang Li[HLSL] emit-obj when set output.
2022-08-05 Joseph Huber[CUDA] Fix output name being replaced in device-only...
2022-08-05 Argyrios Kyrtzidis[Serialization] Remove `ORIGINAL_PCH_DIR` record
2022-08-05 Keith Smiley[Sanitizer][Darwin] Support OS versions before DRIVERKIT
2022-08-05 Fangrui Song[ELF][PPC64] Fix potentially corrupted section content...
2022-08-05 Eugene Zhulenev[mlir] Use SymbolTableCollection to lookup referenced...
2022-08-05 Konstantin... [libc++][ranges][NFC] Mark the completed Ranges papers...
2022-08-05 Filipp Zhinkin[DAGCombiner] Hoist funnel shifts from logic operation
2022-08-05 Konstantin... [libc++][ranges][NFC] Make sure all implemented algorit...
2022-08-05 Lang Hames[ORC] Fix a memory leak in LLVMOrcIRTransformLayerSetTr...
2022-08-05 Lang Hames[examples][ORC] Add missing call to LLVMDisposeBuilder...
2022-08-05 Eugene Zhulenev[mlir] Implement SymbolUserOpInterface in LLVM::CallOp
2022-08-05 Jakub Kuderski[mlir][spirv] Define spv.IAddCarry
2022-08-05 Vitaly Buka[NFC][Inliner] Add Load/Store handler
2022-08-05 Ruobing Han[test][SimpleLoopUnswitch] Precommit test for D129599
2022-08-05 Florian Mayer[HWASan] Remove incorrect unreachable.
2022-08-05 Amaury Séchet[NFC] Regenerates X86's win64-bool.ll
2022-08-05 Slava Zakharin[flang] Lower MOD to Fortran runtime call.
2022-08-05 Craig Topper[RISCV] Don't use li+sh3add for constants that can...
2022-08-05 Tobias Hieta[llvm][macos] Fix usage of std::shared_mutex on old...
2022-08-05 Rashmi Muddulurufixes clang-tidy/checks/list.rst: a line was accidental...
2022-08-05 Ben Langmuir[clang][modules] Don't depend on sharing FileManager...
2022-08-05 Ben Langmuir[clang] Fix redirection behaviour for cached FileEntryRef
2022-08-05 Jack Kirk[CUDA] Fixed sm version constrain for __bmma_m8n8k128_m...
2022-08-05 Philip Reames[RISCVInsertVSETVLI] Remove an unsound optimization
2022-08-05 Zhaoshi Zheng[WinEH][ARM64] Split Unwind Info for Fucntions Larger...
2022-08-05 Slava Zakharin[flang] Propagate lowering options from driver.
2022-08-05 Jonas Devlieghere[lldb] Improve EXC_RESOURCE exception reason
2022-08-05 Jeff Bailey[libc] Update look and feel of libc.llvm.org
2022-08-05 Jim InghamReapply the commits to enable accurate hit-count detect...
2022-08-05 Eugene Zhulenev[mlir] Use SymbolUserOpInterface in LLVM::AddressOfOp...
2022-08-05 Lei Zhang[mlir][spirv] Add default Vulkan memory space to storag...
2022-08-05 Lei Zhang[mlir][spirv] Add a pass to map memref memory space
2022-08-05 Sanjay Patel[InstSimplify] make uses of isImpliedCondition more...
2022-08-05 Paul Walker[SVE] Expand DUPM patterns to handle all integer vector...
2022-08-05 Than McIntoshtsan: fix bug in shadow reset introduced in D128909
2022-08-05 Sanjay Patel[InstSimplify] use isImpliedCondition() instead of...
2022-08-05 Filipp Zhinkin[x86] add tests for bitwise logic of funnel shifts...
2022-08-05 Nikita PopovRevert "[compiler-rt][CMake] Enable TF intrinsics on...
2022-08-05 Tue Ly[libc] Implement sincosf function correctly rounded...
2022-08-05 Mirko Brkusanin[AMDGPU] Remove unused MIMG tablegen variants
2022-08-05 Aaron BallmanRemoving redundant code; NFC
2022-08-05 Alexander BelyaevRevert "[mlir] Extract offsets-sizes-strides computatio...
2022-08-05 Dawid Jurczak[NFC] Add SmallVector constructor to allow creation...
2022-08-05 David Green[ConstProp] Don't fallthorugh for poison constants...
2022-08-05 David Spickett[llvm][IROutliner] Account for return void in sort...
2022-08-05 Phoebe Wang[X86] Move getting module flag into `runOnMachineFuncti...
2022-08-05 Dimitry Andric[CMake] Find python before searching for python modules
2022-08-05 Chuanqi Xu[NFC] Requires x86-registered-target for test/pr56919.cpp
2022-08-05 Balázs Kéri[clang][analyzer] Add more wide-character functions...
2022-08-05 Nathan James[clangd] Change the url for clang-tidy check documentation
2022-08-05 wanglei[LoongArch] Implement more of the ABI
2022-08-05 David Green[AArch64] Tone down the number of repeated fmov N2...
2022-08-05 Chuanqi Xu[Coroutines] Remove lifetime intrinsics for spliied...
2022-08-05 David Green[AArch64][GlobalISel] Recognise some CCMPri
2022-08-05 Xiang Li[NFC][HLSL] Fix build error caused missing typo update.
2022-08-05 Xiang Li[NFC][HLSL] Fix typo in CGHLSLRuntime.
2022-08-05 Austin Kerbow[AMDGPU] Pre-commit tests for D130797
2022-08-05 Timm Bäder[clang] Consider array filler in MaybeElementDependentA...
2022-08-05 Timm Bäder[clang][sema] Fix collectConjunctionTerms()
next