platform/upstream/llvm.git
2020-02-19 Sanjay Patel[x86] add test for uint->fp with unsafe-fp-math (PR4360...
2020-02-19 Krzysztof Parzyszek[Hexagon] Change HVX vector predicate types from v512...
2020-02-19 Fady Ghanim[OpenMP][OMPIRBuilder] Introducing the `OMPBuilderCBHel...
2020-02-19 Nikita PopovReapply [IRBuilder] Always respect inserter/folder
2020-02-19 aartbik[mlir] [VectorOps] Framework for progressive lowering...
2020-02-19 Bill WendlingInclude static prof data when collecting loop BBs
2020-02-19 Max Moroz[libFuzzer] Fix denominator in the "inputs have DFT...
2020-02-19 Simon Pilgrim[AMDGPU] Regenerate immediate constant tests
2020-02-19 Simon Pilgrim[UpdateTestChecks] Add support for '.' in ir function...
2020-02-19 Louis Dionne[CMake] Only detect the linker once in AddLLVM.cmake
2020-02-19 Diego Caballero[mlir][NFC] Fix 'gatherLoops' utility
2020-02-19 Bardia Mahjour[DDG] Data Dependence Graph - Graph Simplification
2020-02-19 River Riddle[mlir][NFC] Fix warning for mismatched sign comparison.
2020-02-19 Florian HahnRevert "[PatternMatch] Match XOR variant of unsigned...
2020-02-19 River Riddle[mlir][Parser] Use APFloat instead of FloatAttr when...
2020-02-19 River Riddle[mlir][ODS] Add a new trait `TypesMatchWith`
2020-02-19 Jonas Devlieghere[lldb/Core] Remove locking in the PluginManager
2020-02-19 Tyker[AssumeBundle] Add documentation for the operand bundle...
2020-02-19 Jonas Paulsson[ValueTracking] Improve isKnownNonNaN() to recognize...
2020-02-19 Nico Weber[gn build] use \bfoo\b instead of \<foo\> in sync script
2020-02-19 LLVM GN Syncbot[gn build] Port a54d81f5979
2020-02-19 Sean SilvaFix Block::eraseArgument when block arg is also a succe...
2020-02-19 Nico Weber[gn build] Set up include_dirs for a54d81f597 (first...
2020-02-19 Craig Topper[X86] Add DCI.isBeforeLegalize() check to the v64i1...
2020-02-19 Zurab Tsinadze[analyzer] CERT: POS34-C
2020-02-19 Stanislav Mekhanoshin[AMDGPU] Fix assumption about LaneBitmask content
2020-02-19 Eric Fiselier[libc++] Fix ABI break in __bit_reference.
2020-02-19 Jordan Rupprecht[NFC][compiler-rt][test] Fully qualify string -> std...
2020-02-19 Nikita PopovRevert "[IRBuilder] Always respect inserter/folder"
2020-02-19 Alexandre Eichenberger[mlir][ods] Adding attribute setters generation
2020-02-19 Nikita Popov[InstCombine] Fix removal from deferred instructions
2020-02-19 David Goldman[Sema][CodeComplete] Handle symlinks for include code...
2020-02-19 Nikita Popov[IRBuilder] Always respect inserter/folder
2020-02-19 Simon Pilgrim[SystemZ] Regenerate risbg tests. NFCI.
2020-02-19 Denis Khalikov[mlir][spirv] Add mlir-vulkan-runner
2020-02-19 Raphael Isemann[lldb][NFC] Remove giant do{...}while(false); in ClangA...
2020-02-19 Daniel Favatsan: removing redundant loop in ThreadClock::release()
2020-02-19 Alex Zinenko[mlir] NFC: use ValueRange for BlockArgument in Convert...
2020-02-19 Mikhail Maltsev[ARM,MVE] Fix predicate types of some intrinsics
2020-02-19 Cameron McInally[AArch64][SVE] Add initial backend support for FP splat...
2020-02-19 Nico Weber[gn build] revert e8e078c8bf7987
2020-02-19 Jay Foad[AMDGPU][ConstantFolding] Fold llvm.amdgcn.fmul.legacy...
2020-02-19 Stefan Pintilie[Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL
2020-02-19 Krzysztof ParzyszekAdd <128 x i1> as an intrinsic type
2020-02-19 Florian Hahn[CGP] Adjust CodeGen tests after e01a3d49c22
2020-02-19 Florian Hahn[PatternMatch] Match XOR variant of unsigned-add overfl...
2020-02-19 Matt ArsenaultAMDGPU/GlobalISel: Select MUBUF path for global atomic...
2020-02-19 Pierre-vh[AArch64][ASMParser] Refuse equal source/destination...
2020-02-19 Raphael Isemann[lldb][NFC] Modernize test setup code in several lang...
2020-02-19 Raphael Isemann[lldb] Remove Windows X-fail for TestCPPAuto and TestSt...
2020-02-19 Jay Foad[TableGen] Diagnose undefined fields when generating...
2020-02-19 Sven van Haastregt[OpenCL] Only declare _sat conversions for integer...
2020-02-19 Alexander Belyaev[MLIR] Add naive fusion of parallel loops.
2020-02-19 Raphael Isemann[lldb][NFC] Pointer to reference conversion for Compile...
2020-02-19 Miloš StojanovićRecommit: "[llvm-exegesis] Improve error reporting...
2020-02-19 Pavel Labath[lldb/DWARF] Add support for location lists in package...
2020-02-19 Pavel LabathErrorTest: Break up "ErrorMatchers" test
2020-02-19 Raphael Isemann[lldb] Remove some unnecessary includes from test sources
2020-02-19 Sam Parker[ARM][LowOverheadLoops] Check loop liveouts
2020-02-19 Tamas BerghammerSupport OptionalAttr inside a StructAttr
2020-02-19 David Green[ARM] VMLAVA reduction patterns
2020-02-19 Raphael Isemann[lldb] Skip failing parts of TestCppConstructors that...
2020-02-19 Raphael Isemann[lldb] Make comparing RegisterInfo::[alt_]name's pointe...
2020-02-19 Sander de Smalen[AArch64][SVE] CodeGen of ACLE Builtin Types
2020-02-19 Georgii Rymar[yaml2obj] - Change the order of implicitly created...
2020-02-19 Oliver StannardRevert "Reland D74436 "Change clang option -ffp-model...
2020-02-19 Simon Pilgrim[AMDGPU] performCvtF32UByteNCombine - add SHL and Simpl...
2020-02-19 David Green[ARM] MVE VADDLV lowering
2020-02-19 Petar Avramovic[MIPS GlobalISel] Legalize non-power-of-2 and unaligned...
2020-02-19 Petar Avramovic[MIPS GlobalISel] Select 4 byte unaligned load and...
2020-02-19 Florian Hahn[TargetLower] Update shouldFormOverflowOp check if...
2020-02-19 Kerry McLaughlin[AArch64][SVE] Add SVE2 intrinsics for polynomial arith...
2020-02-19 Djordje TodorovicReland "[DebugInfo] Enable the debug entry values featu...
2020-02-19 Tamas Petz[LLD][ELF][ARM] Fix support for SBREL type relocations
2020-02-19 Raphael Isemann[lldb] Let TestCppConstructors pass without fix-it...
2020-02-19 Raphael Isemann[lldb] Put Host/common headers in a module
2020-02-19 David Green[ARM] Extra MVE VADDV reduction patterns
2020-02-19 Florian Hahn[DebugInfo] Pass linux triple to tests requiring ELF.
2020-02-19 Raphael Isemann[lldb] Let TypeSystemClang::GetDisplayTypeName remove...
2020-02-19 Raphael Isemann[lldb][NFC] Add a missing test case to TestCppConstruct...
2020-02-19 Raphael Isemann[lldb] Make TestFormatters.py not rely on working const...
2020-02-19 Alexander Belyaev[MLIR][Ploops] Add custom builders from ParallelOp...
2020-02-19 Petar Avramovic[MIPS GlobalISel] RegBankSelect G_MERGE_VALUES and...
2020-02-19 Balázs Kéri[clang-tidy] Added a case to UnconventionalAssignOperat...
2020-02-19 Florian Hahn[CGP] Precommit tests for D74228.
2020-02-19 Kirill BobyrevFix build after D74606
2020-02-19 Craig Topper[X86] Remove vXi1 select optimization from LowerSELECT...
2020-02-19 Jonas Devlieghere[lldb/Core] Remove more duplicate code in PluginManager...
2020-02-19 Kirill Bobyrev[clangd] Add add commit characters to the server capabi...
2020-02-19 Craig Topper[X86] Handle splats in LowerBUILD_VECTORvXi1 by directl...
2020-02-19 Brian Gesiak[Coroutines][6/6] Clang schedules new passes
2020-02-19 Brian Gesiak[Coroutines][5/6] Add coroutine passes to pipeline
2020-02-19 Brian Gesiak[Coroutines][4/6] New pass manager: coro-cleanup
2020-02-19 Brian GesiakRe-land new pass manager coro-split and coro-elide
2020-02-19 Sourabh Singh... [DebugInfo]: Added support for DWARFv5 Info section...
2020-02-19 Fangrui Song[DebugInfo][test] Fix section flags/type to avoid warni...
2020-02-19 Brian Gesiak[LazyCallGraph] Fix ambiguous index value
2020-02-19 Jonas Devlieghere[lldb] Sort forward declarations in lldb-forward.h
2020-02-19 Jonas Devlieghere[lldb] Move ArchitectureCreateInstance into ldb-private...
2020-02-19 Jonas Devlieghere[lldb/Docs] Update the features matrix
next