platform/upstream/llvm.git
2021-02-16 Andrzej Warzynski[flang][driver] Add options for unparsing
2021-02-16 Sander de Smalen[SCEVExpander] Migrate costAndCollectOperands to use...
2021-02-16 Adrian KuegelLower math.expm1 to intrinsics in the GPUToNVVM and...
2021-02-16 Andrzej Warzynski[flang][f18] Make -fdebug-dump-{symbols|parse-tree...
2021-02-16 LLVM GN Syncbot[gn build] Port 9510b0940265
2021-02-16 Nathan Ridge[clangd] Factor out the heuristic resolver code into...
2021-02-16 Florian Hahn[VPlan] Manage scalarized values using VPValues.
2021-02-16 Adrian KuegelAdd Expm1 op to the math dialect.
2021-02-16 Nicolas Vasilache[mlir] Drop reliance of SliceAnalysis on specific ops.
2021-02-16 Sameer Sahasrabuddhe[NewPM] Introduce (GPU)DivergenceAnalysis in the new...
2021-02-16 Jonas Devlieghere[debugserver] Correctly pass argv[0] to execl
2021-02-16 Dave Lee[lldb] Remove very old misleading comment (NFC)
2021-02-16 Dave Lee[lldb] Remove unused ThreadPlan tracer utilities (NFC)
2021-02-16 Dave Lee[lldb] Lower GetRealStopInfo into ThreadPlanCallFunctio...
2021-02-16 Dave Lee[lldb] Minor refinements to ThreadPlan::RestoreThreadSt...
2021-02-16 Akira Hatanaka[ObjC][ARC] Do not perform code motion on precise relea...
2021-02-15 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-02-15 Kazu Hirata[Support] Use ListSeparator (NFC)
2021-02-15 Kazu Hirata[LazyCallGraph] Remove forward declarations of nonexist...
2021-02-15 Craig Topper[RISCV] Add expicit i32/i64 types to RV32 or RV64 only...
2021-02-15 Matt ArsenaultGlobalISel: Handle arguments partially passed on the...
2021-02-15 Matt ArsenaultCodeGen: Move function to get subregister indexes to...
2021-02-15 Nicolas Vasilache[mlir][Vector] Add a canonicalization pattern for vecto...
2021-02-15 Arthur O'Dwyer[libc++] Change `std::numeric_limits` to just `numeric_...
2021-02-15 Craig Topper[RISCV] Add support for fixed vector floating point...
2021-02-15 Craig Topper[RISCV][LegalizeTypes] Try to expand BITREVERSE before...
2021-02-15 Muhammad Omair... [LLDB] Skip TestMultipleTargets.py on Arm/AArch64 Linux
2021-02-15 Louis Dionne[libc++] Mark __cpp_lib_constexpr_memory as being imple...
2021-02-15 Sanjay Patel[ValueTracking] add scan limit for assumes
2021-02-15 Dimitry AndricDefine new/delete in libc++ when using libcxxrt
2021-02-15 Sam McCall[clangd] Pass raw client capabilities to modules. NFC
2021-02-15 Duncan P. N... TransformUtils: Fix metadata handling in CloneModule...
2021-02-15 Benjamin Kramer[lto] Enable new PM when the PM config is non-empty
2021-02-15 Stanislav Mekhanoshin[AMDGPU] Add two TSFlags: IsAtomicNoRtn and IsAtomicRtn
2021-02-15 Fangrui Song[llvm-objcopy] Delete --build-id-link-{dir,input,output}
2021-02-15 Johannes Doerfert[OpenMP] Delay more diagnostics of potentially non...
2021-02-15 Johannes Doerfert[OpenMP] Attribute target diagnostics properly
2021-02-15 Johannes Doerfert[OpenMP][NFC] Pre-commit test changes regarding PR48933
2021-02-15 Adrian PrantlSupport emitting complex expressions that include entry...
2021-02-15 Fangrui Song[CMake] Delete LLVM_RUNTIME_BUILD_ID_LINK_TARGETS
2021-02-15 Jacques Pienaar[mlir] Add clone method to ShapedType
2021-02-15 Sam McCall[clangd] Delay binding LSP methods until initialize...
2021-02-15 Simon Pilgrim[DAG] visitVSELECT - move OpLHS == LHS into inner if...
2021-02-15 Mircea Trofin[NFC] Remove spurious ';' on return line in python...
2021-02-15 Florian Hahn[AArch64] Move machine bundle unpacking to PreEmit2...
2021-02-15 Caroline Concatto[LangRef] Increase size of title underline for experime...
2021-02-15 David Green[ARM] Add some basic Min/Max costs
2021-02-15 Tres PoppMake shape.is_broadcastable/shape.cstr_broadcastable...
2021-02-15 James Henderson[debuginfo-tests] Delete unused/duplicate imports
2021-02-15 Caroline Concatto[CostModel]Add cost model for experimental.vector.reverse
2021-02-15 James Henderson[debuginfo-tests] Remove some unused config variables
2021-02-15 James Henderson[debuginfo-tests] Remove explicit checks for Python 3
2021-02-15 Simon Pilgrim[X86] Add SSE2+SSE3 common check prefix to psubus tests
2021-02-15 Alex Zinenko[mlir] use new cmake targets in mlir-*-runner
2021-02-15 James Henderson[llvm-nm][test] Add additional test coverage for llvm...
2021-02-15 James Henderson[llvm-nm] Tidy up error messages
2021-02-15 Kirill Bobyrev[llvm] NFC: Cleanup llvm-yaml-numeric-parser-fuzzer
2021-02-15 Kerry McLaughlin[LoopVectorizer] Require no-signed-zeros-fp-math=true...
2021-02-15 Simon PilgrimFix MSVC natvis visualisation of llvm::FixedVectorTyID...
2021-02-15 Alex Zinenko[mlir] Use the interface-based translation for LLVM...
2021-02-15 Caroline Concatto[CodeGen][SelectionDAG]Add new intrinsic experimental...
2021-02-15 Valeriy Savchenko[analyzer][NFC] Fix test failures for builds w/o assertions
2021-02-15 David Green[ARM] Extend search for increment in load/store optimizer
2021-02-15 YashaswiniAdd Semantic check for Flang OpenMP 4.5 - 2.7.1 Do...
2021-02-15 Adhemerval... [sanitizer] [arm] Disable some LSAN tests for arm-linux...
2021-02-15 Michał Górny[lldb] Rename FreeBSDRemote to FreeBSD (NFC)
2021-02-15 Michał Górny[lldb] Remove the legacy FreeBSD plugin
2021-02-15 Simon Pilgrim[X86][AVX] Regenerate PSUBUS tests for slow/fast shuffl...
2021-02-15 Simon Pilgrim[X86][SSE] Add missing USUBSAT test coverage
2021-02-15 Sjoerd MeijerRecommit "[TTI] Unify FavorPostInc and FavorBackedgeInd...
2021-02-15 Max Kazantsev[LoopLoadElim] Pass ScalarEvolution in old pass manager...
2021-02-15 Sjoerd MeijerRevert "[TTI] Unify FavorPostInc and FavorBackedgeIndex...
2021-02-15 Sjoerd Meijer[TTI] Unify FavorPostInc and FavorBackedgeIndex into...
2021-02-15 Fraser Cormack[RISCV] Convert VSLIDE(UP|DOWN) nodes to "VL" versions...
2021-02-15 Marco AntogniniRestore diagnostic handler after CodeGenAction::Execute...
2021-02-15 Florian HahnRecommit "[LTO] Use lto::backend for code generation."
2021-02-15 Sam McCall[clangd] Allow modules to bind LSP methods/notification...
2021-02-15 Tres Popp[mlir] Add error message on shape.broadcast verificatio...
2021-02-15 LLVM GN Syncbot[gn build] Port 5786f64a4ec8
2021-02-15 Sam McCall[clangd] Extract binding of typed->untyped LSP handlers...
2021-02-15 Alex Zinenko[mlir] Support repeated delayed registration of dialect...
2021-02-15 Deep Majumder[analyzer] Updated comments to reflect D85817
2021-02-15 Deep Majumder[analyzer] Fix static_cast on pointer-to-member handling
2021-02-15 Arlo SiemsenAdd ehcont section support
2021-02-15 Craig Topper[RISCV] Add i16 bswap and i8/i16 bitreverse tests to...
2021-02-15 Michael Kruse[Polly] Regenerate isl-noexceptions.h.
2021-02-15 Wang, Pengfei[X86] Convert fmin/fmax _mm_reduce_* intrinsics to...
2021-02-14 Carl Ritson[AMDGPU] Add llvm.amdgcn.wqm.demote intrinsic
2021-02-14 Michael Kruse[Polly] Invalidate passes after Scop processing in...
2021-02-14 Cassie Jones[GlobalISel] Disable vector types in narrowScalarAddSub
2021-02-14 Cassie Jones[GlobalISel] Extract a narrowScalarAddSub method. NFC
2021-02-14 Michał Górny[lldb] [Process/FreeBSDRemote] Fix clang-formatting...
2021-02-14 Tobias GysiReland "[mlir] add support for verification in integrat...
2021-02-14 LLVM GN Syncbot[gn build] Port 656ead1fb7db
2021-02-14 cynecx[llvm/Support] Add SHA256 implementation
2021-02-14 Björn Schäpers[clang-format] Add possibility to be based on parent...
2021-02-14 David Green[ARM] Move PhaseOrdering test to the correct place...
2021-02-14 Florian Hahn[ConstraintElimination] Fix variables used for pattern...
2021-02-14 Nikita Popov[BasicAA] Merge aliasGEP code paths
2021-02-14 Nikita Popov[BasicAA] Add test for single arg phi in loop (NFC)
next