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
2017-05-16
Sanjay Patel
[InstCombine] auto-generate better checks; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Dmitry Mikulin
In debug builds non-trivial amount of time is spent...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Daniel Berlin
NewGVN: Only do something in verifyStoreExpressions...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Daniel Berlin
NewGVN: Fix PR 33051 by making sure we remove old store...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Reid Kleckner
Revert "[X86] Replace slow LEA instructions in X86"
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Nirav Dave
Elide stores which are overwritten without being observed.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Matthias Braun
ShrinkWrap: Add skipFunction() call
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Davide Italiano
[MetadataLoader] Remove unused Vector. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Saleem Abdulrasool
builtins: one more case of a missing header
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Akira Hatanaka
[libcxxabi] Fix the test case committed in r303175.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Renato Golin
Revert "[ARM] Mark LEApcrel instructions as isAsCheapAs...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Alex Lorenz
[index] Avoid another crash that happens when looking...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Alexander Kornienko
[clang-tidy] Speed up performance-unnecessary-value...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Saleem Abdulrasool
builtins: add missing includes
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Michael Kruse
[ScopInfo] Remove unused MemoryAccess::BaseName. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Saleem Abdulrasool
builtins: expand out the AEABI function stubs
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Alexander Kornienko
[clang-tidy] Optimize readability-implicit-bool-cast...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Stanislav Mekhanoshin
[AMDGPU] Use GCNRPTracker dumper methods in scheduler
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Sanjay Patel
[InstCombine] add motivational comment for tests; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Stanislav Mekhanoshin
[AMDGPU] Cache live-ins and register pressure in scheduler
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Lama Saba
[X86] Replace slow LEA instructions in X86
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Matthew Simpson
Revert 303174, 303176, and 303178
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Nirav Dave
[DAG] Prune deleted nodes in TokenFactor
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Alexander Kornienko
[clang-tidy] Optimize matchers in readability-implicit...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Stanislav Mekhanoshin
[AMDGPU] Turn register pressure estimation into forward...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Matthew Simpson
Make test target-specific
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Ilya Biryukov
Added missing includes in clangd to fix the build.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Matthew Simpson
Fix test case to unbreak bots
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Akira Hatanaka
[libcxxabi] Align unwindHeader on a double-word boundary.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Matthew Simpson
[LV] Avoid potentential division by zero when selecting IC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Ilya Biryukov
[clangd] Refactor ProtocolHandlers to decouple them...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Gor Nishanov
[coroutines] Handle unwind edge splitting
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[DWARF] - Add RelocAddrEntry for cleanup. NFCi.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Alex Lorenz
[Sema] Avoid duplicate -Wunguarded-availability warning...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Igor Breger
[GlobalISel][X86] Split memop test file. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Chad Rosier
Fix an improperly placed curly bracket. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[ELF] - Update for LLVM's r303163 change. NFCi.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[DWARF] - Use DWARFAddressRange struct instead of uint6...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
Revert r303159 "[DWARF] - Use DWARFAddressRange struct...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Pavel Labath
Skip TestWatchedVarHitWhenInScope on android arm becaus...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[DWARF] - Use DWARFAddressRange struct instead of uint6...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Peter Szecsi
[StaticAnalyzer] Move inline counter increaser to inlin...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Haojian Wu
[clang-tidy] Add "emplace_back" detection in inefficien...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Alex Lorenz
Fix PR 10758: Infinite recursion when dealing with...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[ELF] - Detemplate elf::addSyntheticLocal(). NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Ilya Biryukov
Fixing compilation failures on buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[ELF] - Detemplate access to SymTab, DynSymTab, GnuHash...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
James Henderson
[LTO] Print time-passes information at conclusion of...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Ilya Biryukov
Restored r303067 and fixed failing test.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[ELF] - Detemplate GnuHashTableSection and SymbolTableS...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
George Rimar
[ELF] - Use llvm::to_integer() instead of StringRef...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Max Kazantsev
[SCEV] Fix sorting order for AddRecExprs
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Craig Topper
[CorrelatedValuePropagation] Don't use -> to call a...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Jakub Kuderski
[clang-tidy] modernize-use-emplace: Remove unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Daniel Berlin
NewGVN: Use StoreExpression StoredValue instead of...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Daniel Berlin
NewGVN: Formatting fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Davide Italiano
Revert "[NewGVN] Replace predicate info leftovers."
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Davide Italiano
[NewGVN] Replace predicate info leftovers.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Jakub Kuderski
Revert "[clang-tidy] modernize-use-emplace: Remove...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Jakub Kuderski
[clang-tidy] modernize-use-emplace: Remove unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Saleem Abdulrasool
builtins: use reserved spelling (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
NAKAMURA Takumi
AMDGPUCodeGen: Fix warnings in r303111. [-Wunused-variable]
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Vitaly Buka
[tsan] Update tsan test for r303084
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Rui Ueyama
Merge a test YAML file and a test file.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Peter Collingbourne
IR: Give function GlobalValue::getRealLinkageName(...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Sanjay Patel
[InstCombine] add tests for PR32791; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Kostya Serebryany
[asan] make asan under sandboxes more robust
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Manoj Gupta
Fix executable stack directive on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Francis Visoiu...
[ShrinkWrapping] Handle restores on no-return paths
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Alex Shlyapnikov
[lsan] Report the missing linker only when the linker...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Kostya Serebryany
[libFuzzer] fix tests on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Sanjay Patel
[InstSimplify] add tests for unnecessary mask of shifte...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xinliang David Li
Fix memory leak
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Kostya Serebryany
[libFuzzer] improve the afl driver and it's tests....
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Rui Ueyama
Fix git command line in the Getting Started guide.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Justin Bogner
Add "REQUIRES:" to the last few tests that use target...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Davide Italiano
[AMDGPU] Kill now unused phiInfoElementGetDebugLoc...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Vitaly Buka
[Sema] Use CK_NoOp instead CK_Invalid in tryGCCVectorCo...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Craig Topper
[APInt] Simplify a for loop initialization based on...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Eugene Zelenko
[IR] Fix some Clang-tidy modernize-use-using warnings...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Tim Northover
AArch64: use linker-private symbols for globals in...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
David Blaikie
PR32288: Describe a bool parameter's DWARF location...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Adam Nemet
[SLP] Enable 64-bit wide vectorization on AArch64
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Hans Wennborg
Revert r302678 "[AArch64] Enable use of reduction intri...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Evgeniy Stepanov
[asan] One more test for -fsanitize-address-globals...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Evgeniy Stepanov
[asan] Better workaround for gold PR19002.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Manoj Gupta
[builtins] Fix a check from __GNU__ to __GNUC__ for...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Jan Sjodin
Re-submit AMDGPUMachineCFGStructurizer.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Sean Callanan
[TypeSystem] Fix inspection of Objective-C object types
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Tim Northover
AArch64: diagnose unrecognized features in .cpu directive.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Davide Italiano
[NewGVN] Remove unused setDefiningExpr(). NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Martin Probst
clang-format: [JS] for async loops.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Sanjay Patel
[InstCombine] restrict icmp fold with 2 sdiv exact...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Sanjay Patel
[InstSimplify] restrict icmp fold with 2 sdiv exact...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Saleem Abdulrasool
builtins: fix filtering aliased targets
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Evgeny Stupachenko
The patch adds CTLZ idiom recognition.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Jonathan Peyton
Fix for KMP_AFFINITY=respect with multiple processor...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Davide Italiano
[NewGVN] Fix verification of MemoryPhis in verifyMemory...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Geoff Berry
[AArch64][Falkor] Fix sched details for FMOV
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Jan Sjodin
Revert 303091.
commit
|
commitdiff
|
tree
|
snapshot
next