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
2016-02-14
Johannes Doerfert
[FIX] Hoist accesses if AA stated they are invariant
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[test/Index] Set a specific target for the test.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Johannes Doerfert
Split ScopArrayInfo::updateSizes into two functions
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Johannes Doerfert
Separate more constant factors of parameters
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Factor libclang's functionality to determing...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Tobias Grosser
CodeGeneration: Add back verification of generated...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Sylvestre Ledru
Fix some typos in the clang doc
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Sylvestre Ledru
Fix some typos in the llvm doc
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Tobias Grosser
Revert "[ScopDectect] Allow memory accesses with differ...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Tobias Grosser
[ScopDectect] Allow memory accesses with different...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Simon Pilgrim
[X86][AVX] Fixed copy+paste typo in shuffle test
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Dimitry Andric
As reported in https://llvm.org/bugs/show_bug.cgi?id...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Benjamin Kramer
Don't leak the ASTUnit when done with testing.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Use report_fatal_error more consistently in the C API...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Get constant cloning out of CloneValue so it can be...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
NAKAMURA Takumi
c-index-test: Fix libdeps corresponding to r260841.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Move clone_params around
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Fix star alignment in Core.h
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[c-index-test] Fix a gcc build error.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Fix gcc builds.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Enhance c-index-test tool and have it link...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Allow calling createIndexingAction() without...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Craig Topper
[TableGen] Remove constant string argument from a metho...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Dimitry Andric
Fix lib/tsan/go/buildgo.sh for FreeBSD after r243051.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Chandler Carruth
[PM/AA] Wire BasicAA's new pass manager class up to...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Samuel Antao
[OpenMP] Rename the offload entry points.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Chandler Carruth
[PM/AA] Actually wire the AAManager I built for the...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Duncan P. N...
Support: Fix incremental build when re-configuring...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Simon Pilgrim
[X86][AVX] Lower shuffles as repeated lane shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Argyrios Kyrtzidis
[AST] Add a print() method in DeclarationName that...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Craig Topper
Remove Proc feature flags for X86 processors that are...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
Fix a leak in the generated code for attributes with...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Craig Topper
[TableGen] Fix comment about 64-bit type I missed when...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] remove std::vector operations from hot...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Sanjay Patel
[x86-64] allow mfence even with -mno-sse (PR23203)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
[APInt] No need for a copy when taking min/max of an...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
[ConstantFolding] Reduce APInt and APFloat copying.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
[AggressiveAntiDepBreaker] Skip some unnecessary BitVec...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
Use ArrayRef to hide SmallVector details, kill a useles...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
RValue refs do not work that way.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
Don't copy a DenseMap just to do lookup in it.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Hongbin Zheng
Use unique_ptr to manage Scop inside ScopInfo.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Hongbin Zheng
Move AccFuncMap from ScopInfo into Scop
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Hongbin Zheng
Do not carry LoopInfo along with a Scop.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Hongbin Zheng
Do not carry DominatorTree along with a Scop.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Hongbin Zheng
Do not carry ScopDetection along with a Scop.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Krzysztof Parzyszek
[Hexagon] Replace use of "std::map::emplace" with ...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
Reduce the number of implicit StringRef->std::string...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
Fix use after free.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Chandler Carruth
[attrs] Move the norecurse deduction to operate on...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
NAKAMURA Takumi
HexagonFrameLowering.cpp: Appease msc18 to give an...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Dmitry Polukhin
[OPENMP] NFC rewrite ParseOpenMPDirectiveKind
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] don't require seed in fuzzer::Mutate, inste...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Craig Topper
[TableGen] Use range-based for loops. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Craig Topper
No need to make the subtarget feature bit enum a uint64...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Argyrios Kyrtzidis
[index] Change some default parameters to fix an MSVC...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matthias Braun
LiveIntervalAnalysis: Remove LiveVariables requirement
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Prepare for reducing private element size.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Jason Molenda
Additional fix to my change in r259983 to handle the
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
NAKAMURA Takumi
libclang/CMakeLists.txt: Prune IndexingContext.h out...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] remove the C++-ish variant of FuzzerDriver...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] simplify CTOR of MutationDispatcher
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] get rid of MutationDispatcher::Impl (simpli...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] simplify the code around Random. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] remove UserSuppliedFuzzer from the interfac...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Steven Watanabe
Fix the ASTPrinter output for ascii char literals ...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] provide a plain C interface for custom...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Siva Chandra
[TestLibCxxAtomic] Skip for GCC.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Tom Stellard
AMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Keno Fischer
[Cloning] Clone every Function's Debug Info
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
Add AMDGPU related triple vendors/OSes
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Davide Italiano
[llvm-size] Remove variable used only once.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Sunil Srivastava
Accept "-Weverything" in clang diagnistic pragmas
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Bob Wilson
[Sema] More changes to fix Objective-C fallout from...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Davide Italiano
[llvm-size] Make error handling uniform.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Argyrios Kyrtzidis
[RecursiveASTVisitor] Introduce dataTraverseStmtPre...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Cleanup includes and random macros
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Add sin/cos builtins
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Add intrinsics for sin/cos
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Update builtin for intrinsic change
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Rename intrinsic to better match instruction...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Alexey Samsonov
Disable two tests that use a lot of stack under ASan.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
Update page to list supported targets
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
Split sources for amdgcn and r600
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Richard Trieu
Make -Wnull-conversion more useful.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Alexey Samsonov
[TSan] Adjust expectation for check_analyze.sh
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Tom Stellard
AMDGPU/SI: Add instruction defs for VOP1 DPP instructions
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Matt Arsenault
AMDGPU: Fix broken condition causing warning
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Jim Ingham
Adding an SBThread::StepInto that takes an end-line...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Tom Stellard
AMDGPU/SI: Organize intrinsics by subtarget
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Siva Chandra
[TestLibCxxAtomic] Fix Makefile so that the test builds...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Pirama Arumuga...
Don't combine fp_round (fp_round x) if f80 to f16 is...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Sean Callanan
Removed many JIT workarounds from IRForTarget.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-12
Sean Callanan
Fix stripping of _ when looking for symbols in IRExecut...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-12
Alexey Samsonov
Fix Windows buildbot breakage.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-12
Tom Stellard
AMDGPU/SI: Detect uniform branches and emit s_cbranch...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-12
Yunzhong Gao
Disable the vzeroupper insertion pass on PS4.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-12
Justin Bogner
cmake: Simplify the iOS.cmake toolchain
commit
|
commitdiff
|
tree
|
snapshot
2016-02-12
Argyrios Kyrtzidis
[index] Add llvm/Support/DataTypes.h header to fix...
commit
|
commitdiff
|
tree
|
snapshot
next