platform/upstream/llvm.git
2022-07-26 Fangrui Song[MachineFunctionPass] Support -print-changed and -print...
2022-07-26 Jim InghamStackFrame::GetValueObjectForFrameVariable holds the...
2022-07-26 Jacob Lambert[clang-offload-bundler] Library-ize ClangOffloadBundler
2022-07-26 Simon Pilgrim[DAG] matchRotateSub - set demanded bits to the shift...
2022-07-26 Fangrui Song[AArch64] Simplify BTI/PAC-RET module flags
2022-07-26 Dmitry Preobrazhensky[AMDGPU][GFX10][DOC][NFC] Update assembler syntax descr...
2022-07-26 David Goldman[clangd] Improve XRefs support for ObjCMethodDecl
2022-07-26 Matthias Springer[mlir][transform] Add ForeachOp to transform dialect
2022-07-26 Chuanqi Xu[C++20] [Modules] Disable preferred_name when writing...
2022-07-26 Austin Kerbow[AMDGPU] Start refactoring GCNSchedStrategy
2022-07-26 Stefan Gränitz[WinEH] Apply funclet operand bundles to nounwind intri...
2022-07-26 Philip Reames[RISCV] Add codegen coverage for ceil/floor/trunc/round...
2022-07-26 LLVM GN Syncbot[gn build] Port f4fb72e6d4ce
2022-07-26 Nikolas Klauser[libc++] Use uninitialized algorithms for vector
2022-07-26 Simon Tatham[bolt,AArch64] Fix one more test failure from D130358.
2022-07-26 Paul Walker[SVE][SelectionDAG] Use INDEX to generate matching...
2022-07-26 Nico Weber[gn build] (manually) port a5640968f2f7
2022-07-26 Alexander Yermolovich[DWP][DWARF] Detect and error on debug info offset...
2022-07-26 Arthur Eubanks[WPD] Use new llvm.public.type.test intrinsic for poten...
2022-07-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct src0 for VOP3_DPP variants...
2022-07-26 John Ericson[llvm][cmake] Follow up to D117973
2022-07-26 John Ericson[cmake] Slight fix ups to make robust to the full range...
2022-07-26 Michael Buch[LLDB][ClangExpression] Prevent nullptr namespace map...
2022-07-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct encoding of VOP3/VOP3_DPP...
2022-07-26 Alexander Belyaev[mlir] Sort the libraties in BUILD.bazel.
2022-07-26 Alexander Belyaev[mlir] Update bazel build.
2022-07-26 Augie FacklerLangRef: note that `allockind("free")` requires void...
2022-07-26 Sander de Smalen[AArch64][SVE] Sink ptrue into loop if it is used by...
2022-07-26 Sander de Smalen[AArch64][SVE] Consider more intrinsics in 'isZeroingIn...
2022-07-26 Sander de Smalen[AArch64][SVE] NFC: Add test-case to sve-ptest-removal...
2022-07-26 Than McIntoshtsan: capture shadow map start/end on init and reuse...
2022-07-26 Shraiysh VaishayRevert "[flang][OpenMP] Lowering support for default...
2022-07-26 Benjamin Kramer[bazel] Port 628fbbef81c5ac806e6dbf2bce18dd44980051b1
2022-07-26 wangpc[DAGCombine] Mask doesn't have to be (EltSize - 1)...
2022-07-26 Tue Ly[libc] Use nearest_integer instructions to improve...
2022-07-26 Tue Ly[libc] Use nearest_integer instructions to improve...
2022-07-26 wangpc[RISCV] Precommit test for D130251
2022-07-26 Chuanqi Xu[C++20] [Modules] Don't handle no linkage entities...
2022-07-26 Alexey Lapshin[Debuginfo][llvm-dwarfutil] Add check for unsupported...
2022-07-26 Peixin Qiao[flang] Remove fp128 support for llvm.round and llvm...
2022-07-26 Dmitri Gribenko[clang][dataflow] Add explicit "AST" nodes for implicat...
2022-07-26 Evgeny Mandrikov[NFC] Fix some C++20 warnings
2022-07-26 Sam McCall[pseudo] Allow opaque nodes to represent terminals
2022-07-26 Louis Dionne[libc++][NFC] Add missing SHA in ABI changelog
2022-07-26 Louis Dionne[libc++] Generalize the customizeable assertion handler
2022-07-26 Louis Dionne[libc++] Remove XFAIL for libcpp_deallocate on AIX...
2022-07-26 Nico Weber[gn build] Port 7a5cb15ea6fa
2022-07-26 Dmitri Gribenko[bazel] Run autoformatter on BUILD.bazel
2022-07-26 Roman Rusyaev[Clang] [P2025] Analyze only potential scopes for NRVO
2022-07-26 Benjamin Kramer[bazel] Port 7a5cb15ea6facd82756adafae76d60f36a0b60fd
2022-07-26 Chuanqi Xu[clang] [docs] Update the changes of C++20 Modules...
2022-07-26 Simon Tatham[llvm-objdump,ARM] Fix further test failures.
2022-07-26 Balazs Benics[analyzer] Improve loads from reinterpret-cast fields
2022-07-26 Chuanqi Xu[C++20] [Modules] Handle linkage properly for specializ...
2022-07-26 Zakk Chen[RISCV][Clang] Refactor RISCVVEmitter. (NFC)
2022-07-26 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2022-07-26 Zakk Chen[RISCV][Clang] Refactor and rename rvv intrinsic relate...
2022-07-26 Benjamin Kramer[analyzer] Fix unused variable warning in release build...
2022-07-26 Benjamin Kramer[mlir] Fall back to posix_memalign for aligned_alloc...
2022-07-26 Sebastian Neubauer[CMake] Fix add_subdirectory llvm builds
2022-07-26 Simon Tatham[llvm-objdump,ARM] Fix a lot more tests.
2022-07-26 David Spickett[clang][analyzer][NFC] Use value_or instead of ValueOr
2022-07-26 David Spickett[lldb][ARM] Use portable printf tokens for 64 bit types
2022-07-26 Simon Tatham[llvm-objdump] Fix type mismatch in std::min.
2022-07-26 David Spickett[lldb][ARM] Add tests for vpush/vpop D registers
2022-07-26 Nimish Mishra[flang][OpenMP] Lowering support for default clause
2022-07-26 Sven van HaastregtReassoc FMF should not optimize FMA(a, 0, b) to (b)
2022-07-26 Simon Tatham[llvm-objdump,ARM] Make dumpARMELFData line up with...
2022-07-26 Simon Tatham[llvm-objdump,ARM] Add PrettyPrinters for Arm and AArch64.
2022-07-26 Simon Tatham[MC,llvm-objdump,ARM] Target-dependent disassembly...
2022-07-26 David Spickett[lldb][ARM] Misc improvements to TestEmulations
2022-07-26 Phoebe Wang[ArgPromotion] Transfer metadata nontemporal to promote...
2022-07-26 David Spickett[lldb][ARM] Print mismatched registers in emulation...
2022-07-26 Dmitri Gribenko[clang][dataflow] Fix SAT solver crashes on `X ^ X...
2022-07-26 isuckatcs[analyzer] Structured binding to tuple-like types
2022-07-26 David Spickett[LLDB][ARM] Generalise adding register state in emulati...
2022-07-26 Cullen Rhodes[AArch64][SVE] Add patterns to select mla/mls
2022-07-26 Cullen Rhodes[AArch64][SVE] NFC: Add tests for masked mla/mls patter...
2022-07-26 Kito Cheng[RISCV] Lazily add RVV C intrinsics.
2022-07-26 David Spickett[lldb][AArch64] Add support for memory tags in core...
2022-07-26 Saiyedul Islam[Libomptarget] Add checks for AMDGPU TargetID using...
2022-07-26 isuckatcs[analyzer] Lambda capture non-POD type array
2022-07-26 John Ericson[cmake] Fix missing paren in `FindPrefixFromConfig`
2022-07-26 Diana Picus[flang] Rename variables in test. NFCI
2022-07-26 Victor Campos[ARM] Add Tag_CPU_arch missing value descriptions in...
2022-07-26 Slava Gurevich[LLDB][Reliability] Fix register value unpacking
2022-07-26 Amir Ayupov[BOLT] Support files with no symbols
2022-07-26 isuckatcs[analyzer] ArrayInitLoopExpr with array of non-POD...
2022-07-26 Weining Lu[LoongArch] Use `end namespace xxx` style comment. NFC
2022-07-26 owenca[clang-format] Fix a hang when formatting C# $@ string...
2022-07-26 Alex Brachet[CMake][Fuchsia] Enable assertions and backtraces in...
2022-07-26 Kazu Hirata[ADT] Deprecate Optional::getValueOr (NFC)
2022-07-26 Kazu Hirata[flang] Use value or * instead of getValue (NFC)
2022-07-26 Kazu HirataRemove redundaunt virtual specifiers (NFC)
2022-07-26 Kazu HirataUse isa instead of dyn_cast (NFC)
2022-07-26 Kazu Hirata[mlir] Use value_or (NFC)
2022-07-26 Nico Weberfix comment typo to cycle bots
2022-07-26 Nico Weber[gn build] tweak how symbol_exports map files look...
2022-07-26 Sinan Lin[CodeMetrics] use hasOneLiveUse instead of hasOneUse...
2022-07-26 Nico Weber[gn build] port bc39d7bdd497 (libclang.map -> libclang...
next