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