platform/upstream/llvm.git
2020-01-13 Kadir Cetinkaya[clangd] Render header of hover card as a heading
2020-01-13 Nico Weber[gn build] (manually) port b4a99a061f51
2020-01-13 Teresa JohnsonRevert "[ThinLTO] Add additional ThinLTO pipeline testi...
2020-01-13 Teresa JohnsonAdd a couple of missed wildcards in debug-pass-manager...
2020-01-13 Fangrui Song[X86][Disassembler] Fix a bug when disassembling an...
2020-01-13 Puyan Lotfi[llvm][MIRVRegNamerUtils] Adding hashing on FrameIndex...
2020-01-13 Teresa JohnsonHopefully last fix for bot failures
2020-01-13 Nathan JamesFix readability-identifier-naming missing member variables
2020-01-13 Benjamin KramerUnbreak the mlir build after 202ab273e6eca134b69882f100...
2020-01-13 Teresa JohnsonTry number 2 for fixing bot failures
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.ds.ordered.{add...
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeNumSignBits add getValidMaximumSh...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Set insert point after waterfall...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Add some baseline tests for vector...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Fix branch targets when emitting...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Simplify assert
2020-01-13 Simon Pilgrim[X86][SSE] Add sitofp(shl(sext(x),y)) test case with...
2020-01-13 Jonas Devlieghere[lldb/Docs] Extend description section of the main...
2020-01-13 Teresa JohnsonFix tests for builtbot failures
2020-01-13 Jonas Devlieghere[lldb/Scripts] Remove SWIG bot
2020-01-13 Andrew Wei[LegalizeTypes] Add SoftenFloatResult support for STRIC...
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeNumSignBits add getValidMinimumSh...
2020-01-13 Simon Pilgrim[X86][SSE] Add sitofp(ashr(x,y)) test case with non...
2020-01-13 Simon Pilgrim[X86] Add AVX2 known signbits codegen tests
2020-01-13 David Green[Scheduler] Remove superfluous casts. NFC
2020-01-13 Danilo Carvalho... [AArch64][SVE] Add patterns for some arith SVE instruct...
2020-01-13 Teresa Johnson[ThinLTO] Add additional ThinLTO pipeline testing with...
2020-01-13 James Henderson[DebugInfo] Make debug line address size mismatch non...
2020-01-13 Lorenzo Chelini[mlir] m_Constant()
2020-01-13 Julian Gross[mlir] Added missing GPU lowering ops.
2020-01-13 Kazu Hirata[Inlining] Add PreInlineThreshold for the new pass...
2020-01-13 Nicolas Vasilache[mlir][Linalg] Update ReshapeOp::build to be more idiomatic
2020-01-13 Alexandre Ganea[Clang][Driver] Re-use the calling process instead...
2020-01-13 Luís Marques[RISCV] Handle globals and block addresses in asm operands
2020-01-13 Simon PilgrimFix cppcheck uninitialized variable in DiffTree() const...
2020-01-13 Simon PilgrimMerge isVectorType() and getAs<VectorType> calls to...
2020-01-13 Simon PilgrimFix some cppcheck shadow variable warnings. NFCI.
2020-01-13 Simon PilgrimFix "pointer is null" static analyzer warnings. NFCI.
2020-01-13 Simon PilgrimSema::getOwningModule - take const Decl* type.
2020-01-13 Sam McCallAdd missing triples to tests in 0c29d3ff2233696f663ae34...
2020-01-13 Pablo Barrio[AArch64] Emit HINT instead of PAC insns in Armv8.2...
2020-01-13 Alex Richardson[MIPS] Don't emit R_(MICRO)MIPS_JALR relocations agains...
2020-01-13 Alex Richardson[MIPS][ELF] Use PC-relative relocations in .eh_frame...
2020-01-13 Sanjay Patel[InstSimplify] move tests for select from InstCombine...
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - Use getValidShiftAm...
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeKnownBits - Add DemandedElts...
2020-01-13 Simon Pilgrim[X86] Add knownbits tests showing missing shift amount...
2020-01-13 Oliver StannardRevert "[libc++] Explicitly enumerate std::string exter...
2020-01-13 Ulrich Weigand[FPEnv] Fix chain handling for fpexcept.strict nodes
2020-01-13 Matt ArsenaultGlobalISel: Fix assertion on wide G_ZEXT sources
2020-01-13 Miloš Stojanović[llvm-exegesis] Remove unneeded std::move()
2020-01-13 Raphael Isemann[lldb][NFC] Remove debug print statement from TestExprD...
2020-01-13 Oliver Stannard[clang] Remove raw string literals in macros
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeKnownBits add getValidMinimumShif...
2020-01-13 Simon Pilgrim[X86][SSE] Add knownbits test showing missing getValidM...
2020-01-13 Oliver Stannard[clangd] Remove raw string literals in macros
2020-01-13 Miloš Stojanović[llvm-exegesis][mips] Expand loadImmediate()
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeKnownBits - minimum leading/trail...
2020-01-13 Simon Pilgrim[X86] Fix MSVC "truncation from 'int' to 'bool'" warnin...
2020-01-13 Jan Kratochvil[lldb] Fix lookup of symbols with the same address...
2020-01-13 Raphael Isemann[lldb][NFC] Use range-based for loops in IRInterpreter
2020-01-13 James Henderson[DebugInfo][Support] Replace DWARFDataExtractor size...
2020-01-13 Sjoerd MeijerARMLowOverheadLoops: return earlier to avoid printing...
2020-01-13 KAWASHIMA TakahiroThis option allows selecting the TLS size in the local...
2020-01-13 Pavel Labath[lldb] Fix eh-frame-small-fde test for changes in lld
2020-01-13 Sam McCallRevert "[DWARF5][clang]: Added support for DebugInfo...
2020-01-13 Utkarsh Saxena[clangd] Publish xref for macros from Index and AST.
2020-01-13 Sam Elliott[RISCV] Collect Statistics on Compressed Instructions
2020-01-13 Raphael Isemann[lldb] Mark several tests as not dependent on debug...
2020-01-13 PruthviAdd zero_extendi and sign_extendi to intrinsic namespace
2020-01-13 Sam Parker[NFC] Update loop.decrement.reg intrinsic comment
2020-01-13 Sjoerd Meijer[SCEV] Follow up of D71563: addressing post commit...
2020-01-13 Awanish Pandey[DWARF5][clang]: Added support for DebugInfo generation...
2020-01-13 Awanish Pandey[DWARF5][DebugInfo]: Added support for DebugInfo genera...
2020-01-13 Craig Topper[X86] Use SDNPOptInGlue instead of SDNPInGlue on a...
2020-01-13 Matt ArsenaultAMDGPU: Split test function
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Don't use XEXEC class for SGPRs
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Copy type when inserting readfirstlane
2020-01-13 Nathan Ridge[clangd] Show template arguments in type hierarchy...
2020-01-13 Nathan Ridge[clangd] Assert that the testcases in FindExplicitRefer...
2020-01-13 Zheng Chen[SCEV] accurate range for addrecexpr with nuw flag
2020-01-13 James Clarke[RISCV] Check register class for AMO memory operands
2020-01-12 Simon PilgrimFix "pointer is null" static analyzer warnings. NFCI.
2020-01-12 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-12 Fangrui Song[MC][ELF] Emit a relocation if target is defined in...
2020-01-12 Jay Foad[AMDGPU] Add gfx8 assembler and disassembler test cases
2020-01-12 Fangrui Song__patchable_function_entries: don't use linkage field...
2020-01-12 Markus Böck[NFC] Fix compilation of CrashRecoveryContext.cpp on...
2020-01-12 Fangrui Song[PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwin
2020-01-12 Simon PilgrimFix "pointer is null" static analyzer warnings. NFCI.
2020-01-12 Simon Pilgrim[MIPS] Regenerate shl/lshr shift tests
2020-01-12 Simon Pilgrim[AMDGPU] Regenerate shl shift tests
2020-01-12 Simon Pilgrim[X86][AVX] Use lowerShuffleAsLanePermuteAndSHUFP to...
2020-01-12 Simon Pilgrim[X86][AVX] lowerShuffleAsLanePermuteAndSHUFP - only...
2020-01-12 Fangrui Song[X86][Disassembler] Merge X86DisassemblerDecoder.cpp...
2020-01-12 Fangrui Song[X86][Disassembler] Simplify
2020-01-12 Fangrui Song[profile] Support merge pool size >= 10
2020-01-12 Qiu Chaofan[NFC] Refactor memory ops cluster method
2020-01-12 Craig Topper[X86] Don't call LowerSETCC from LowerSELECT for STRICT...
2020-01-12 Zheng Chen[SCEV] more accurate range for addrecexpr with nsw...
next