This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 5176ff2 And also use the right c++ library
new a41bfe7 If test externals - use it
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:
lnt/tests/test_suite.py | 2 ++
1 file changed, 2 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 2845c75 [LICM] Kill SCEV loop dispositions if needed
new 4ddc88e git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2684 [...]
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/Transforms/Scalar/SROA.cpp | 6 ++++--
test/Transforms/SROA/address-spaces.ll | 19 ++++++++++++++++++-
2 files changed, 22 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 lld.
from 2824faa Produce cpio files for --reproduce.
new 39675dd Check return value of addOptionalSynthetic before calling a m [...]
new eb89abb ELF: Fix regression in TLS attribute mismatch logic.
The 2 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:
ELF/SymbolTable.cpp | 7 ++++---
ELF/Symbols.h | 7 +++++++
ELF/Writer.cpp | 8 +++++---
test/ELF/{tls-mismatch.s => tls-archive.s} | 7 ++++---
4 files changed, 20 insertions(+), 9 deletions(-)
copy test/ELF/{tls-mismatch.s => tls-archive.s} (61%)
--
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 57dae44 Produce another specific error message for a malformed Mach-O [...]
new b78000e [SCEV] Tweak the output format and content of -analyze
new 045a03d [LoopDeletion] Clear SCEV loop dispositions
new 26fc301 Use all_of instead of a raw loop; NFC
new 2845c75 [LICM] Kill SCEV loop dispositions if needed
The 4 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/Analysis/ScalarEvolution.cpp | 21 ++++++--
lib/Transforms/Scalar/LICM.cpp | 4 ++
lib/Transforms/Scalar/LoopDeletion.cpp | 40 ++++++++++-----
test/Analysis/ScalarEvolution/scev-dispositions.ll | 20 ++++----
test/Transforms/LICM/update-scev.ll | 31 ++++++++++++
test/Transforms/LoopDeletion/multiple-exits.ll | 58 +++++++++++++++++++++-
test/Transforms/LoopDeletion/update-scev.ll | 56 +++++++++++++++++++++
7 files changed, 202 insertions(+), 28 deletions(-)
create mode 100644 test/Transforms/LICM/update-scev.ll
create mode 100644 test/Transforms/LoopDeletion/update-scev.ll
--
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 38794f2 Don't depend on checking the response file when lld fails.
new 2824faa Produce cpio files for --reproduce.
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:
ELF/Driver.cpp | 13 ++++++--
ELF/Driver.h | 7 ++++-
ELF/DriverUtils.cpp | 66 +++++++++++++++++++++++++--------------
ELF/Error.cpp | 2 ++
ELF/Error.h | 2 ++
ELF/InputFiles.cpp | 13 +++++---
test/ELF/reproduce-error.s | 15 +++++++++
test/ELF/reproduce-linkerscript.s | 1 +
test/ELF/reproduce-thin-archive.s | 1 +
test/ELF/reproduce-windows.s | 8 +++++
test/ELF/reproduce.s | 11 +++----
11 files changed, 100 insertions(+), 39 deletions(-)
create mode 100644 test/ELF/reproduce-error.s
create mode 100644 test/ELF/reproduce-windows.s
--
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 d907a8e [ProfileData] Assert NoError in InstrProfTest
new 57dae44 Produce another specific error message for a malformed Mach-O [...]
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/Object/MachOObjectFile.cpp | 12 ++++++++++--
.../Inputs/macho64-invalid-incomplete-load-command.1 | Bin 0 -> 68 bytes
test/Object/macho-invalid.test | 4 ++++
3 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 test/Object/Inputs/macho64-invalid-incomplete-load-command.1
--
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 707e782 [ProfileData] Add error codes for compression failures
new d907a8e [ProfileData] Assert NoError in InstrProfTest
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/ProfileData/InstrProfTest.cpp | 88 ++++++++++++++++-----------------
1 file changed, 44 insertions(+), 44 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 libcxx.
from a956a10 Fix dependencies on install-libcxx CMake target
new 135ac80 [CMake] Fix a copy-paste error
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:
include/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 6e9b03b Win packaging script: include the OpenMP run-time
new 707e782 [ProfileData] Add error codes for compression failures
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:
include/llvm/ProfileData/InstrProf.h | 21 +++++++++++--------
lib/ProfileData/InstrProf.cpp | 25 +++++++++++++++--------
lib/Transforms/Instrumentation/InstrProfiling.cpp | 6 ++++--
3 files changed, 32 insertions(+), 20 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 10629da Libiomp5Builder: Use NinjaCommand and simplify LitTestCommand
new cdae388 tsan: fix buildbot test script
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 | 30 ++++++--------------
zorg/buildbot/builders/sanitizers/test_tsan.sh | 33 ----------------------
2 files changed, 8 insertions(+), 55 deletions(-)
delete mode 100755 zorg/buildbot/builders/sanitizers/test_tsan.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.