platform/upstream/llvm.git
2020-04-12 Simon PilgrimSelectionDAGISel.h - remove Pass.h include and forward...
2020-04-12 Simon PilgrimParallelCG.h - replace TargetMachine.h include with...
2020-04-12 Florian Hahn[VPlan] Turn classes with all public members into struc...
2020-04-12 Simon Pilgrim[X86] Use isAnyZero shuffle mask helper where possible...
2020-04-12 Ehud Katz[MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variables
2020-04-12 River Riddle[mlir][IR] Manually register command line options for...
2020-04-12 River Riddle[mlir][StorageUniquer] Replace all usages of std::funct...
2020-04-12 Chris LattnerA few cosmetic cleanups to StringMap/StringSet.h, inclu...
2020-04-12 Chris LattnerChange the identifier table in MLIRContext to use Strin...
2020-04-12 Stephen Neuendorffer[MLIR] CMake cleanup for mlir-opt
2020-04-12 Stephen Neuendorffer[MLIR] add cmake abstraction for translation libraries
2020-04-12 Chris LattnerChange the implementation of mlir::hash_value(Identifie...
2020-04-12 Chris LattnerImplement some micro-optimizations for Identifier. NFC
2020-04-12 Craig Topper[CallSite removal][FastISel] Remove uses of CallSite.
2020-04-12 Craig Topper[X86] Enable shuffle combining for AVX512 unless the...
2020-04-12 Stefanos Baziotis[LoopTerminology] LCSSA: Fix typo in code sample
2020-04-12 Sam Clegg[lld][WebAssembly] Add test for --export of empty string
2020-04-12 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for v2s16 shifts
2020-04-11 David BlaikieRevert "llvm-dwarfdump: Report errors when failing...
2020-04-11 Rahman LavaeeRevert "This is a test commit."
2020-04-11 Rahman LavaeeThis is a test commit.
2020-04-11 Matt ArsenaultAMDGPU/GlobalISel: Legalize 16-bit shift amounts to s16
2020-04-11 Uday Bondhugula[MLIR][NFC] add doc cross links from/to std.alloca
2020-04-11 Craig Topper[X86] Cleanup ISD::BRIND handling code in X86DAGToDAGIS...
2020-04-11 Craig Topper[X86] Move code that replaces ISD::VSELECT with X86ISD...
2020-04-11 Eli Friedman[DenseMap] Add assertion that end() iterator isn't...
2020-04-11 River Riddle[mlir][docs] Remove the MLIR prefix from several titles.
2020-04-11 Simon PilgrimModuleUtils.h - include and forward declaration cleanup...
2020-04-11 Kadir Cetinkaya[clangd] Disable failing target_info test
2020-04-11 Craig Topper[CallSite removal][SelectionDAGBuilder] Use CallBase...
2020-04-11 Kadir Cetinkaya[clangd][test] Provide registered targets to lit tests
2020-04-11 Matt ArsenaultGlobalISel: Fix typo in assert message
2020-04-11 Matt ArsenaultAMDGPU/GlobalISel: Fix legalizing <3 x s16> vselects
2020-04-11 Hongtao Yu[CodeGen] Allow partial tail duplication in Machine...
2020-04-11 Aaron PuchertUse more LLVM_ENABLE_ABI_BREAKING_CHECKS in Error.h
2020-04-11 River Riddle[mlir][docs] Refactor the layout of the docs folder
2020-04-11 Casey Carter[libc++][test] Silence "unused variable" warning
2020-04-11 Fangrui Song[MC] Default MCAsmInfo::UseIntegratedAssembler to true
2020-04-11 Fangrui Song[MC] Add UseIntegratedAssembler = false. NFC
2020-04-11 Benjamin KramerSimplify string joins. NFCI.
2020-04-11 Sam McCall[clangd] Remove redundant code in test. NFC
2020-04-11 Jonathan Roelofs[mlir][docs] Explain the EDSC acronym. NFC
2020-04-11 Jonathan Roelofs[mlir][toy] Fix comment typo. NFC
2020-04-11 Jonathan Roelofs[mlir][toy][docs] Fix reference to generated ToyCombine...
2020-04-11 Jonathan Roelofs[mlir][toy][docs] Reword for better sentence flow. NFC
2020-04-11 Matt ArsenaultAMDGPU/GlobalISel: Work around forming illegal zextload...
2020-04-11 Kostya Kortchinsky[scudo][standalone] Work with -Werror=class-memaccess
2020-04-11 Uday Bondhugula[MLIR] Handle in-place folding properly in greedy patte...
2020-04-11 Sanjay Patel[VectorUtils] rename scaleShuffleMask to narrowShuffleM...
2020-04-11 Simon PilgrimTargetLoweringObjectFileImpl.h - replace MCExpr.h and...
2020-04-11 Benjamin Kramer[FormatVariadic] Put back return type in an attempt...
2020-04-11 Benjamin Kramer[argpromote] Use formatv to simplify code. NFCI.
2020-04-11 Benjamin Kramer[FormatVariadic] Reduce allocations
2020-04-11 Nemanja Ivanovic[PowerPC] Handle f16 as a storage type only
2020-04-11 Florian Hahn[VPlan] Drop redundant private: at beginning of class...
2020-04-11 Nemanja Ivanovic[TSAN] Fix infinite loop on targets where char is unsigned
2020-04-11 Simon PilgrimCodeGen/EdgeBundles - move Twine.h include down into...
2020-04-11 Simon PilgrimLocal.h - remove unnecessary Twine.h include. NFC.
2020-04-11 Simon PilgrimPhiValues.h - remove unused llvm::Use forward declarati...
2020-04-11 Simon PilgrimObjCARCAnalysisUtils.h - remove unused llvm::raw_ostrea...
2020-04-11 Simon PilgrimSyntheticCountsUtils.h - remove unused llvm::CallGraph...
2020-04-11 Simon PilgrimOptimizationRemarkEmitter.h - remove unused llvm::Debug...
2020-04-11 Simon PilgrimPasses.h - remove unused llvm::LoopPass/Pass/PassInfo...
2020-04-11 Shilei Tian[OpenMP] Introduce stream pool to make sure the correct...
2020-04-11 Simon PilgrimPredicateInfo.h - remove unused llvm::Instruction/Memor...
2020-04-11 Simon PilgrimIntrinsicLowering.h - remove unused llvm::Module forwar...
2020-04-11 Simon PilgrimExecutionDomainFix.h - remove unused llvm::MachineBasic...
2020-04-11 Simon PilgrimCallingConvLower.h - remove unused llvm::TargetMachine...
2020-04-11 Simon PilgrimAnalysis.h - remove unused SDNode/SDValue/SelectionDAG...
2020-04-11 Dmitry Vyukovtsan: add newline in test file
2020-04-11 Simon Pilgrim[PDB] Remove defunct PDBFileBuilder::commitFpm declarat...
2020-04-11 Dmitry Vyukovtsan: fix leak of ThreadSignalContext memory mapping...
2020-04-11 Dmitry Vyukovtsan: disable ASLR in Go test on NetBSD
2020-04-11 River Riddle[mlir][NFC] Refactor ClassID into a TypeID class.
2020-04-11 Craig TopperChange FastISel::CallLoweringInfo::CS to be an Immutabl...
2020-04-11 River Riddle[mlir][Pass] Add a new `Pass::getArgument` hook
2020-04-11 Shengchen Kan[NFC][test] Refine tests for branch align
2020-04-11 Shengchen Kan[X86][MC] Make -x86-pad-max-prefix-size compatible...
2020-04-11 Julian Lettner[lit] Temporarily disable failing tests on Windows
2020-04-11 Craig Topper[CallSite removal][SelectionDAGBuilder] Remove most...
2020-04-11 Nemanja Ivanovic[PowerPC] Another folow-up fix for 6c4b40def776
2020-04-11 Scott Constable[X86] Fix to X86LoadValueInjectionRetHardeningPass...
2020-04-11 Jim InghamConvert the ThreadPlanCommands test to use a scripted...
2020-04-11 Jim InghamThread Plans pushed by a scripted plan should be privat...
2020-04-11 Mehdi AminiRevert "[TLI] Per-function fveclib for math library...
2020-04-11 Siva Chandra... [libc] Add fully-qualified target names.
2020-04-11 Matt ArsenaultGlobalISel: Fix incorrect lowering G_FCOPYSIGN
2020-04-11 Huihui Zhang[GVN] Fix VNCoercion for Scalable Vector.
2020-04-11 Julian Lettner[lit] Fix tests on Windows
2020-04-11 David Blaikiellvm-dwarfdump: Report errors when failing to parse...
2020-04-11 Eric ChristopherExclude bitcast and ext/trunc signbit optimization...
2020-04-11 Fangrui Song[ELF][test] Reorganize format-binary.test
2020-04-10 Huihui Zhang[BasicAA] Fix aliasGEP/DecomposeGEPExpression for scala...
2020-04-10 Jonas Devlieghere[lldb/Test] Rewrite ReproducerInstrumentationTest
2020-04-10 Sam Clegg[WebAssembly] Minor cleanup to WebAssemblySubtarget...
2020-04-10 Martijn VelsMake basic_string::operator=() tail call properly
2020-04-10 Daniel SandersAdd -debugify-and-strip-all to add debug info before...
2020-04-10 Julian Lettner[lit] Increase sleep time in timeout test
2020-04-10 Lang Hames[ORC] Add an OrcV2 C API function for configuring Targe...
2020-04-10 Matt ArsenaultDisable test on windows
next