platform/upstream/llvm.git
2021-02-12 Arthur Eubanks[gn build] Add missing llvm-profgen dependency
2021-02-12 Nikita Popov[AA] Add option for tracing AA queries (NFC)
2021-02-12 Nikita Popov[AA] Move Depth member from AAResults to AAQI (NFC)
2021-02-12 Stanislav Mekhanoshin[AMDGPU] Fix Windows build
2021-02-12 Praveen NarayananAdd a "kind" attribute to ContractionOp and OuterProductOp.
2021-02-12 Zbigniew Sarbinowski[SystemZ][ZOS] Fix __libcpp_thrad_isnull()
2021-02-12 Florian Hahn[clang] Remove redundant condition (NFC).
2021-02-12 Jessica Paquette[GlobalISel] Combine (x + 0) -> x, G_PTR_ADD edition
2021-02-12 Vedant Kumar[docs/Coverage] Document -show-region-summary
2021-02-12 Vedant Kumar[docs/Coverage] Answer FAQ about optimization
2021-02-12 Martin Storsjö[OpenMP] Silence more warning flags
2021-02-12 Martin Storsjö[OpenMP] Avoid warnings about unused static functions...
2021-02-12 Martin Storsjö[OpenMP] Remove two entirely unused variables
2021-02-12 Martin Storsjö[OpenMP] Add void casts to silence unused variable...
2021-02-12 Martin Storsjö[OpenMP] Only use #pragma comment(lib, ...) in MSVC...
2021-02-12 Martin Storsjö[OpenMP] Fix the check for libpsapi for i386
2021-02-12 James Y KnightFix layering after ed4718eccb12.
2021-02-12 Amara Emerson[GlobalISel] Propagate extends through G_PHIs into...
2021-02-12 Amy HuangDisable test in external_symbolizer_path.cpp temporaril...
2021-02-12 Florian Hahn[clang] Add -ffinite-loops & -fno-finite-loops options.
2021-02-12 Andy Wingo[WebAssembly][lld] Preassign table number 0 to indirect...
2021-02-12 Marco VanottiExpand unit tests for fuzzer::Merger
2021-02-12 Mehdi Amini[mlir][Linalg] Improve region support in Linalg ops
2021-02-12 Shafik Yaghmour[LLDB] Fix LLDB_LOG calls to use correct formatting
2021-02-12 Fangrui SongDebugInfo/Symbolize: Exclude ARM mapping symbols for...
2021-02-12 Diego Caballero[mlir][Vector] Align gather/scatter/expand/compress API
2021-02-12 Diego Caballero[mlir][Vector] Introduce 'vector.load' and 'vector...
2021-02-12 Paul Robinson[RGT][GlobalIsel] Add missing setUp() calls to legalize...
2021-02-12 Xun Li[NFC][Coroutine] Fix an error message on coro.id verifi...
2021-02-12 LLVM GN Syncbot[gn build] Port cb2d2ae56ae3
2021-02-12 Zbigniew Sarbinowski[SystemZ][ZOS] Provide CLOCK_MONOTONIC alternative
2021-02-12 David Green[ARM] Optimize fp store of extract to integer store...
2021-02-12 Scott Linder[Symbolize] Teach symbolizer to work directly on object...
2021-02-12 Simon Pilgrim[DAG] Move basic USUBSAT pattern matches from X86 to...
2021-02-12 Amy HuangRevert "[DebugInfo] Add an attribute to force type...
2021-02-12 Amy HuangTry to fix external_symbolizer_path.cpp test to stop...
2021-02-12 Amy Huang[DebugInfo] Add an attribute to force type info to...
2021-02-12 Mehdi AminiRevert "[mlir][Linalg] Improve region support in Linalg...
2021-02-12 Jianzhou Zhao[dfsan] Comment out ChainOrigin temporarily
2021-02-12 Arnold Schwaighofer[coro] Add support for polymorphic return typed coro...
2021-02-12 Stanislav Mekhanoshin[AMDGPU] Allow accvgpr_read/write decode with opsel
2021-02-12 Lukas Sommer[CodeGen] New pass: Replace vector intrinsics with...
2021-02-12 Akira Hatanaka[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall...
2021-02-12 Matthew G McGovern[sanitizers][Windows] Implement __sanitizer_purge_alloc...
2021-02-12 Hongtao Yu[ThinLTO][gold] Fix filenaming scheme for tasks.
2021-02-12 Alex Zinenko[mlir] Use dialect interfaces to translate OpenMP diale...
2021-02-12 Kadir Cetinkaya[clangd] Introduce Modules
2021-02-12 Craig Topper[RISCV] Add support for integer fixed vector setcc
2021-02-12 Craig Topper[RISCV] Add support for matching .vx and .vi forms...
2021-02-12 Jianzhou Zhao[dfsan] Turn off THP at dfsan_flush
2021-02-12 Sam CleggRevert "[lld][WebAssembly] Fix for weak undefined funct...
2021-02-12 Sam McCall[clangd] Work around presumed MSVC stdlib bug
2021-02-12 LLVM GN Syncbot[gn build] Port ba3ea9c60f0f
2021-02-12 Nathan James[clangd] Fix clang tidy provider when multiple config...
2021-02-12 Florian Hahn[clang] Update mustprogress tests.
2021-02-12 Alex Zinenko[mlir] Introduce dialect interfaces for translation...
2021-02-12 Yitzhak Mandelbaum[clang-tidy] Fix `TransformerClangTidyCheck`'s handling...
2021-02-12 Florian Hahn[AArch64] Increase outlined sequence in test added...
2021-02-12 Florian Hahn[AArch64] Add test case where machine outliner breaks...
2021-02-12 Petar AvramovicAMDGPU/GlobalISel: Calculate isKnownNeverNaN for fminnu...
2021-02-12 Petar AvramovicAMDGPU/GlobalISel: Check values of constants in isKnown...
2021-02-12 Petar AvramovicAMDGPU/GlobalISel: Precommit globalisel tests for isKno...
2021-02-12 Nicolas Vasilache[mlir][Linalg] NFC - Add an OpFoldResult-based builder...
2021-02-12 Yaxun (Sam... Relands "[HIP] Change default --gpu-max-threads-per...
2021-02-12 David GoldmanImprove hover scopes for Objective-C code
2021-02-12 Kirstóf Umann[analyzer][Liveness][NFC] Remove an unneeded pass to...
2021-02-12 Jay Foad[TableGen][GlobalISel] Allow duplicate RendererFns
2021-02-12 Sam McCall[clangd] Move command handlers into a map in ClangdLSPS...
2021-02-12 Nicolas Vasilache[mlir][Linalg] Improve region support in Linalg ops.
2021-02-12 Haojian Wu[clangd] Remove the cross-file-rename option.
2021-02-12 David Green[ARM] Single source VMOVNT
2021-02-12 Benjamin Kramer[mlir][spirv] Lower sexti -> SConvert
2021-02-12 Kerry McLaughlin[SVE][LoopVectorize] Support for vectorization of loops...
2021-02-12 Sanjay Patel[Vectorizers][TTI] remove option to bypass creation...
2021-02-12 Alex Zinenko[mlir] Use target-specific GPU kernel attributes in...
2021-02-12 Florian Hahn[VPlan] Make VPRecipeBase inherit from VPUser directly...
2021-02-12 Abhina SreeskantharajanMark output as text if it is really text
2021-02-12 luxufan[RISCV] Change parseVTypeI function
2021-02-12 David Sherwood[NFC][Analysis] Change struct VecDesc to use ElementCount
2021-02-12 Vitaly Buka[ASAN][NFC] Improve language
2021-02-12 Vitaly Buka[NFC][ProfileData] Improve language
2021-02-12 Max Kazantsev[Test] Add test with uadd intrinsic with missing opt...
2021-02-12 Simon Pilgrim[DAG] DAGTypeLegalizer::PromoteIntRes_ADDSUBSHLSAT...
2021-02-12 Stephan Herhut[mlir][math] Fix cmake files after dialect splitting.
2021-02-12 Sjoerd Meijer[MIRLangRef] Document MachineOperand comments
2021-02-12 Florian Hahn[AArch64] Add tests with sign cmps patterns that can...
2021-02-12 Sven van Haastregt[OpenCL][Docs] Clean up trailing characters
2021-02-12 Sven van Haastregt[OpenCL][Docs] Describe internals of TableGen builtins
2021-02-12 Stephan Herhut[mlir][math] Split off the math dialect.
2021-02-12 Jon Chesterfield[libomptarget][amdgcn] Build amdgcn devicertl as openmp
2021-02-12 Maxim KuvyrkovFix exegesis build on aarch64-windows-msvc host
2021-02-12 David Sherwood[Analysis] Change VFABI::mangleTLIVectorName to use...
2021-02-12 Alexander Belyaev[mlir] Initialize `isSmallAlloc` in `initialize` method.
2021-02-12 Fraser Cormack[RISCV] Add support for integer fixed min/max
2021-02-12 Kristof Beyls[DeveloperPolicy] Specify LLVM's license more clearly.
2021-02-12 wlei[CSSPGO][llvm-profgen] Add brackets for context id...
2021-02-12 Alexander Belyaev[mlir] Allow users of `PromoteBuffersToStackPass` to...
2021-02-12 Raphael Isemann[lldb] Let TestPExpectTest test the right test class
2021-02-12 Sander de Smalen[BasicTTIImpl] Fix getCastInstrCost for scalable vector...
2021-02-12 Michael Kruse[Polly] Remove unused declaration. NFC.
next