platform/upstream/llvm.git
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
2020-01-11 Simon Pilgrim[X86][AVX] Add lowerShuffleAsLanePermuteAndSHUFP lowering
2020-01-11 Florian Hahn[X86] Add more complex tests for vector masks used...
2020-01-11 Nuno LopesDSE: fix bug where we would only check libcalls for...
2020-01-11 Nikita Popov[LoopRotate] Add tests for rotate with switch; NFC
2020-01-11 Nikita Popov[LoopSimplify] Regenerate test checks; NFC
2020-01-11 Nikita Popov[InstCombine] Preserve nuw on sub of geps (PR44419)
2020-01-11 Craig Topper[X86] Remove dead code from X86DAGToDAGISel::Select...
2020-01-11 Christian SiggAdd test for GDB pretty printers.
2020-01-11 Craig Topper[X86] Simplify code by removing an unreachable conditio...
2020-01-11 Craig Topper[X86] Preserve fpexcept property when turning strict_fp...
2020-01-11 Fangrui Song[X86][Disassembler] Simplify readPrefixes
2020-01-11 Craig Topper[X86] Use ReplaceAllUsesWith instead of ReplaceAllUsesO...
2020-01-11 Amara EmersonMark the test/Feature/load_extension.ll test as unsuppo...
2020-01-11 Michael Bedy[AMDGPU] Remove unnecessary v_mov from a register to...
2020-01-11 Qiu Chaofan[NFC] [PowerPC] Update mi-peephole-splat test
2020-01-11 Zheng Chen[SCEV] [NFC] add more test cases for range of addrecexp...
2020-01-11 Craig Topper[TargetLowering][ARM][Mips][WebAssembly] Remove the...
2020-01-11 Tom Tan[COFF] Align ARM64 range extension thunks at instructio...
2020-01-11 Alexandre GaneaRemove umask tests
2020-01-11 Saar Raz[Concepts] Fix MarkUsedTemplateParameters for exprs
2020-01-11 Fangrui Song[Driver] Fix OptionClass of -fconvergent-functions...
2020-01-11 Nico Weberdriver: Allow -fdebug-compilation-dir=foo in joined...
2020-01-11 Richard SmithClean up and slightly generalize implementation of...
2020-01-11 Richard SmithAdd a FIXME and corresponding test coverage for some...
2020-01-11 Richard SmithRemove redundant implicit cast creation.
2020-01-10 Jessica Paquette[AArch64] Don't generate libcalls for wide shifts on...
2020-01-10 Richard SmithImprove precision of documentation comment.
2020-01-10 Lei Zhang[mlir][ods] Support dialect specific content emission...
2020-01-10 Lei Zhang[mlir] NFC: put C++ code emission classes in their...
2020-01-10 Mircea Trofin[NFC][InlineCost] Factor cost modeling out of CallAnaly...
2020-01-10 Vedant Kumar[LockFileManager] Make default waitForUnlock timeout...
2020-01-10 Richard SmithOnly destroy static locals if they have non-trivial...
2020-01-10 Jonas Devlieghere[lldb/Reproducer] Add SBReproducer::Replay overload...
2020-01-10 Stanislav MekhanoshinLet targets adjust operand latency of bundles
2020-01-10 Vedant Kumarlldbutil: Forward ASan launch info to test inferiors
2020-01-10 Jonas Devlieghere[lldb/Utils] Remove vim-lldb
2020-01-10 Jonas Devlieghere[lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain...
2020-01-10 Vedant Kumar[AArch64] Add isAuthenticated predicate to MCInstDesc
2020-01-10 Jonas Devlieghere[lldb/Scripts] Move android script from underneath...
2020-01-10 Jonas Devlieghere[lldb/Scripts] Remove remote-build.py
2020-01-10 Jonas Devlieghere[lldb/Scripts] Remove buildbot.py
2020-01-10 Lirong YuanSummary: update macro for OFF_T so that sanitizer works...
2020-01-10 Sylvestre Ledruclang-tidy doc: unbreak the CI
next