platform/upstream/llvm.git
2020-02-20 Sam Clegg[WebAssembly] Use llvm::Optional to store optional...
2020-02-20 Fangrui Song[ELF][test] Fix --symbol-ordering-file tests of shuffle...
2020-02-20 Fangrui Song[ELF][test] Fix shuffle_sections.s
2020-02-20 Reid Kleckner[MS] Mark vectorcall FP and vector args inreg
2020-02-20 Hanhan Wang[mlir][Linalg] Allow specifiying zero-rank shaped type...
2020-02-20 Greg ClaytonAdd an Offset field to the SourceLocation for LookupRes...
2020-02-19 Dan LiewAdd a `%darwin_min_target_with_tls_support` lit substit...
2020-02-19 Nathan James[NFC] Fix issues with clang-tidy checks list.rst
2020-02-19 Thomas Lively[WebAssembly] Fix memory bug introduced in 52861809994c
2020-02-19 Alexander Lanin[clang-tidy] fix readability-redundant-member-init...
2020-02-19 LLVM GN Syncbot[gn build] Port 85fb997659b
2020-02-19 Lang Hames[JITLink] Fix testcase for main JITDylib rename in...
2020-02-19 Matt ArsenaultAMDGPU: Enable integer division bypass
2020-02-19 Yaxun (Sam... Add cl_khr_mipmap_image_writes as supported to AMDGPU
2020-02-19 Matt ArsenaultAMDGPU/GlobalISel: Remove outdated comment
2020-02-19 Matt ArsenaultAMDGPU/GlobalISel: Cleanup min/max RegBankSelect tests
2020-02-19 Lang Hames[ORC] Fix a missing move.
2020-02-19 Lang Hames[ORC] Qualify nullptr_t.
2020-02-19 David GoldmanAnother fix for 7d91633a2b9b1f563dc14c632cc0c461c3651f76
2020-02-19 Martijn VelsAdd benchmarks for basic_string::erase
2020-02-19 Cristian Adamlibclang: Add static build support for Windows
2020-02-19 Lang Hames[ORC] Add generic initializer/deinitializer support.
2020-02-19 David GoldmanFix broken test on Windows caused by D74790
2020-02-19 Rafael Ávila... [lld][ELF] Add --shuffle-sections=seed to shuffle input...
2020-02-19 Stanislav Mekhanoshin[AMDGPU] Fix DS_WRITE_B32 patterns
2020-02-19 Dan Liew[TSan] Fix incorrect expansion of `%deflake` lit substi...
2020-02-19 Louis Dionne[libc++] reduce <complex> parsing time
2020-02-19 Louis Dionne[libc++] Fixes backreferences for extended grammar.
2020-02-19 Tony[AMDGPU] AMDGPUUsage define call convention ABI
2020-02-19 Michael Kruse[IndVarSimply] Fix assert/release build difference.
2020-02-19 Tony[AMDGPU] Update AMDGPUUsage with DWARF proposal
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...
next