platform/upstream/llvm.git
2021-02-13 Valentin Clement[flang][fir][NFC] Move FieldType to TableGen type defin...
2021-02-13 Valentin Clement[flang][fir] Add fir-opt tool
2021-02-13 Jian Cai[llvm-objcopy] preserve file ownership when overwritten...
2021-02-13 AndreyChurbanov[OpenMP] NFC: fix test removing the target construct
2021-02-13 AndreyChurbanov[OpenMP] fix test adding mapping of shared variables
2021-02-13 Artur Gainullin[SYCL] Ignore file-scope asm during device-side SYCL...
2021-02-13 Adrian PrantlStore the LocationKind of an entry value buffer indepen...
2021-02-13 wlei[CSSPGO][llvm-profgen] Filter out the instructions...
2021-02-13 Arthur Eubanks[NFC] Combine runNewPMPasses() and runNewPMCustomPasses()
2021-02-13 Benjamin Kramer[lldb] Fix up SysV ABI implementations after 057efa9916...
2021-02-13 Jonas Paulsson[SystemZ] Fix vecintrin.h to not emit alignment hints...
2021-02-13 Adrian PrantlSupport dereferencing a DWARF scalar stack value
2021-02-13 Adrian PrantlMake the error condition in Value::ValueType explicit...
2021-02-13 Craig Topper[RISCV] Move riscv_vfmv_v_f_vl patterns to RISCVInstrIn...
2021-02-12 Craig Topper[RISCV] Add support for fixed vector fabs
2021-02-12 Craig Topper[RISCV] Add support for fixed vector sqrt.
2021-02-12 James Y KnightLLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw...
2021-02-12 Eric Schweitz[flang][fir][NFC] Minor format changes to FIROps.td.
2021-02-12 wlei[CSSPGO][llvm-profgen] Renovate perfscript check and...
2021-02-12 Eric Schweitz[flang][fir][NFC] Move code from FIRDialect.h into...
2021-02-12 Jessica Paquette[AArch64][GlobalISel] Fold constants into G_GLOBAL_VALUE
2021-02-12 Amy HuangFix test in external_symbolizer_path.cpp, by adding...
2021-02-12 Craig Topper[RISCV] Use a ComplexPattern to merge the PatFrags...
2021-02-12 Vladimir Vereschaka[libc++abi] Fix forced_unwind tests failures on ARM...
2021-02-12 Jay Foad[GlobalISel] Simpler verification of G_SEXT_INREG and...
2021-02-12 Amy HuangFix test failure for external_symbolizer_path.cpp
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...
next