platform/upstream/llvm.git
2022-12-12 OCHyams[Assignment Tracking Analysis] Add target triple to...
2022-12-12 Nikita Popov[BasicAA] Remove support for PhiValues analysis
2022-12-12 LLVM GN Syncbot[gn build] Port 800533283524
2022-12-12 David Green[DAGCombine] Fold Splat(bitcast(buildvector(x,..))...
2022-12-12 Nikita Popov[AA] Remove CFL AA passes
2022-12-12 Pavel Labath[lldb] Modify TestThreadJump to work around a change...
2022-12-12 Benjamin Chetioui[mlir] Clean up typos in FileCheck directives in variou...
2022-12-12 Fangrui SongTransforms/Utils: llvm::Optional => std::optional
2022-12-12 Matthias Springer[mlir][affine] Fix crash in AffineApplyOp canonicalization
2022-12-12 Sameer Sahasrabuddhe[AAPointerInfo] track multiple constant offsets for...
2022-12-12 Andrew Browne[DFSan] Add callback that allows to track which functio...
2022-12-12 jacquesguan[DAGCombiner] Scalarize extend/truncate for splat vector.
2022-12-12 River Riddle[mlir] Add LLDB visualizers for MLIR constructs
2022-12-12 River Riddle[mlir:Bytecode] Add shared_ptr<SourceMgr> overloads...
2022-12-12 Amir Ayupov[BOLT] Fix broken unittests
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in ShrinkWrapping
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional for readDWARFExpressionTa...
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in DWARFRewriter
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in has*NameRegex
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in RI
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional for getLTOCommonName
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in BC
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in DataAggregator
2022-12-12 Amir Ayupov[BOLT][NFC] Use std::optional in BAT
2022-12-12 Craig Topper[RISCV] Enable the Machine Late Cleanup pass.
2022-12-12 Shilei TianRevert "[OpenMP] Add `abort` to `FATAL_MESSAGE`"
2022-12-12 Shilei Tian[OpenMP] Add `abort` to `FATAL_MESSAGE`
2022-12-12 Zi Xuan Wu... [CSKY][NFC] Fix check-all error due to change of expect...
2022-12-12 Xiang1 Zhang[NFC] Update comment for TRUNC followed by a masked...
2022-12-12 Zakk Chen[NFC][Clang] Add missing test cases for segment load
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)
next