platform/upstream/llvm.git
2020-04-13 Louis Dionne[libunwind] Enable the new libc++ testing format by...
2020-04-13 jasonliuRemove '<' from test for better yam2obj input consumption
2020-04-13 Louis Dionne[libc++] Mark test failing with macos < 10.13 as unsupp...
2020-04-13 River Riddle[mlir][NFC] Replace mlir/Support/Functional.h with...
2020-04-13 Louis Dionne[libc++] NFC: Remove unused Lit features in the test...
2020-04-13 Benjamin Kramer[CHR] Clean up some code and reduce copying. NFCI.
2020-04-13 Nico WeberRevert a few unsuccessful attempts at fixing bots.
2020-04-13 Sterling AugustineUse a temporary file, to allow running on read-only...
2020-04-13 Louis Dionne[libc++] NFC: Remove unused method call
2020-04-13 Craig Topper[CallSite removal][TargetLowering] Replace ImmutableCal...
2020-04-13 Eli FriedmanMake IRBuilder automatically set alignment on load...
2020-04-13 Dan Liew[Darwin] Fix a bug where the symbolizer would examine...
2020-04-13 Dan Liew[Sanitizer Common] Show command used to launch symboliz...
2020-04-13 LLVM GN Syncbot[gn build] Port e823068306e
2020-04-13 LLVM GN Syncbot[gn build] Port 255cc202ea6
2020-04-13 Lang Hames[Support] Add missing files from e823068306e.
2020-04-13 Martin Storsjö[LLD] [COFF] Fix alignment of thunks for ARM/ARM64
2020-04-13 MaheshRavishankar[mlir][Linalg] NFC: Add utility function to tile, fuse...
2020-04-13 MaheshRavishankar[mlir][Linalg] NFC : Fix check for scalar case handling...
2020-04-13 MaheshRavishankar[mlir][Linalg] Add loop.parallel lowering for all Linal...
2020-04-13 Sam McCall[Support] Fix CMakeLists after e823068306e98e9
2020-04-13 Reid KlecknerFix target_info.test on Windows with a hack
2020-04-13 Sam McCall[clangd] Rebuild dependent files when a header is saved.
2020-04-13 Christopher... Clean up usages of asserting vector getters in Type
2020-04-13 Lang Hames[ORC] Update ORCv2 docs to reflect removal of Execution...
2020-04-13 Lang Hames[Support] Add support RTTI support for open class hiera...
2020-04-13 Denis Khalikov[mlir][spirv] Add a `spirv::InterfaceVarABIAttr`.
2020-04-13 Lei Zhang[mlir][spirv] NFC: use Optional to replace SPV_Optional
2020-04-13 Chris LattnerRemove the Identifier::is() method, it is now equivalen...
2020-04-13 Christopher... Clean up usages of asserting vector getters in Type
2020-04-13 Rahman LavaeeExtend BasicBlock sections to allow specifying clusters...
2020-04-13 Rahman LavaeeRevert "Extend BasicBlock sections to allow specifying...
2020-04-13 Lama[MachinePipeliner] Refine the RecMII calculation
2020-04-13 Austin Kerbow[AMDGPU] Fix comment for llvm.amdgcn.div.scale. NFC.
2020-04-13 Chris LattnerEliminate all uses of Identifier::is() in the source...
2020-04-13 Matt ArsenaultHIP: Fix handling of denormal mode
2020-04-13 Rahman LavaeeExtend BasicBlock sections to allow specifying clusters...
2020-04-13 Benjamin Kramer[InstCombine] Use SmallBitVector for convienently check...
2020-04-13 Uday Bondhugula[MLIR] NFC cleanup/modernize memref-dataflow-opt /...
2020-04-13 Uday Bondhugula[MLIR] NFC clean up simplify-affine-structures test...
2020-04-13 River Riddle[mlir][Transforms][docs] Add a description blurb for...
2020-04-13 Mehdi AminiAdd missing dependencies on the flang test target
2020-04-13 Lei Zhang[mlir][spirv] Improve stride support in array types
2020-04-13 Matt Morehouse[SanCov] Disable whitelist/blacklist test on Darwin.
2020-04-13 Nico Weber[gn build] (manually) merge 6dbf1a1229ba
2020-04-13 Vedant Kumar[InstCombine] Fix debug variance issue in tryToMoveFree...
2020-04-13 Vedant Kumar[Debugify] Strip added metadata in the -debugify-each...
2020-04-13 Fangrui Song[llvm-xray][test] Combine two AArch64 tests
2020-04-13 Chris LattnerReimplement mlir::Identifier to be a wrapper around...
2020-04-13 Sam McCall[clangd] Send the correct error code when cancelling...
2020-04-13 Simon Pilgrim[CostModel][X86] Remove comments that begin with a...
2020-04-13 Lei Zhang[mlir][spirv] Add missing interface storage classes...
2020-04-13 Benjamin Kramer[ADT] Reduce the requirements for the simple loop in...
2020-04-13 Shilei Tian[OpenMP] Refined CUDA plugin to put all CUDA operations...
2020-04-13 Craig Topper[CallSite removal][GlobalISel] Use CallBase instead...
2020-04-13 Matt ArsenaultDAG: Fix wrong legality check for ISD::FMAD
2020-04-13 Craig Topper[X86] Move X86ShuffleDecode.cpp/h into MCTargetDesc...
2020-04-13 Jon Roelofs[llvm] Fix yet more missing FileCheck colons
2020-04-13 Jon Roelofs[llvm] Fix another missing FileCheck colon
2020-04-13 Jonathan Roelofs[llvm] Fix more missing FileCheck directive colons
2020-04-13 Louis Dionne[lit] Print substitutions with --show-suites
2020-04-13 Nico WeberFix an indent.
2020-04-13 jasonliu[llvm-objdump] Fix incomplete relocation output for...
2020-04-13 Jay Foad[X86] Improve combineVectorShiftImm
2020-04-13 mydeveloperday[clang-format] use spaces for alignment with UT_ForCont...
2020-04-13 mydeveloperday[clang-format] A Minor change to clang-format-diff.py
2020-04-13 mydeveloperday[clang-format] Always break line after enum opening...
2020-04-13 Simon Pilgrim[X86][AVX] Attempt to scale masked shuffles to match...
2020-04-13 Simon Pilgrim[X86][AVX] Add some masked variable shuffle tests
2020-04-13 Benjamin KramerAddress sphinx warnings
2020-04-13 Simon PilgrimCodeMetrics.h - include and forward declaration cleanup...
2020-04-13 Simon PilgrimIVDescriptors.h - include and forward declaration clean...
2020-04-13 Simon Pilgrim[X86][AVX] Create splitVectorIntBinary helper.
2020-04-13 SCOTT-HAMILTONTypos correction.
2020-04-13 serge-sans... Normalize working directory when running llvm-mc in...
2020-04-13 Nico Weberfix some doc typos to cycle bots
2020-04-13 Kadir Cetinkaya[clangd] Update TUStatus test to handle async PreambleT...
2020-04-13 Gil Rapaport[LV] Clean up vectorizeInterleaveGroup (NFCI)
2020-04-13 Tyker[AssumeBundles] adapt Assumption cache to assume bundles
2020-04-13 Muhammad Omair... [LLDB] Remove xfail aarch64/linux from TestThreadPlanCo...
2020-04-13 Benjamin KramerRevert "[SCCP] Use SimplifyBinOp for non-integer consta...
2020-04-13 River Riddle[mlir][NFC] Mark a debug only variable as (void) to...
2020-04-13 Florian Hahn[VPlan] Introduce VPWidenSelectRecipe (NFC).
2020-04-13 River Riddle[mlir][SymbolDCE][NFC] Fix the visibility of the symbol...
2020-04-13 Craig Topper[CallSite removal][CodeGen] Use CallBase instead of...
2020-04-13 Craig Topper[CallSite removal][CodeGen] Use CallBase instead of...
2020-04-13 Craig Topper[CallSite removal][CodeGen] Use CallBase instead of...
2020-04-13 Craig Topper[CallSite removal][CodeGen] Use CallBase instead of...
2020-04-13 Craig Topper[CallSite removal][CodeGen] Use CallBase instead of...
2020-04-13 Fangrui Song[MC] Reorganize and improve macro tests
2020-04-13 Alexander KornienkoRemove dependency between test files.
2020-04-13 Austin Kerbow[AMDGPU] Don't assert on partial exec copy
2020-04-13 Kang Zhang[NFC][PowerPC] Add a new test case early-ret-verify.mir
2020-04-13 River Riddle[mlir][EnumGen] Generate utility symbolizeEnum and...
2020-04-13 Craig Topper[CallSite removal][FastISel] Use CallBase instead of...
2020-04-12 Chris Lattnerclang format one more line.
2020-04-12 Chris LattnerNFC: Clean up the implementation of StringPool a bit...
2020-04-12 Eli Friedman[GlobalOpt] Explicitly set alignment of bool load/store...
2020-04-12 Huihui Zhang[NFC] Use VectorType::isScalable to align with ongoing...
2020-04-12 Fangrui Song[MC][test] Reorganize macro tests
next