platform/upstream/llvm.git
2022-12-12 Yeting Kuo[VP][RISCV] Add vp.bitreverse and RISC-V support.
2022-12-12 wangpc[RISCV][NFC] Define variables for vector VT list of...
2022-12-12 Xiang1 Zhang[DAG] Stop combine for masked compressstore
2022-12-12 Roman Lebedev[StackProtector] Rewrite dominator tree update handling
2022-12-12 KAWASHIMA Takahiro[AArch64][NFC] Change order of instructions in isAssoci...
2022-12-12 KAWASHIMA Takahiro[AArch64][NFC] Add tests for D134260
2022-12-12 Xiang1 ZhangEnhance stack protector
2022-12-11 LLVM GN Syncbot[gn build] Port 443b46e6d313
2022-12-11 einvbri[analyzer] Fix assertion in getAPSIntType
2022-12-11 Dmitri Gribenko[openmp] Fix a doc comment issue found by -Wdocumentation
2022-12-11 Dmitri Gribenko[openmp] Fix a doc comment issue found by -Wdocumentation
2022-12-11 Joseph Huber[libc] Fix wrappergen_test.cpp on runtimes build
2022-12-11 Kevin Sala[OpenMP][libomptarget] Add utility class for reference...
2022-12-11 Uday BondhugulaNFC. Refactor/update some affine fusion pass code for...
2022-12-11 Mark de Wever[CMake] Warn when the version is older than 3.20.0.
2022-12-11 Simon PilgrimRevert rG6a0bbb84cef28ed642a730e55c52447b8c870647 ...
2022-12-11 Roman Lebedev[X86] AMD Zen 3 sched model: FMA ops have inverse throu...
2022-12-11 Manuel BritoUse poison instead of undef where its used as a placeho...
2022-12-11 Florian Hahn[VPlan] Summarize recipes used to model inductions...
2022-12-11 Manuel Brito[Clang] Use poison instead of undef where its used...
2022-12-11 Simon Pilgrim[MCA][X86] Add test coverage for PFI instructions
2022-12-11 Simon Pilgrim[MCA][X86] Add test coverage for ERI instructions
2022-12-11 Simon Pilgrim[MCA][X86] Add missing knotw test
2022-12-11 Simon Pilgrim[MCA][X86] Add missing test coverage for DQ instructions
2022-12-11 Sanjay Patel[InstCombine] try to forward-propagate some FMF to...
2022-12-11 WANG Xuerui[test][NFC] Guard one test case against LLVM checkouts...
2022-12-11 Simon Pilgrim[X86] RDRAND is a Goldmont feature, not Silvermont
2022-12-11 Simon Pilgrim[X86] Fix missing HasPRFCHW predicate
2022-12-11 Simon Pilgrim[X86] Fix missing HasX86_64 predicate
2022-12-11 Simon Pilgrim[X86] Fix missing HasLAHFSAHF64 predicate
2022-12-11 Simon Pilgrim[X86] Fix missing HasPKU predicate
2022-12-11 Simon Pilgrim[X86] Add missing HasNOPL predicate
2022-12-11 Kazu Hirata[Analysis] Use std::optional in MemoryBuiltins.cpp...
2022-12-11 Kazu Hirata[Analysis] Use std::optional in LazyValueInfo.cpp ...
2022-12-11 Nikita Popov[Docs] Update opaque pointers docs (NFC)
2022-12-11 LLVM GN Syncbot[gn build] Port ee4c8119a6d3
2022-12-11 Craig Topper[RISCV] Use a helper function to reduce duplicated...
2022-12-11 Kazu Hirata[ADT] Move MoveOnly to a header file (NFC)
2022-12-11 Kazu Hirata[StaticAnalyzer] Use std::optional in RetainCountDiagno...
2022-12-11 Kazu Hirata[StaticAnalyzer] Use std::optional in MallocChecker...
2022-12-11 Kazu Hirata[StaticAnalyzer] Use std::optional in BugReporterVisito...
2022-12-11 Kazu Hirata[StaticAnalyzer] Use std::optional in BugReporter.cpp...
2022-12-11 Kazu Hirata[StaticAnalyzer] Use std::optional in BugReporter.cpp...
2022-12-11 Fangrui SongRemove using llvm::None
2022-12-11 Fangrui Song[LoongArch] Fix -Wmacro-redefined after D139612
2022-12-11 Roman Lebedev[llvm-exegesis] `ExegesisX86Target::setRegTo()`: suppor...
2022-12-11 Kazu Hirata[cross-project-tests] Use std::nullopt instead of llvm...
2022-12-11 Kazu Hirata[mlir] Use std::optional instead of None in comments...
2022-12-11 Kazu Hirata[llvm] Use std::optional instead of None in comments...
2022-12-11 Kazu Hirata[lldb] Use std::optional instead of None in comments...
2022-12-11 Kazu Hirata[lld] Use std::optional instead of None in comments...
2022-12-11 Kazu Hirata[libc] Use std::optional instead of None in comments...
2022-12-11 Kazu Hirata[flang] Use std::optional instead of None in comments...
2022-12-11 Kazu Hirata[clang-tools-extra] Use std::optional instead of None...
2022-12-11 Kazu Hirata[BOLT] Use std::optional instead of None in comments...
2022-12-11 Siva Chandra... [libc][Obvious] Fix memory function benchmarks after...
2022-12-11 Siva Chandra... [libc] Add custom operator new to handle allocation...
2022-12-10 Kazu Hirata[ADT] Deperecate llvm::None
2022-12-10 Jeff Niu[mlir] FunctionOpInterface: turn required attributes...
2022-12-10 Kazu Hirata[LoongArch] Use std::nullopt instead of None (NFC)
2022-12-10 Roman Lebedev[InstCombine] Fold nested selects
2022-12-10 Roman Lebedev[NFC][InstCombine] Add tests for nested select folding
2022-12-10 Kazu Hirata[StaticAnalyzer] Don't use Optional<T>::create (NFC)
2022-12-10 Krzysztof Parzyszek[APInt] Convert GetMostSignificantDifferentBit to std...
2022-12-10 Fangrui Song[gold] Fix build
2022-12-10 Fangrui Song[ObjCopy] llvm::Optional => std::optional
2022-12-10 Felipe de Azevedo... [CodeExtractor] Only rewrite scope of non-inlined variables
2022-12-10 Kazu HirataDon't include None.h (NFC)
2022-12-10 Kazu Hirata[Transforms] Use std::optional in AsyncToAsyncRuntime...
2022-12-10 Kazu Hirata[Transforms] Use std::optional in LoopFusion.cpp (NFC)
2022-12-10 Kazu Hirata[Analysis] Use std::optional in LoopAnalysis.cpp (NFC)
2022-12-10 Kazu Hirata[Analysis] Use std::optional in AffineStructures.cpp...
2022-12-10 Kazu Hirata[VectorToLLVM] Use std::optional in ConvertVectorToLLVM...
2022-12-10 Kazu Hirata[MemRefToLLVM] Use std::optional in MemRefToLLVM.cpp...
2022-12-10 Kazu Hirata[ComplexToLibm] Use std::optional in ComplexToLibm...
2022-12-10 Kazu Hirata[Reader] Use std::optional in BytecodeReader.cpp (NFC)
2022-12-10 Kazu Hirata[AsmParser] Use std::optional in Parser.cpp (NFC)
2022-12-10 Kazu Hirata[AsmParser] Use std::optional in AttributeParser.cpp...
2022-12-10 Kazu Hirata[Presburger] Use std::optional in Simplex.cpp (NFC)
2022-12-10 Kazu Hirata[Presburger] Use std::optional in PresburgerRelation...
2022-12-10 Kazu Hirata[AliasAnalysis] Use std::optional in LocalAliasAnalysis...
2022-12-10 Roman Lebedev[SROA] Rewrite store-into-selected-address into predica...
2022-12-10 Roman Lebedev[NFC][SROA] Add tests with store-into-select-of-addrs
2022-12-10 Kazu HirataRevert "[FileCheck] Use std::optional in FileCheck...
2022-12-10 Kazu Hirata[llvm-gsymutil] Use std::optional in llvm-gsymutil...
2022-12-10 Kazu Hirata[Scalar] Use std::optional in InductiveRangeCheckElimin...
2022-12-10 Kazu Hirata[Coroutines] Use std::optional in CoroFrame.cpp (NFC)
2022-12-10 Kazu Hirata[ProfileData] Use std::optional in InstrProfCorrelator...
2022-12-10 Kazu Hirata[FileCheck] Use std::optional in FileCheck.cpp (NFC)
2022-12-10 Kazu Hirata[MachO] Use std::optional in MachOConfig.h (NFC)
2022-12-10 Kazu Hirata[OpenMP] Use std::optional in OMPIRBuilder.h (NFC)
2022-12-10 Kazu Hirata[DWARFLinker] Use std::optional in DWARFLinkerCompileUn...
2022-12-10 Kazu Hirata[BinaryFormat] Use std::optional in Wasm.h (NFC)
2022-12-10 Kazu Hirata[Checkers] Use std::optional in UnixAPIChecker.cpp...
2022-12-10 Kazu Hirata[Checkers] Use std::optional in StdLibraryFunctionsChec...
2022-12-10 Kazu Hirata[RetainCountChecker] Use std::optional in RetainCountDi...
2022-12-10 Kazu Hirata[Checkers] Use std::optional in MallocChecker.cpp ...
2022-12-10 Kazu Hirata[Checkers] Use std::optional in GenericTaintChecker...
2022-12-10 Kazu Hirata[Checkers] Use std::optional in BasicObjCFoundationChec...
2022-12-10 Sanjay Patel[InstCombine] reorder FP select folds
next