platform/upstream/llvm.git
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...
2020-01-12 Craig Topper[LegalizeVectorOps] Parallelize the lo/hi part of STRIC...
2020-01-12 Craig Topper[TargetLowering][X86] Connect the chain from STRICT_FSE...
2020-01-12 Craig Topper[LegalizeVectorOps] Expand vector MERGE_VALUES immediately.
2020-01-12 Fangrui Song[X86][Disassembler] Shrink X86GenDisassemblerTables...
2020-01-11 Fangrui Song[X86][Disassembler] Optimize argument passing and immed...
2020-01-11 Fangrui Song[Disassembler] Delete the VStream parameter of MCDisass...
2020-01-11 Lang Hames[ORC] Fix argv handling in runAsMain / lli.
2020-01-11 Alexandre Ganea[Support] Optionally call signal handlers when a functi...
2020-01-11 Fangrui Song[X86][Disassembler] Replace custom logger with LLVM_DEBUG
2020-01-11 Craig Topper[LegalizeVectorOps] Remove some of the simpler Expand...
2020-01-11 Craig Topper[LegalizeVectorOps] Only pass SDNode* instead SDValue...
2020-01-11 Fangrui Song[X86][Disassembler] Simplify and optimize reader functions
2020-01-11 Craig Topper[X86] Turn FP_ROUND/STRICT_FP_ROUND into X86ISD::VFPROU...
2020-01-11 Mark de WeverAdd -Wrange-loop-analysis changes to ReleaseNotes
2020-01-11 Lang Hames[ExecutionEngine] Re-enable FastISel for non-iOS arm...
2020-01-11 Jonas TothRevert "[ASTMatchers] extract public matchers from...
2020-01-11 Jonas Toth[ASTMatchers] extract public matchers from const-analys...
2020-01-11 River Riddle[mlir] NFC: Remove Value::operator* and Value::operator...
2020-01-11 Philip Reames[X86] Adjust nop emission by compiler to consider targe...
2020-01-11 Philip Reames[X86AsmBackend] Move static function before sole use...
2020-01-11 Philip Reames[X86AsmBackend] Be consistent about placing definitions...
2020-01-11 Simon PilgrimGlobalModuleIndex - Fix use-after-move clang static...
2020-01-11 Simon PilgrimFix "pointer is null" static analyzer warnings. NFCI.
2020-01-11 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-11 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-11 Simon PilgrimFix "pointer is null" static analyzer warnings. NFCI.
2020-01-11 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-11 Simon PilgrimFix uninitialized value clang static analyzer warning...
2020-01-11 Benjamin KramerRemove copy ctors identical to the default one. NFC.
2020-01-11 Simon PilgrimmoveOperands - assert Src/Dst MachineOperands are non...
2020-01-11 Simon Pilgrim[X86] Fix outdated comment
2020-01-11 Mark de Wever[Sema] Improve -Wrange-loop-analysis warnings.
2020-01-11 Simon PilgrimFix copy+paste typo in shuffle test name
next