platform/upstream/llvm.git
2020-01-04 Daniel Sanders[gicombiner] Correct 64f1bb5cd2c to account for MSVC...
2020-01-04 Tyker[Diagnostic] Add test for previous b4b904e19bb356724b2c...
2020-01-04 LLVM GN Syncbot[gn build] Port 64f1bb5cd2c
2020-01-04 Daniel Sanders[gicombiner] Add GIMatchTree and use it for the code...
2020-01-04 Stella LaurenzoAdd missing mlir-headers target and add tablegen'd...
2020-01-03 Gabor Horvath[fuchsia] Enable Clang Static Analyzer
2020-01-03 Stanislav Mekhanoshin[AMDGPU] Revert scheduling to reduce spilling
2020-01-03 Jonas Devlieghere[lldb/Utility] YAML validation should be orthogonal...
2020-01-03 Jonas Devlieghere[lldb/Docs] Include the man page on the website
2020-01-03 Jinsong Ji[PowerPC][LoopVectorize] Add tests for fp128 and fp16
2020-01-03 Daniel Sanders[globalisel] Fix another mismatch between %d and the...
2020-01-03 Jonas Devlieghere[lldb/Docs] Include how to generate the man page
2020-01-03 Jonas Toth[clang-tidy] fix linkage with clangSema for FixitHintUt...
2020-01-03 Alexandre Ganea[mlir] Compilation fix: use LLVM_ATTRIBUTE_UNUSED follo...
2020-01-03 River Riddle[mlir] Fix indexed_accessor_range to properly forward...
2020-01-03 Matt ArsenaultGlobalISel: Add type argument to getRegBankFromRegClass
2020-01-03 Ayke van Laethem[bindings/go] Add Subprogram method
2020-01-03 Michael Liao[amdgpu] Skip non-instruction values in CF user tracing.
2020-01-03 Jonas Toth[clang-tidy] quickfix: add -fno-delayed-template-parsin...
2020-01-03 Jonas Toth[clang-tidy] fix broken linking for AddConstTest with...
2020-01-03 Stefan Gränitz[NFC][ORC] Fix typos and whitespaces in comments
2020-01-03 LLVM GN Syncbot[gn build] Port 9861a8538c0
2020-01-03 Jonas Paulsson[SystemZ] Don't allow CL option -mpacked-stack with...
2020-01-03 Matt ArsenaultAMDGPU: Add gfx9 run lines to a testcase
2020-01-03 Matt ArsenaultAMDGPU/GlobalISel: Add new utils file
2020-01-03 Matt ArsenaultAMDGPU: Only allow regs for s_movrel_{b32|b64}
2020-01-03 Lei Zhang[mlir] Enhance classof() checks in StructsGen
2020-01-03 Nicolas Vasilache[mlir][Linalg] NFC - Post-commit format fix
2020-01-03 Nicolas Vasilache[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder...
2020-01-03 Lei Zhang[mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V...
2020-01-03 Sanjay Patel[DAGCombiner] fix miscompile in translating (X & undef...
2020-01-03 Craig Topper[LegalizeVectorOps] Pass the post-UpdateNodeOperands...
2020-01-03 Sanjay Patel[x86] add test for miscompile in XformToShuffleWithZero...
2020-01-03 LLVM GN Syncbot[gn build] Port cf48101200e
2020-01-03 Craig Topper[X86] Improve for v2i32->v2f64 uint_to_fp
2020-01-03 Jonas Toth[clang-tidy] implement utility-function to add 'const...
2020-01-03 Nicolas Vasilache[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder...
2020-01-03 Reid KlecknerMove tail call disabling code to target independent...
2020-01-03 Alexander LaninRemove outdated svn/git information from hacking page
2020-01-03 Roman Lebedev[NFC][InstCombine] '(Op1 & С) - Op1' -> '-(Op1 & ~C...
2020-01-03 Roman Lebedev[NFC][InstCombine] '(Op1 & С) - Op1' pattern tests...
2020-01-03 Roman Lebedev[NFC][InstCombine] Autogenerate and2.ll checklines
2020-01-03 Ahmed Taei[mlir][linalg] Lower linalg to affine loops
2020-01-03 Nicolas Vasilache[mlir][Vector] NFC - Add documentation for the VectorOp...
2020-01-03 Jonas Devlieghere[DWARF] Don't assume optional always has a value.
2020-01-03 Roman Lebedev[NFC][InstCombine] '(X & (- Y)) - X' -> '- (X & (Y...
2020-01-03 Roman Lebedev[NFC][InstCombine] '(X & (- Y)) - X' pattern tests...
2020-01-03 Fangrui Song[AArch64][test] Merge arm64-$i.ll Linux tests into...
2020-01-03 Sam McCall[clangd] targetDecl() returns only NamedDecls.
2020-01-03 Alexey Bataev[OPENMP]Fix crash on error message for declare reduction.
2020-01-03 Nico Weber[clang-format/java] format multiple qualified annotatio...
2020-01-03 Kelvin Li[OpenMP] diagnose zero-length array section in the...
2020-01-03 Johannes Doerfert[Attributor][FIX] Allow dead users of rewritten function
2020-01-03 Johannes Doerfert[Attributor][NFC] Unify the way we delete dead functions
2020-01-03 Johannes Doerfert[Attributor][FIX] Don't crash on ptr2int/int2ptr instru...
2020-01-03 Johannes Doerfert[Attributor][FIX] Do not derive nonnull and dereference...
2020-01-03 Johannes Doerfert[Attributor][FIX] Return CHANGED once a pessimistic...
2020-01-03 Tyker[Diagnostic] Fixed add ftabstop to -Wmisleading-indentation
2020-01-03 Matt ArsenaultAMDGPU/GlobalISel: Fix off by one in operand index
2020-01-03 Roman Lebedev[DAGCombiner][X86][AArch64] Generalize `A-(A&B)`->...
2020-01-03 Roman Lebedev[NFC][X86][AArch64] Add 'A - (A & B)' pattern tests...
2020-01-03 Roman Lebedev[NFC][X86] Add BMI runlines to align-down.ll test
2020-01-03 Roman Lebedev[DAGCombiner] `~(add X, -1)` -> `neg X` fold
2020-01-03 Roman Lebedev[NFC][DAGCombine][X86] '~(X - 1)' pattern tests
2020-01-03 Roman Lebedev[DAGCombine][X86][Thumb2/LowOverheadLoops] `A - (A...
2020-01-03 Roman Lebedev[NFC][DAGCombine][X86] Tests for 'A - (A & C)' pattern...
2020-01-03 Roman Lebedev[NFC][DAGCombine] Clarify comment for 'A - (A & (B...
2020-01-03 Sam Parker[ARM][NFC] Update MIR test
2020-01-03 serge-sans... Use llvm_canonicalize_cmake_booleans where intended
2020-01-03 serge-sans... Fix compiler extension testing
2020-01-03 serge-sans... Fix typo in compiler extension testing
2020-01-03 AnkitFix for a dangling point bug in DeadStoreElimination...
2020-01-03 Sanjay Patel[InstCombine] replace undef elements in vector constant...
2020-01-03 Jay FoadFix typo "psuedo" in comments
2020-01-03 Jay Foad[TargetLowering] Remove comments referring to TLOF
2020-01-03 Lei Zhang[mlir][spirv] Fix shader ABI attribute prefix and add...
2020-01-03 James Henderson[test][ELF] Use CHECK-NEXT to properly verify error...
2020-01-03 James Henderson[DebugInfo] Remove redundant checks for past-the-end...
2020-01-03 Anastasia Stulova[OpenCL] Add link to C++ for OpenCL documentation
2020-01-03 Ilya Biryukov[Syntax] Build spanning SimpleDecalration for classes...
2020-01-03 James Henderson[test][llvm-dwarfdump] Use --implicit-check-not to...
2020-01-03 James Henderson[test][llvm-dwarfdump] Normalise contents and checks...
2020-01-03 James Henderson[test][llvm-dwarfdump] Add missing checks for table...
2020-01-03 Roman Lebedev[DAGCombine][X86][AArch64] 'A - (A & (B - 1))' -> ...
2020-01-03 Roman Lebedev[NFC][DAGCombine][X86][AArch64] Tests for 'A - (A ...
2020-01-03 Raphael Isemann[lldb][NFC] Remove forward declaration for non-existent...
2020-01-03 Raphael Isemann[lldb][NFC] Document TypeSystem and related Compiler...
2020-01-03 Sam Parker[ARM][NFC] Move tail predication checks
2020-01-03 Craig Topper[X86] Reorder X86any* PatFrags to put the strict node...
2020-01-03 Kadir Cetinkaya[clangd] Replace shortenNamespace with getQualification
2020-01-03 TH3CHARLie[llvm-size] print a blank line between archieve members...
2020-01-03 Craig Topper[X86] Re-enable lowerUINT_TO_FP_vXi32 under fast-math...
2020-01-03 QingShan Zhang[DAGCombine] Initialize the default operation action...
2020-01-03 Wang, Pengfei[X86] Enable strict FP by default and remove option...
2020-01-03 Kazuaki Ishizaki[mlir] NFC: Fix broken links in docs
2020-01-03 Hideto UenoRevert "[Attributor] AAValueConstantRange: Value range...
2020-01-03 Kamil Rytarowski[compiler-rt] [netbsd] Switch to syscall for ThreadSelf...
2020-01-03 Justin Hibbits[PowerPC]: Fix predicate handling with SPE
2020-01-03 Justin HibbitsRun update_llc_test_checks against SPE tests.
2020-01-03 Wang, Pengfei[X86] Optimization of inserting vxi1 sub vector into...
next