platform/upstream/llvm.git
2019-05-30 Puyan Lotfi[MIR-Canon] Fixing case where MachineFunction is empty.
2019-05-30 Erich KeaneFix constexpr __builtin_*_overflow issue when unsigned...
2019-05-30 Roman Lebedev[DAGCombine] Limit 'hoist add/sub binop w/ constant...
2019-05-30 Louis Dionne[pstl] Use OpenMP pragmas with Clang, which supports...
2019-05-30 Alex Langford[Target] Generalize Process::IsPossibleDynamicValue
2019-05-30 Nikita Popov[CVP] Add tests for non-overflowing saturating math...
2019-05-30 Nikita Popov[CVP] Generalize willNotOverflow(); NFC
2019-05-30 Lang Hames[RuntimeDyld] Update reserveAllocationSpace to account...
2019-05-30 Martin Storsjo[InstCombine] Avoid use after free in DenseMap, when...
2019-05-30 Mitch PhillipsAttempt to fix 'mutex.h' not found when building mutex_...
2019-05-30 Louis Dionne[pstl] Remove various warnings in the pstl headers...
2019-05-30 Richard Smith[c++2a] Fix assertion failure if we would walk over...
2019-05-30 Roman Lebedev[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y...
2019-05-30 Roman Lebedev[DAGCombine] (x - C) - y -> (x - y) - C fold. Try 3
2019-05-30 Roman Lebedev[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
2019-05-30 Roman Lebedev[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
2019-05-30 Roman Lebedev[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
2019-05-30 Michael TrentWrite new tests for r362121
2019-05-30 Douglas YungMark test as requiring an ARM target.
2019-05-30 Lang Hames[RuntimeDyld] Apply padding and alignment bumps to...
2019-05-30 Mitch Phillips[GWP-ASan] Mutex implementation [2].
2019-05-30 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to fmul.ll
2019-05-30 Matt ArsenaultAMDGPU/GlobalISel: Add wave scratch offset argument
2019-05-30 Roman Lebedev[DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] (A+C1)-C2 -> A+(C1-C2) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] Use FoldConstantArithmetic() to perform...
2019-05-30 Roman Lebedev[DAGCombine] ((A-c1)+c2) -> (A+(c2-c1)) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] Use FoldConstantArithmetic() to perform...
2019-05-30 Tim NorthoverReapply: LLVM IR: update Clang tests for byval being...
2019-05-30 Tim NorthoverReapply: IR: add optional type to 'byval' function...
2019-05-30 Tim Renouf[AMDGPU] Added target-specific attribute amdgpu-max...
2019-05-30 Florian Hahn[LV] Remove the redundant using LoopVectorizationPlanne...
2019-05-30 Hansang BaeFix OMP_TARGET_OFFLOAD parsing
2019-05-30 Craig Topper[LoopVectorize] Add FNeg instruction support
2019-05-30 Michael TrentReverting change r362121 due to lld-x86_64-ubuntu-fast...
2019-05-30 Puyan Lotfi[MIR-Canon] Add support for rewriting VRegs that are...
2019-05-30 Michael TrentSupport Universal dSYM files in llvm-objdump
2019-05-30 Jan Korous[NFC] Fix SmallVector::append comments
2019-05-30 Erich KeaneAdd Attribute NoThrow as an Exception Specifier Type
2019-05-30 Kevin P. NealCorrect error in revert of r362112.
2019-05-30 Kevin P. NealRevert r362112, it broke the bots with the message...
2019-05-30 Greg ClaytonCode and comment cleanups [NFC]
2019-05-30 Louis Dionne[libcxx] Add regex test cases from PR40904
2019-05-30 Roman Lebedev[NFC][Codegen] Potential add/sub constant folding:...
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2019-05-30 Kevin P. Neal[FPEnv] Added a special UnrollVectorOp method to deal...
2019-05-30 Hansang BaeAdd checks before pointer dereferencing
2019-05-30 Roman Lebedev[NFC][Codegen] Add better test coverage for potential...
2019-05-30 Roman Lebedev[DAGCombine] Revert of recommit of "binop-with-const...
2019-05-30 Fangrui Song[ELF] Delete dead SHT_NOBITS->SHT_PROGBITS code after...
2019-05-30 Antonio AfonsoRemove length modifier when using assignment suppressio...
2019-05-30 Erich KeaneRevert "clang support gnu asm goto."
2019-05-30 Greg ClaytonFix a regression in DWARF access speed caused by svn...
2019-05-30 Sam Parker[NFC][ARM][ParallelDSP] Refactor narrow sequence
2019-05-30 Greg ClaytonImprove DWARF parsing and accessing by 1% to 2%
2019-05-30 Anastasia Stulova[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
2019-05-30 Csaba Dabis[analyzer] print() JSONify chain: Fix possible build...
2019-05-30 Sjoerd MeijerFollow up of r362096
2019-05-30 Fangrui Song[ELF] De-template addUndefined() and addWrappedSymbols...
2019-05-30 Csaba Dabis[analyzer] print() JSONify chain: Fix build-bot breaks
2019-05-30 Sjoerd Meijer[ARM] Change the MC names for VMAXNM/VMINNM
2019-05-30 Sjoerd Meijer[ARM] Add CLI support for Armv8.1-M and MVE
2019-05-30 Fangrui Song[ELF][test] Update znotext-plt-relocations.s to emit...
2019-05-30 Simon Pilgrim[ARM] LowerVECTOR_SHUFFLE - fix uninitialized variable...
2019-05-30 Roman Lebedev[NFC][Codegen] Add add+sub/sub+add constant-fold tests...
2019-05-30 Roman Lebedev[LoopIdiom] Basic OptimizationRemarkEmitter handling
2019-05-30 Roman Lebedev[LoopIdiomRecognize][NFC] Sort includes
2019-05-30 Sjoerd Meijer[ARM] add target arch definitions for 8.1-M and MVE
2019-05-30 George Rimar[llvm-readobj] - Rewrite reloc-types.test to use YAML...
2019-05-30 Sjoerd Meijer[ARM] Introduce separate features for FP registers
2019-05-30 Sven van Haastregt[OpenCL] Support logical vector operators in C++ mode
2019-05-30 Pavel LabathDWARFASTParserClang: Delete dead code
2019-05-30 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-05-30 George Rimar[llvm-readobj] - An attemp to fix BB.
2019-05-30 Simon Pilgrim[CostModel][X86] Add bool vector and/or/xor cost tests
2019-05-30 George Rimar[llvm-readobj/llvm-readelf] - Implement GNU style dumpe...
2019-05-30 Simon Pilgrim[X86][SSE] Improve bool vector extload (PR26091)
2019-05-30 George Rimar[llvm-readobj/llvm-readelf] - Implement GNU style dumpe...
2019-05-30 Fangrui SongRevert "asm goto: fix out-of-bounds read of Constraints...
2019-05-30 Fangrui Song[ELF] Implement Local Dynamic style TLSDESC for x86-64
2019-05-30 Simon PilgrimFix sphinx warning about missing footnote.
2019-05-30 Simon PilgrimFix MSVC "not all control paths return a value" warning.
2019-05-30 Pavel LabathDWARFASTParserClang: Move attribute parsing into a...
2019-05-30 Eugene Leviant[llvm-objcopy] Remove %p format specifiers
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 vector splice (constr...
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 load instructions
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: support FCVTX/FLOGB instructions
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: add ext (immediate offset, constru...
2019-05-30 Pavel LabathMake CompileUnit::GetSupportFiles return a const list
2019-05-30 Sjoerd Meijer[ARM] Add an MVE execution domain
2019-05-30 Fangrui Songasm goto: fix out-of-bounds read of Constraints after...
2019-05-30 Sjoerd Meijer[TableGen] AsmMatcher: allow repeated input operands
2019-05-30 Petr Hosek[CMake] Use find_package(LLVM) instead of LLVMConfig
2019-05-30 Sjoerd Meijer[TableGen] New default operand "undef_tied_input"
2019-05-30 Pavel Labath[lldb-server] Support 'g' packets
2019-05-30 Benjamin Kramer[AST] asm goto labels don't have constraints, don't...
2019-05-30 Petr Hosek[runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all...
2019-05-30 Craig Topper[LoopVectorize] Precommit tests for D62510. NFC
2019-05-30 Fangrui SongMark CodeGen/asm-goto.c as x86 specific after r362045
next