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-03-20
Craig Topper
[IR] Move a few static functions in Instruction class...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Michael Zolotukhin
[ConstantRange] Add setSizeSmallerThanOf method.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Craig Topper
[IR] Remove some unneeded includes from Operator.h...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Craig Topper
[IR] Add missing copyright header.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Craig Topper
[APInt] Don't initialize VAL to 0 in APInt constructors...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Xin Tong
Remove unnecessary IDom check
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Craig Topper
[InstCombine] Remove duplicate code in SimplifyDemanded...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Simon Atanasyan
[ELF] clang-format sortMipsSymbols. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Aaron Ballman
Rename the clang-tidy safety module to be hicpp, for...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Craig Topper
[AVX-512] Handle kor/kand/kandn/kxor/kxnor/knot intrins...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Craig Topper
[InstCombine] Use update_test_checks.py to regenerate...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Simon Pilgrim
Fix constant folding of fp2int to large integers
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Simon Pilgrim
Fix MSVC warning: "switch statement contains 'default...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Ahmed Bougacha
[GlobalISel] Don't select trivially dead instructions.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Ahmed Bougacha
[GlobalISel][AArch64] Add DBG_VALUE select test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Ahmed Bougacha
[GlobalISel][AArch64] Split out cast select tests....
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Ahmed Bougacha
[GlobalISel] Move method definition to the proper file...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Ahmed Bougacha
[CodeGen] Update hasSideEffects comment. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Xin Tong
Correct a rebase mistake.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Xin Tong
Remove unused arguments. NFCI
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Xin Tong
[JumpThreading] Perform phi-translation in SimplifyPart...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Xin Tong
Extract FindAvailablePtrLoadStore out of FindAvailableL...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Aaron Ballman
Cleaning up the IdentifierResolver::iterator class...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Francis Ricci
Use pthreads for thread-local lsan allocator cache...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Teresa Johnson
Enable stripping of multiple DILocation on !llvm.loop...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Oren Ben Simhon
[MIR] Test assumes x64 windows calling convention upon...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Benjamin Kramer
[MIR] Add triple to test that assumes it runs on windows.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Oren Ben Simhon
CalleeSavedRegister was removed from MIR and is recalcu...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Oren Ben Simhon
Moving the test to x86 because other architectures...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Igor Breger
[X86][AVX512][Clang][Intrinsics] Adding missing intrins...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Oren Ben Simhon
[MIR] Support Customed Register Mask and CSRs
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Zachary Turner
Fix syntax error when building with editline support.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Zachary Turner
Remove FileSystem::Get/SetFilePermissions
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Craig Topper
[InstCombine] Use setHighBits/setLowBits/setBitsFrom...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Zachary Turner
Remove FileSystem::MakeDirectory.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Zachary Turner
Fix unit test compilation failure.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Brian Gesiak
[Analysis] bitreverse(undef) returns undef
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Kuba Mracek
Re-commit of r296706 ("Increase stack size for stack...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Daniel Berlin
NewGVN: Now that we have a better verifier, we can...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Daniel Berlin
NewGVN: Remove dead code (for now)
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Tobias Grosser
[CodeGen] Remove need for all parameters to be in scop...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Kuba Mracek
Apparently, PTHREAD_STACK_MIN can be in limits.h on...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Kuba Mracek
Change stack-use-after-return.cc to respect PTHREAD_STA...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Tobias Grosser
[IslExprBuilder] Print accessed memory locations with...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Kuba Mracek
Add extra return value checks into stack-use-after...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Tobias Grosser
[OpenMP] Do not emit lifetime markers for context
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Craig Topper
[GVN] Fix accidental double storage of the function...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Craig Topper
[ValueTracking] Remove deadish code from computeKnownBi...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Tamas Berghammer
Remove some dead code from DumpValueObjectOptions:...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Daniel Berlin
NewGVN: Greatly enhance the ability of the NewGVN verif...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Daniel Berlin
NewGVN: Fix PHI evaluation bug exposed by new verifier...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Daniel Berlin
DebugCounters: Add API for setting/unsetting programati...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Renato Golin
Revert "Modules: Cache PCMs in memory and avoid a use...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Matthias Braun
ExecutionDepsFix: Let targets specialize the pass; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Matthias Braun
ExecutionDepsFix: Normalize names; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Matthias Braun
CodeGen.cpp: Sort alphabetically; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Matthias Braun
InitializePasses.h: Cleanup; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Craig Topper
[ValueTracking] Add APInt::setSignBit and use it to...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Nirav Dave
Make library calls sensitive to regparm module flag...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Nirav Dave
Capitalize ArgListEntry fields. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Nirav Dave
[X86] Add NumRegisterParameters Module Flag.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Bruno Cardoso...
[LockFileManager] Reduce lock timeout
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Bruno Cardoso...
[Modules] In case of lock timeout, fallback and build...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Evgeniy Stepanov
Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Evgeniy Stepanov
[asan] Remove gc-sections test with bfd.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Stanislav Mekhanoshin
[AMDGPU] Add address space based alias analysis pass
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Craig Topper
[BuildLibCalls] emitPutChar should infer function attri...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Argyrios Kyrtzidis
[index] For C++ constructors/destructors, add reference...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Evgeniy Stepanov
[asan] Disable globals-gc test with ld.bfd.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Rui Ueyama
Compute Config member function return values only once.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Rui Ueyama
Define Config::isLE and Config::wordsize.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Sanjay Patel
[x86] regenerate checks; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Duncan P. N...
Modules: Cache PCMs in memory and avoid a use-after...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Sanjay Patel
[x86] regenerate checks; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Evgeniy Stepanov
Fix docs-llvm-html build.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Jessica Paquette
[Outliner] Add outliner for AArch64
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Eli Friedman
[SCEV] Use const Loop *L instead of Loop *L. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Davide Italiano
[Sema] Unbreak GCC -Werror build (enum compare).
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Evgeniy Stepanov
[asan] Fix dead stripping of globals on Linux (compiler-rt)
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Evgeniy Stepanov
[asan] Fix dead stripping of globals on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Evgeniy Stepanov
Add !associated metadata.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Eli Friedman
[SelectionDAG] Remove redundant stores more aggressively.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Peter Collingbourne
ELF: Change check(Expected<T>, const Twine &) to call...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Evgeniy Stepanov
[ELF] Restore GC handling of LINK_ORDER, C-named sections.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Peter Collingbourne
LTO: Work around libstdc++ version mismatch bug, see...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Matthias Gehre
Implement DR 373 "Lookup on namespace qualified name...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Matt Arsenault
AMDGPU: Fix broken condition in hazard recognizer
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Bob Haarman
recommend using llvm-ar when finding undefined referenc...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Tim Hammerquist
allow for specification of compiler/lldb executables...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Vassil Vassilev
[coverity] Fix uninit variable.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Matt Arsenault
AMDGPU: Fix handling of constant phi input loop conditions
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Rong Xu
[PGO] Change the internal options description. nfc.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Matt Arsenault
AMDGPU: Cleanup control flow intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Sanjay Patel
[x86] clean up setcc with negated operand transform...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Vedant Kumar
[ubsan] Add e2e test for -fsanitize=nullability
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Reid Kleckner
[X86] Emit fewer instructions to allocate >16GB stack...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Rong Xu
[PGO] Add omitted test cases.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Jun Bum Lim
[CodeGenPrep]Restructure promoting Ext to form ExtLoad
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Rong Xu
Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEAT...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
Tim Hammerquist
executables should be validated before spawning subproc...
commit
|
commitdiff
|
tree
|
snapshot
next