platform/upstream/llvm.git
2022-10-07 Maksim Panchenko[BOLT][NFC] Remove text section assertion
2022-10-07 Michael Jones[libc] add strsignal and refactor message mapping
2022-10-07 Kadir Cetinkaya[clangd] Fix buildbots after d1f13c54f172875d9a14c46c09...
2022-10-07 Arthur Eubanks[opt] Remove temporary legacy pass name translations
2022-10-07 Michael Jones[libc] add strerror_r function
2022-10-07 Xiang Li[Docs] [HLSL] Add note about PCH support
2022-10-07 Shilei Tian[NFC] Remove trailing white space in openmp/libomptarge...
2022-10-07 Shilei Tian[Clang][OpenMP] Add one missing form of atomic compare...
2022-10-07 Sanjay Patel[InstCombine] propagate 'exact' when converting ashr...
2022-10-07 Sanjay Patel[InstCombine] add tests for ashr exact; NFC
2022-10-07 Sanjay Patel[InstCombine] add tests for sdiv-of-shl-1; NFC
2022-10-07 Andrzej Warzynski[flang][nfc] Relocate a few driver tests
2022-10-07 Florian HahnRevert "[SCEV] Support clearing Block/LoopDispositions...
2022-10-07 Ellis Hoag[InstrProf][llvm-profdata] Dump profile correlation...
2022-10-07 Ellis Hoag[llvm-profdata] Add --output-format option
2022-10-07 Nicolas Vasilache[mlir][Linalg] Retire LinalgStrategyPadPass and filter...
2022-10-07 Joseph Huber[Libomptarget] Remove debug definitions DeviceRTL's...
2022-10-07 Krzysztof Parzyszek[Hexagon] Formatting changes, NFC
2022-10-07 Krzysztof Parzyszek[Hexagon] Add couple of helper functions in HexagonVect...
2022-10-07 Jacques Pienaar[mlir][doc] Remove trailing whitespace (NFC)
2022-10-07 Nicolas Vasilache[mlir][Linalg] Retire LinalgStrategyDecomposePass and...
2022-10-07 Nicolas Vasilache[mlir][Transform] Add a transform.split_handles operati...
2022-10-07 Krzysztof Parzyszek[Hexagon] Add default parameter to HexagonVectorCombine...
2022-10-07 Krzysztof Parzyszek[Hexagon] Make HexagonSubtarget::isHVXVectorType take...
2022-10-07 Sanjay Patel[InstCombine] refactor sdiv by (negative) power-of...
2022-10-07 Sanjay Patel[InstCombine] add tests for udiv with common factor...
2022-10-07 Sanjay Patel[InstCombine] add tests for udiv with shift-left diviso...
2022-10-07 Kazu Hirata[AMDGPU] Fix a warning
2022-10-07 Krzysztof Parzyszek[Hexagon] Replace llvm::Optional with std::optional...
2022-10-07 Krzysztof Parzyszek[Hexagon] Constify member refererence, NFC
2022-10-07 Yaxun (Sam... Fix test bool-range.cu
2022-10-07 Nikita Popov[LICM] Add test for single thread model promotion ...
2022-10-07 Joseph Huber[Libomptarget] Clean up DeviceRTL CMake and remove...
2022-10-07 Florian Hahn[SCEV] Support clearing Block/LoopDispositions for...
2022-10-07 Soumi Manna[analyzer] Fix static code analysis concerns
2022-10-07 Kiran Chandramohan[Flang] Use the ultimate symbol in a DeallocateStmt...
2022-10-07 Yaxun (Sam... [AMDGPU] Disable bool range metadata to workaround...
2022-10-07 Chris Bieneman[CMake] Small fix to HLSL header install paths
2022-10-07 Alex Zinenko[mlir][doc] clarify (ir)recoverable failures in transfo...
2022-10-07 Sylvestre LedruFix typos - show in the binary
2022-10-07 Nikita Popov[OpenMP] Convert more tests to opaque pointers (NFC)
2022-10-07 Bjorn Pettersson[test][ExpandMemCmp] Convert test cases to opaque point...
2022-10-07 Bjorn Pettersson[ValueTracking][SimplifyLibCalls] Fix bug in getConstan...
2022-10-07 Bjorn Pettersson[SimplifyLibCalls] Pre-commit test case showing bug...
2022-10-07 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct v_fmac_.*_e64_dpp
2022-10-07 Erich Keane[Concepts] Fix friend duplicate detection when referenc...
2022-10-07 Dmitry Preobrazhensky[AMDGPU][GFX11][NFC] Refactor VOPD handling in codegen
2022-10-07 Jan Sjodin[OpenMP][OMPIRBuilder] Remove calls to dump in test
2022-10-07 Nikita Popov[OpenMP] Convert tests to opaque pointers (NFC)
2022-10-07 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Add VOPD VGPR bank access validation
2022-10-07 Christudasan... [MachineInstr] Use unsigned int for opcode (NFC)
2022-10-07 Aleksandr Platonov[clang] Make variables of undeduced types to have depen...
2022-10-07 Hans WennborgRevert "Thread safety analysis: Support copy-elided...
2022-10-07 Haojian Wu[SourceManager] Fix the incorrect counting stats in...
2022-10-07 Valentin Clement[flang] Allow fir.class in AnyRefOrBox
2022-10-07 Nikita Popov[CodeGen] Convert tests to opaque pointers (NFC)
2022-10-07 Jan Sjodin[OpenMP][OMPIRBuilder] Migrate emitOffloadingArraysArgu...
2022-10-07 Manuel Brito[clang][CodeGen] Use poison instead of undef as placeho...
2022-10-07 Adrian Kuegel[mlir][Bazel] Port d85f6e5d57f38f0cbbc756484e3a93ae89b11195
2022-10-07 Hans WennborgRevert "[lld/mac] Port typo correction for undefined...
2022-10-07 zhongyunde[AArch64] Lower multiplication by a constant int to...
2022-10-07 Tobias Gysi[mlir][llvmir] Import intrinsics with attributes from...
2022-10-07 Florian Hahn[ConstraintElimination] Convert to unsigned Pred if...
2022-10-07 Matthias Springer[mlir][bufferize][NFC] Address review comments of D135420
2022-10-07 Uday Bondhugula[MLIR][Affine] Fix crash in normalizeMemRefType
2022-10-07 Nikita Popov[LoopPeeling] Support peeling loops with non-latch...
2022-10-07 Hans WennborgKeep inherited dllimport/export attrs for explicit...
2022-10-07 Kadir Cetinkaya[clangd][Tweak] Make sure enclosing function doesnt...
2022-10-07 Nikita Popov[ValueTracking] Remove unused Offset argument in getCon...
2022-10-07 David Spickett[LLDB] Add "frame select" as equivalent of GDB's "frame...
2022-10-07 eopXD[LangRef] Fix too short title underline
2022-10-07 eopXD[VP][RISCV] Add vp.roundtozero and its RISC-V support
2022-10-07 David Spickett[LLDB] Fix crash when printing a struct with a static...
2022-10-07 Dmitry Makogon[LoopPredication] Insert assumes of conditions of predi...
2022-10-07 Nikita Popov[llvm-reduce] Fix unused variable warning (NFC)
2022-10-07 Vignesh Balasubramanian[OpenMP] [OMPD] Build gdb-plugin code only when python3...
2022-10-07 Nikita PopovReapply [InstCombine] Switch foldOpIntoPhi() to use...
2022-10-07 David Spickett[LLDB] Fix printing a static bool struct member when...
2022-10-07 Nikita Popov[InstCombine] Add test for foldOpIntoPhi() context...
2022-10-07 Pierre van... [GISel] Add Trunc/Lshr/BuildVector Folding
2022-10-07 David Spickett[LLDB] Add missing space in help for frame-format-uniqu...
2022-10-07 Diana PicusUpdate RELEASE_TESTERS.TXT
2022-10-07 Pierre van... [GISel] Handle G_TRUNC in `matchExtractVecEltBuildVec`
2022-10-07 Florian Hahn[ConstraintElimination] Add test that crash in earlier...
2022-10-07 Uday BondhugulaNFC. Remove unnecessary builder argument in Affine...
2022-10-07 Alex Zinenko[mlir] fix memory effects of transform::PDLMatchOp
2022-10-07 Nikita Popov[CodeGenCXX] Convert more tests to opaque pointers...
2022-10-07 Markus Böck[mlir][tblgen] Fix crash in `-gen-enum-(decls|defs...
2022-10-07 Matthias Springer[mlir][bufferize] Fix repetitive region conflict detection
2022-10-07 Haojian Wu[SourceManager] Improve getFileIDLocal.
2022-10-07 Valentin Clement[flang][NFC] Update fir.dispatch format in doc
2022-10-07 Haojian Wu[Lex] Simplify and cleanup the updateConsecutiveMacroAr...
2022-10-07 Kazu Hirata[clang] Fix a warning
2022-10-07 Mike Hommey[CodeView] Avoid NULL deref of Scope
2022-10-07 Michał Górny[llvm] [lit] Fix use_lld() to respect llvm_shlib_dir
2022-10-07 Dominic Chen[libc] Resolve NaN/implementation-defined behavior...
2022-10-07 Peter Collingbournegn build: s/target_os/current_os/g
2022-10-07 Peter Collingbournegn build: Do not build libunwind.so for Android.
2022-10-07 Vladimir Vereschaka[CMake] Update cache file for Win to ARM Linux cross...
2022-10-07 Vladimir VereschakaUpdate the remote test launch utility (utils/remote...
next