platform/upstream/llvm.git
2022-12-08 Roman Lebedev[SROA] For non-speculatable `load`s of `select`s -...
2022-12-08 Simon Pilgrim[X86] Add HasCLFLUSH pseudo-predicate (Issue #19039)
2022-12-08 Nico Weber[lld/mac] Abort link immediately on invalid -undefined...
2022-12-08 Sebastian Neubauer[AMDGPU] Add test that spills WWM CSRs twice
2022-12-08 Luke Lau[WebAssembly] Initialize missing passes in WebAssemblyT...
2022-12-08 Haojian Wu[tooling] use std::optional in tooling StandardLibrary...
2022-12-08 Alexandros... Revert "[IPSCCP] Move the IPSCCP run function under...
2022-12-08 Alexandros... Revert "[FuncSpec] Make the Function Specializer part...
2022-12-08 Aaron Ballman[C2x] Relaxing requirements for va_start
2022-12-08 Nico Weber[gn build] port eeee51e4bb (dsymutil no longer driver_e...
2022-12-08 Alexandros... [FuncSpec] Make the Function Specializer part of the...
2022-12-08 Alexandros... [IPSCCP] Move the IPSCCP run function under the IPO...
2022-12-08 Hui Li[LLDB][LoongArch] Make software single stepping work
2022-12-08 Weining LuRevert "[LLDB][LoongArch] Make software single stepping...
2022-12-08 David Green[DAG] Teach isConstOrConstSplat about SPLAT_VECTORs
2022-12-08 Haojian Wu[clangd] Add a newline-eof to the system-include-extrac...
2022-12-08 Bjorn Pettersson[test] Remove duplicate RUN lines
2022-12-08 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2022-12-08 Carlos Galvez[clang-tidy] Do not warn about redundant static in...
2022-12-08 Sebastian NeubauerRevert "[llvm] Replace llvm::Any with std::any"
2022-12-08 Weining Lu[LLDB][LoongArch] Make software single stepping work
2022-12-08 Sebastian Neubauer[llvm] Replace llvm::Any with std::any
2022-12-08 Bjorn Pettersson[test] Remove duplicate RUN lines in Transform tests
2022-12-08 wanglei[LoongArch] Allow writing unaligned nop sequences
2022-12-08 Viktoriia Bakalova[include-cleaner] Handle base class member access from...
2022-12-08 Nikita Popov[InstSimplify] Do not remove insertvalue of undef into...
2022-12-08 Florian HahnRevert "[AArch64] Select SMULL for zero extended vector...
2022-12-08 Viktoriia Bakalova[include-cleaner] Remove filtering from UsingDecl visit.
2022-12-08 Nikita Popov[InstSimplify] Fix check lines (NFC)
2022-12-08 Nikita Popov[InstSimplify] Add test for insertvalue of undef (NFC)
2022-12-08 Lucas Prates[Arm][AArch64] Add support for v8.9-A/v9.4-A base exten...
2022-12-08 Fangrui Song[ELF] Merge SHT_RISCV_ATTRIBUTES sections
2022-12-08 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2022-12-08 Corentin JabotImplement CWG2631
2022-12-08 serge-sans... Store OptTable::Info::Name as a StringRef
2022-12-08 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2022-12-08 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2022-12-08 Nikita Popov[Inline] Regenerate test checks (NFC)
2022-12-08 Nikita Popov[Inline] Convert some tests to opaque pointers (NFC)
2022-12-08 Max Kazantsev[SCEV] Compute symbolic exit count for 'and' conditions
2022-12-08 Guillaume Chatelet[Alignment] Use Align in MCStreamer::emitTBSSSymbol
2022-12-08 Jonas Hahnfeld[DebugInfo] Store optional DIFile::Source as pointer
2022-12-08 Haojian WuFix an unused-variable warning in release build, NFC
2022-12-08 Haojian WuUpdate the bazel BUILD for dsymutil binary.
2022-12-08 Valentin Clement[flang] Handle polymorphic passed object in elemental...
2022-12-08 Gregory Alfonso[llvm] Call reserve before push_back in a loop
2022-12-08 Nikolas Klauser[libc++][NFC] Rename __libcpp_*_or_builtin to __constexpr_*
2022-12-08 Jean Perier[flang] add hlfir.noreassoc codegen
2022-12-08 Jean Perier[flang] Add hlfir.as_expr character scalar codegen
2022-12-08 Max Kazantsev[Test] Add test for logical_and, rename old one into...
2022-12-08 gonglingqin[LoongArch] Rename the test file and separate the tests...
2022-12-08 chenglin.bi[AArch64] Add tests for logical op with not; NFC
2022-12-08 Guray Ozen[mlir][spirv] Support conversion of `CopySignOp` to...
2022-12-08 Nikita Popov[SCEV] Track SymbolicMaxNotTaken in BECountUsers
2022-12-08 jacquesguan[RISCV] Add test for extract the first element from...
2022-12-08 Quentin Colombet[mlir][ExpandStridedMetadata] Handle collapse_shape...
2022-12-08 Alex Brachet[llvm-driver] Rename dsynutil_main to main after removi...
2022-12-08 Alex Brachet[llvm-driver] Temporarily remove dsymutil
2022-12-08 Zain Jaffal[AArch64] Select SMULL for zero extended vectors when...
2022-12-08 Johannes Doerfert[Attributor] Keep complex select and PHI instructions...
2022-12-08 Sameer Sahasrabuddhe[NFC][AAPointerInfo] rename OffsetAndSize to RangeTy
2022-12-08 Xiang1 Zhang[X86] Add test masked_compressstore_isel.ll
2022-12-08 Johannes Doerfert[OpenMP] Make barrier elimination work in the presence...
2022-12-08 Kazu Hirata[ObjCopy] Use std::optional instead of llvm::Optional...
2022-12-08 Kazu Hirata[ObjCopy] Use std::optional instead of llvm::Optional...
2022-12-08 Johannes Doerfert[Attributor] Delete stores only required for assumes...
2022-12-08 gonglingqin[Clang][LoongArch] Add intrinsic for csrrd, csrwr and...
2022-12-08 Max Kazantsev[Test] Add two more tests for symtolic count with arith...
2022-12-08 Kazu Hirata[llvm] Don't include Optional.h (NFC)
2022-12-08 Kazu Hirata[llvm] Don't include STLForwardCompat.h (NFC)
2022-12-08 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-12-08 Kazu Hirata[mlir] Use std::nullopt instead of None in comments...
2022-12-08 Craig Topper[RISCV] Use bseti for 2048 in RISCVMatInt when Zbs...
2022-12-08 Kazu Hirata[mlir] Use std::nullopt instead of llvm::None (NFC)
2022-12-08 Kazu Hirata[flang] Use std::nullopt instead of llvm::None (NFC)
2022-12-08 Craig Topper[RISCV] Support F16 vectors with Zfhmin+Zvfh.
2022-12-08 Craig Topper[RISCV] Add accessors to RISCVMatInt::Inst.
2022-12-08 Nico Weber[gn build] alphabetize conditional branches in tsan...
2022-12-08 Nico Weber[gn build] port b89b42b31c45
2022-12-08 Johannes Doerfert[OpenMP][FIX] Remove AssertingVHs that outlive their...
2022-12-08 Weining Lu[demangler][LoongArch] Correct the mangled_size for...
2022-12-08 Roman Lebedev[exegesis] SnippetRepetitor: don't deal with terminator...
2022-12-08 Roman Lebedev[exegesis] SnippetRepetitor: Don't access liveness...
2022-12-08 Youling Tang[ubsan] Enable loongarch64
2022-12-08 Youling Tang[tsan] Add tsan support for loongarch64
2022-12-08 Phoebe Wang[X86][ConstraintFP] Model `MXCSR` when load/store it
2022-12-08 Kazu Hirata[lldb] Don't use Optional::getPointer (NFC)
2022-12-08 Dan Albert[ELF] Enable --no-undefined-version by default
2022-12-08 smit-hinsu[MLIR] Allow ShapedTypeComponents with attribute in...
2022-12-08 Ting Wang[PowerPC][NFC] Test case update on ppc64-acc-regalloc...
2022-12-08 Maksim Panchenko[BOLT] Handle access errors while reading profile
2022-12-08 Roman Lebedev[Exegesis] Unbreak running benchmarks on local machine
2022-12-08 Leonard Chan[clang] Ensure correct metadata for relative vtables
2022-12-08 Craig Topper[RISCV] Shrink the size of the RISCVMatInt::Inst.
2022-12-08 Akira HatanakaRemove slash in check string to fix the test that is...
2022-12-08 Roman Lebedev[NFC] Port all Inline tests to `-passes=` syntax
2022-12-08 Artem Belevich[NVPTX] Minor cleanups and typo fixes.
2022-12-08 Leonard Chan[compiler-rt][hwasan] Add unused attribute to GetRegisters
2022-12-08 Aart Bik[mlir][sparse] introduce sparse vectorization to the...
2022-12-07 Roman Lebedev[NFC][Attributor] Fix warning in last commit
next