summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hopefully last fix for bot failuresTeresa Johnson2020-01-135-137/+137
* Fix readability-identifier-naming missing member variablesNathan James2020-01-132-6/+163
* Unbreak the mlir build after 202ab273e6eca134b69882f100c666fcd3affbcfBenjamin Kramer2020-01-132-2/+2
* Try number 2 for fixing bot failuresTeresa Johnson2020-01-135-22/+32
* AMDGPU/GlobalISel: Select llvm.amdgcn.ds.ordered.{add|swap}Matt Arsenault2020-01-135-0/+99
* [SelectionDAG] ComputeNumSignBits add getValidMaximumShiftAmountConstant() fo...Simon Pilgrim2020-01-132-24/+40
* AMDGPU/GlobalISel: Set insert point after waterfall loopMatt Arsenault2020-01-131-2/+3
* AMDGPU/GlobalISel: Add some baseline tests for vector extractMatt Arsenault2020-01-131-0/+468
* AMDGPU/GlobalISel: Fix branch targets when emitting SI_IFMatt Arsenault2020-01-132-7/+91
* AMDGPU/GlobalISel: Simplify assertMatt Arsenault2020-01-131-11/+3
* [X86][SSE] Add sitofp(shl(sext(x),y)) test case with non-uniform shift valueSimon Pilgrim2020-01-131-0/+49
* [lldb/Docs] Extend description section of the main pageJonas Devlieghere2020-01-131-2/+9
* Fix tests for builtbot failuresTeresa Johnson2020-01-135-24/+24
* [lldb/Scripts] Remove SWIG botJonas Devlieghere2020-01-135-621/+0
* [LegalizeTypes] Add SoftenFloatResult support for STRICT_SINT_TO_FP/STRICT_UI...Andrew Wei2020-01-142-8/+34
* [SelectionDAG] ComputeNumSignBits add getValidMinimumShiftAmountConstant() IS...Simon Pilgrim2020-01-132-55/+18
* [X86][SSE] Add sitofp(ashr(x,y)) test case with non-uniform shift valueSimon Pilgrim2020-01-131-0/+94
* [X86] Add AVX2 known signbits codegen testsSimon Pilgrim2020-01-131-67/+128
* [Scheduler] Remove superfluous casts. NFCDavid Green2020-01-132-5/+3
* [AArch64][SVE] Add patterns for some arith SVE instructions.Danilo Carvalho Grael2020-01-136-10/+432
* [ThinLTO] Add additional ThinLTO pipeline testing with new PMTeresa Johnson2020-01-138-0/+1244
* [DebugInfo] Make debug line address size mismatch non-fatal to parsingJames Henderson2020-01-132-19/+72
* [mlir] m_Constant()Lorenzo Chelini2020-01-134-3/+16
* [mlir] Added missing GPU lowering ops.Julian Gross2020-01-134-2/+106
* [Inlining] Add PreInlineThreshold for the new pass managerKazu Hirata2020-01-131-2/+6
* [mlir][Linalg] Update ReshapeOp::build to be more idiomaticNicolas Vasilache2020-01-134-9/+82
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-1313-44/+157
* [RISCV] Handle globals and block addresses in asm operandsLuís Marques2020-01-132-2/+52
* Fix cppcheck uninitialized variable in DiffTree() constructor warning. NFCI.Simon Pilgrim2020-01-131-2/+1
* Merge isVectorType() and getAs<VectorType> calls to silence clang static anal...Simon Pilgrim2020-01-131-2/+1
* Fix some cppcheck shadow variable warnings. NFCI.Simon Pilgrim2020-01-131-15/+13
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-131-2/+2
* Sema::getOwningModule - take const Decl* type.Simon Pilgrim2020-01-132-5/+6
* Add missing triples to tests in 0c29d3ff2233696f663ae34a8aeda23c750ac68f so t...Sam McCall2020-01-132-2/+2
* [AArch64] Emit HINT instead of PAC insns in Armv8.2-A or belowPablo Barrio2020-01-1313-130/+247
* [MIPS] Don't emit R_(MICRO)MIPS_JALR relocations against data symbolsAlex Richardson2020-01-132-53/+99
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-135-41/+148
* [InstSimplify] move tests for select from InstCombine; NFCSanjay Patel2020-01-132-33/+24
* [SelectionDAG] ComputeNumSignBits - Use getValidShiftAmountConstant for shift...Simon Pilgrim2020-01-131-15/+8
* [SelectionDAG] ComputeKnownBits - Add DemandedElts support to getValidShiftAm...Simon Pilgrim2020-01-133-17/+17
* [X86] Add knownbits tests showing missing shift amount demanded elts handling.Simon Pilgrim2020-01-132-0/+62
* Revert "[libc++] Explicitly enumerate std::string external instantiations."Oliver Stannard2020-01-134-62/+4
* [FPEnv] Fix chain handling for fpexcept.strict nodesUlrich Weigand2020-01-1310-471/+542
* GlobalISel: Fix assertion on wide G_ZEXT sourcesMatt Arsenault2020-01-132-1/+27
* [llvm-exegesis] Remove unneeded std::move()Miloš Stojanović2020-01-131-1/+1
* [lldb][NFC] Remove debug print statement from TestExprDiagnostics.pyRaphael Isemann2020-01-131-1/+0
* [clang] Remove raw string literals in macrosOliver Stannard2020-01-132-86/+96
* [SelectionDAG] ComputeKnownBits add getValidMinimumShiftAmountConstant() ISD:...Simon Pilgrim2020-01-132-3/+5
* [X86][SSE] Add knownbits test showing missing getValidMinimumShiftAmountConst...Simon Pilgrim2020-01-131-0/+33
* [clangd] Remove raw string literals in macrosOliver Stannard2020-01-131-12/+16
OpenPOWER on IntegriCloud