This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd4ea6e [NVPTX] Run NVVMReflect at the beginning of IR passes.
new ed52756 Refactor debugging code, NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/StackColoring.cpp | 61 +++++++++++++++++++++----------------------
1 file changed, 30 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 7934613 2016-04-27 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new b58e012 2016-04-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/rs6000-builtin.def | 14 +++++++-------
2 files changed, 15 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 2a2834c Daily bump.
new d02f390 2016-04-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/rs6000-builtin.def | 14 +++++++-------
2 files changed, 15 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 4083273 Daily bump.
new 2fa5b21 2016-04-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/rs6000-builtin.def | 14 +++++++-------
2 files changed, 15 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 09aedbd Clean up to avoid compiler warnings for casting away const qu [...]
new 4f8c113 [TLI] Fix indentation. NFC.
new 8a8efec [TLI] Unify LibFunc signature checking. NFCI.
new 76739f4 [TLI] Unify LibFunc attribute inference. NFCI.
new 18fc933 [InferAttrs] Mark memset_pattern16 params nocapture.
new a08b12b [LIR] Reuse variable. NFCI.
new a1d8280 [LIR] Set attributes on memset_pattern16.
new ae889d3 Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.
new bd4ea6e [NVPTX] Run NVVMReflect at the beginning of IR passes.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Analysis/TargetLibraryInfo.h | 16 +
include/llvm/Target/TargetMachine.h | 5 +
include/llvm/Transforms/Utils/BuildLibCalls.h | 7 +
lib/Analysis/BasicAliasAnalysis.cpp | 20 +-
lib/Analysis/MemoryLocation.cpp | 22 +-
lib/Analysis/TargetLibraryInfo.cpp | 533 +++++++++++++-
lib/Analysis/ValueTracking.cpp | 83 +--
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 9 +
lib/Target/NVPTX/NVPTXTargetMachine.h | 1 +
lib/Transforms/IPO/GlobalOpt.cpp | 17 +-
lib/Transforms/IPO/InferFunctionAttrs.cpp | 930 +------------------------
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 4 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 830 +++++++++++++++++++---
lib/Transforms/Utils/SimplifyLibCalls.cpp | 379 +---------
test/Transforms/InferFunctionAttrs/annotate.ll | 2 +-
test/Transforms/LoopIdiom/basic.ll | 4 +
tools/opt/opt.cpp | 31 +-
17 files changed, 1374 insertions(+), 1519 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ecca78d [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH [...]
new 69ffd3e Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/BackendUtil.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a4cbc2e PR21823: 'nodebug' attribute on global/static variables.
new ecca78d [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 8448d55 Added missing comma.
new 927cc60 [sanitizers] disable the out-of-tree tsan tests until Dmitry [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../builders/sanitizers/buildbot_standard.sh | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from bed80b3 [find-all-symbols] Also update unittest dependencies.
new f237ae1 Fix a bunch of sign-compare warnings
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d96053 Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M [...]
new 09aedbd Clean up to avoid compiler warnings for casting away const qu [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.