This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cc831d06605 [CodeGenPrepare] Set debug loc when widening a switch condition
new 1f25117d13d [gold] -thinlto-object-suffix-replace: don't append new suf [...]
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:
test/tools/gold/X86/thinlto_object_suffix_replace.ll | 11 +++++++++++
tools/gold/gold-plugin.cpp | 10 +++-------
2 files changed, 14 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 b10c5f9f68b [Support][CachePruning] prune least recently accessed files first
new cc831d06605 [CodeGenPrepare] Set debug loc when widening a switch condition
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/CodeGenPrepare.cpp | 1 +
test/Transforms/CodeGenPrepare/X86/widen_switch.ll | 8 ++++++++
2 files changed, 9 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 release_70
in repository clang.
from 0219d8b6f9 Merging r340181: ------------------------------------------- [...]
new f6f4d6e0e6 Notify pending API removal in the release notes
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:
docs/ReleaseNotes.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
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 06183e02cc Add space to TemplateArgument dump
new 919ae42e8b Update the docs for using LLVM toolset in Visual Studio
new 6caf120a02 [analyzer] [NFC] Extract a method for creating RefVal from R [...]
new fbb11e8822 [analyzer] [NFC] Fix minor formatting issues in RetainCountChecker
The 3 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:
docs/UsersManual.rst | 19 ++++---
.../RetainCountChecker/RetainCountChecker.cpp | 65 ++++++++--------------
.../RetainCountChecker/RetainCountChecker.h | 1 -
.../RetainCountChecker/RetainCountDiagnostics.cpp | 3 +-
4 files changed, 35 insertions(+), 53 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 2e85b37548b [WebAssembly] Fix typos in mem.grow/memory.grow opcodes
new b10c5f9f68b [Support][CachePruning] prune least recently accessed files first
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/Support/CachePruning.cpp | 47 +++++++++++++++++++++++++++++----------
test/ThinLTO/X86/cache.ll | 52 ++++++++++++++++++++++++--------------------
2 files changed, 64 insertions(+), 35 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 lld.
from 67f5ab595 [ELF] -thinlto-object-suffix-replace=: don't error if the pat [...]
new 8601fde35 [Support][CachePruning] prune least recently accessed files first
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:
test/ELF/lto/cache.ll | 14 ++++++++++++++
1 file changed, 14 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 llvm.
from c77f2ddb8f1 [WebAssembly] Change comments on SP writing back (NFC)
new 2e85b37548b [WebAssembly] Fix typos in mem.grow/memory.grow opcodes
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/Target/WebAssembly/WebAssemblyInstrMemory.td | 4 ++--
1 file changed, 2 insertions(+), 2 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 2570fb46756 [CodeGenPrepare] Set debug locations when splitting selects
new c77f2ddb8f1 [WebAssembly] Change comments on SP writing back (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/Target/WebAssembly/WebAssemblyFrameLowering.cpp | 5 +++--
lib/Target/WebAssembly/WebAssemblyFrameLowering.h | 3 ++-
2 files changed, 5 insertions(+), 3 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 dc62ec40e66 [CodeGenPrepare] Clean up dbg.value use-before-def as late [...]
new 2570fb46756 [CodeGenPrepare] Set debug locations when splitting selects
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/CodeGenPrepare.cpp | 6 +++++-
test/Transforms/CodeGenPrepare/X86/select.ll | 20 +++++++++++++++++---
2 files changed, 22 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 gcc.
from 1b03fb19817 2018-08-21 François Dumont <fdumont(a)gcc.gnu.org>
new 41f8ef3ad86 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.