platform/upstream/llvm.git
2020-01-14 Raphael Isemann[lldb][NFC] Rewrite python_api/rdar-12481949 test
2020-01-14 Stanislav Mekhanoshin[AMDGPU] Fix getInstrLatency() always returning 1
2020-01-14 Sam McCall[mlir] Fix -Wunused
2020-01-14 Raphael Isemann[lldb] Don't defend against internal LLVM errors in...
2020-01-14 Raphael Isemann[lldb] Fix that SBThread.GetStopDescription is returnin...
2020-01-14 Jay Foad[AMDGPU] Remove duplicate gfx10 assembler and disassemb...
2020-01-14 Jay Foad[AMDGPU] Improve error checking in gfx10 assembler...
2020-01-14 Jay Foad[AMDGPU] Add gfx9 assembler and disassembler test cases
2020-01-14 Joachim Protze[OpenMP][Tool] Improving stack trace for Archer
2020-01-14 Fangrui Song[ELF] Delete unintended --force-bti
2020-01-14 Joachim Protze[OpenMP][Tool] Make tests for archer dependent on TSan
2020-01-14 Fangrui Song[ELF] Add -z force-ibt and -z shstk for Intel Control...
2020-01-14 Fangrui Song[MC] Don't resolve relocations referencing STB_LOCAL...
2020-01-14 Zheng Chen[PowerPC] [NFC] set instruction number as 1st priority...
2020-01-14 Daniel Galvez[MLIR] Fix broken link locations after move to monorepo
2020-01-14 Craig Topper[X86] Copy the nofpexcept flag when folding a load...
2020-01-14 Craig Topper[X86] Add test to show that nofpexcept flag is not...
2020-01-14 Michał Górny[clang] [test] Fix riscv-toolchain-extra to be less...
2020-01-14 Aart Bik[mlir] [VectorOps] fixed typo in verifier of slice op
2020-01-14 Jonas Devlieghere[lldb/Utility] Add std::move to make placate clang 3.8
2020-01-14 Nico Webertry to fix InterfaceStubs/lambda.cpp on Windows after...
2020-01-14 Davide Italiano[LanguageRuntime] Retire an unused member function...
2020-01-14 Jonas Devlieghere[llvm-exegesis] Initialize const bitvector member
2020-01-14 Eli Friedman[GlobalISel] Change representation of shuffle masks...
2020-01-14 Richard SmithRe-enable testing of .s tests under test/CodeGen/X86.
2020-01-14 River Riddle[mlir] NFC: Remove unused variable.
2020-01-14 River Riddle[mlir] Add support for attaching a visibility to symbols.
2020-01-13 Amy Huang[DebugInfo] Add another level to DebugInfoKind called...
2020-01-13 River Riddle[mlir] Update the CallGraph for nested symbol reference...
2020-01-13 River Riddle[mlir] Update the use-list algorithms in SymbolTable...
2020-01-13 Alex Langford[lldb-server] Prefer target_include_directories
2020-01-13 Hiroshi Yamauchi[PGO][CHR] Guard against 0-to-0 branch weight and avoid...
2020-01-13 Puyan Lotfi[clang][IFS][test] Fixing mangled name of a test for...
2020-01-13 Amy HuangRevert "[DWARF5][DebugInfo]: Added support for DebugInf...
2020-01-13 River Riddle[mlir] Remove unnecessary assert for single region.
2020-01-13 Erich KeanePR44514: Fix recovery from noexcept with non-convertibl...
2020-01-13 Teresa Johnson[ThinLTO/WPD] Fix index-based WPD for alias vtables
2020-01-13 Martin Storsjö[ItaniumCXXABI] Make tls wrappers properly comdat
2020-01-13 Sanjay Patel[InstCombine] add FMF to tests for more coverage; NFC
2020-01-13 Erich KeaneImplement VectorType conditional operator GNU extension.
2020-01-13 River Riddle[mlir] Change the syntax of AffineMapAttr and IntegerSe...
2020-01-13 Craig Topper[LegalizeIntegerTypes][X86] Add support for expanding...
2020-01-13 Raphael Isemann[lldb] Revert ddf044290ede for TestProcessAPI.py
2020-01-13 Puyan Lotfi[clang][IFS] Prevent Clang-IFS from Leaking symbols...
2020-01-13 Puyan Lotfi[NFC][clang][IFS] Adding braces to if-statement as...
2020-01-13 Aaron BallmanFix a test case by adding -fno-delayed-template-parsing.
2020-01-13 Sanjay Patel[InstCombine] add tests for select --> copysign; NFC
2020-01-13 Alexey Lapshin[Dsymutil][Debuginfo][NFC] #3 Refactor dsymutil to...
2020-01-13 Teresa Johnson[LTO] Constify lto::Config reference passed to backends...
2020-01-13 Daniel SandersRework be15dfa88fb1 such that it works with GlobalISel...
2020-01-13 Petr Hosek[Clang] Always set -z now linker option on Fuchsia
2020-01-13 Alex Langford[lldb-server] Remove dead CMake code
2020-01-13 Kadir Cetinkaya[clangd] Include expression in DecltypeTypeLoc sourcera...
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...
next