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-28
Shoaib Meenai
[compiler-rt] Fix cmake warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
Revert DAGCombine "hoist binop with const" folds
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nikita Popov
[InstCombine] Add tests for signed saturating always...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nikita Popov
[InstCombine] Clean up saturing math overflow optimizat...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Alexandre Ganea
Fix 'warning: suggest explicit braces to avoid ambiguou...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Alexandre Ganea
Fix 'warning: format specifies type 'int' but the argum...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
[NFC][MIPS] Autogenerater madd-msub.ll test
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Saleem Abdulrasool
Driver: support `/Zc:char8_t` and `/Zc:char8_t-`
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nikita Popov
[ValueTracking][ConstantRange] Distinguish low/high...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nikita Popov
[IR] Add SaturatingInst and BinaryOpIntrinsic classes
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
[DAGCombine] (x - C) - y -> (x - y) - C fold
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Roman Lebedev
[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Reid Kleckner
[COFF] Add ImportChunkThunk, simplify, deduplicate
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Sanjay Patel
Revert "[x86] split 256-bit store of concatenated vectors"
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Jonas Devlieghere
[DWARFExpression] Remove ctor that takes just a compile...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Matt Arsenault
AMDGPU: Don't enable all lanes with non-CSR VGPR spills
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Michael Liao
[AMDGPU] Fix the mis-handling of `vreg_1` copied from...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[clangd] Fix test output for r361841
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Simon Tatham
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Fangrui Song
[AArch64] Delete unused VariantKind in AArch64MCExpr
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
David Greene
[X86-64] Fix 256-bit SET0 lowering for non-VLX targets
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Alexandre Ganea
[LLD][COFF] Early load PDB type server files
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[clangd] Place cursor better after completing patterns
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Alexandre Ganea
Fix 'warning: comparison is always true due to limited...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nico Weber
llvm-undname: Support demangling char8_t
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[CodeComplete] Set preferred type for qualified-id
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Alexandre Ganea
Revert r361826, as it still breaks LLDB.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nico Weber
llvm-undname: Add support for local static thread guards
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Haojian Wu
[clang-tidy] Fix description for misc-definitions-in...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Haojian Wu
[clang-tidy] Verify fix description for misc-unused...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Jason Liu
[XCOFF] Implement parsing symbol table for xcoffobjfile...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Kevin P. Neal
Revert 361827. It broke the bots.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Fangrui Song
Reland D61583 [ELF] Error on relocations to STT_SECTION...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[CodeComplete] Consistently break after '{' in multi...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
gn build: make clangd depend on clang resource headers
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Kevin P. Neal
Add constrained intrinsic tests for powerpc64 and power...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Alexandre Ganea
[CMake] Default options for faster executables on MSVC
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Michal Gorny
[openmp] [test] Skip kernel-breaking tests on NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nico Weber
Add release note entries for recent typo correction...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[clangd] Compute expected type for templates
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Sanjay Patel
[x86] split 256-bit store of concatenated vectors
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Simon Pilgrim
[DAG] LegalizeVectorTypes - reduce scope of local varia...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
David Stenberg
Stop undef fragments from closing non-overlapping fragments
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Matt Arsenault
MIR: Fix printer crashing on dead CSR frame indexes
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Adam Balogh
[Analyzer] Replace `CXXSelfAssignmentBRVisitor` with...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Sjoerd Meijer
Follow up of r361810: test case fix attempt for Windows...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Cameron McInally
[IRBuilder] Add CreateUnOp(...) to the IRBuilder to...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Sanjay Patel
[x86] fix 256-bit vector store splitting to honor ...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Benjamin Kramer
[X86] Custom lower CONCAT_VECTORS of v2i1
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Graham Hunter
[NFC] Test commit, delete trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Hans Wennborg
Cleanups for r361807 that I somehow failed to commit
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Hans Wennborg
Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCode...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Sjoerd Meijer
[ARM] Use CHECK-NEXT in CodeGen/ARM/O3-pipeline.ll...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Haojian Wu
[clang-tidy] Fix null pointer dereference in readabilit...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Yevgeny Rouban
[CorrelatedValuePropagation] Fix prof branch_weights...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Hans Wennborg
Fix some llvm-readelf tests after r361633
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Haojian Wu
Revert [ELF] Error on relocations to STT_SECTION symbol...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Simon Pilgrim
[SLPVectorizer][X86] Add broadcast test case from D62427
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Simon Pilgrim
[X86] X86CmovConverterPass::collectCmovCandidates ...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Kadir Cetinkaya
[clangd] Introduce a structured hover response
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Fangrui Song
[ELF] Replace two addSymbol() call sites with Symbol...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Cullen Rhodes
[AArch64][SVE2] Asm: support SVE2 Floating Point Conver...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[clangd] Never end command-line flag description with...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Stefan Granitz
[CMake] Folder structure for generated Xcode project...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Ilya Biryukov
[clangd] Rename -run-synchronously to -sync
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Cullen Rhodes
[AArch64][SVE2] Asm: support SVE2 Crypto Extensions...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Cullen Rhodes
[AArch64][SVE2] Asm: support SVE2 Histogram Computation...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Cullen Rhodes
[AArch64][SVE2] Asm: support SVE2 Misc Group
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Craig Topper
[InlineCost] Fix a couple comments. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Don Hinton
Revert [test] Fix plugin tests
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Fangrui Song
[ELF] Error on relocations to STT_SECTION symbols if...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Rui Ueyama
Use SymbolTable::insert() to implement --trace.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Don Hinton
[test] Fix plugin tests
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Rui Ueyama
Merge ELFFileBase::{initSymtab,parseHeader} as ELFFileB...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Craig Topper
[CostModel] Add really basic support for being able...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Nico Weber
llvm-undname: Remove unreachable statement
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Sanjay Patel
[x86] add test to show volatile store splitting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Petr Hosek
[Driver] Change layout of per-target runtimes to resemb...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Nico Weber
llvm-undname: Extract demangleMD5Name() method; no...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Lang Hames
[RuntimeDyld][ARM] Fix an incorrect assertion condition.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Matt Arsenault
RegAllocFast: Set MayLiveAcrossBlocks when allocating...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Sanjay Patel
[SelectionDAG] fold concat of extract subvectors
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Volodymyr Sapsai
[Preprocessor] Fix crash emitting note with framework...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Sanjay Patel
[SelectionDAG] fix formatting and redundant comments...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Michael Liao
[SelectionDAG] Enhance the simplification of `copyto...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Alexander Timofeev
[AMDGPU] Fix for the address sanitizer failure. Fixing...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Jacques Pienaar
NFC: Change usage of 'DenseSet' to 'DenseSetImpl' in...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Dmitri Gribenko
Include what you use in AArch64AsmBackend.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Simon Pilgrim
[SelectionDAG] GetDemandedBits - add demanded elements...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Simon Pilgrim
[LLParser] Fix uninitialized flag variable warnings...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Kadir Cetinkaya
[clang] Respect TerseOutput when printing lambdas
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Alexander Timofeev
[AMDGPU] Fix for the address sanitizer failure...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Aaron Ballman
When dumping the AST to JSON, dump the type information...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Aaron Ballman
When dumping the AST to JSON, dump whether a function...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Aaron Ballman
When dumping the AST to JSON, dump the declared name...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Aaron Ballman
When dumping the AST to JSON, dump the argument name...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-27
Pavel Labath
DWARFDebugArangeSet: Remove references to SymbolFileDWARF
commit
|
commitdiff
|
tree
|
snapshot
next