This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 59a2551 [CodeGen] Don't crash when sizeof(long) != 4 for some intrins
new 8153066 [OPENMP] Fixed processing of '-fopenmp-version=' option and test.
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/Driver/Tools.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 7 ++++---
lib/Frontend/InitPreprocessor.cpp | 36 ++++++++++++++++++------------------
test/OpenMP/driver.c | 14 +++++++-------
4 files changed, 30 insertions(+), 29 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 1544fa2 Don't allocate unnecessarily in APInt::operator[+-]. NFC.
new 9cc0fae [codeview] Remove StreamReader copying method.
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/DebugInfo/CodeView/StreamReader.h | 8 +----
include/llvm/DebugInfo/PDB/Raw/NameHashTable.h | 6 ++--
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 29 +++++++++------
include/llvm/DebugInfo/PDB/Raw/RawConstants.h | 15 ++++++++
include/llvm/Support/ScopedPrinter.h | 13 +++++++
lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 9 ++---
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 50 ++++++--------------------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 8 ++++-
8 files changed, 74 insertions(+), 64 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 70172d9 [LibFuzzer] Refactor declaration of tests in CMake.
new 1544fa2 Don't allocate unnecessarily in APInt::operator[+-]. 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:
include/llvm/ADT/APInt.h | 4 ++--
lib/Support/APInt.cpp | 18 ++++++++++++++++++
2 files changed, 20 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 8ffa3d6 Remove use of is_trivially_constructible.
new 70172d9 [LibFuzzer] Refactor declaration of tests in CMake.
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/Fuzzer/test/CMakeLists.txt | 149 +++++++++++---------------
lib/Fuzzer/test/dfsan/CMakeLists.txt | 17 +--
lib/Fuzzer/test/trace-bb/CMakeLists.txt | 13 +--
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 14 +--
lib/Fuzzer/test/ubsan/CMakeLists.txt | 13 +--
lib/Fuzzer/test/uninstrumented/CMakeLists.txt | 13 +--
6 files changed, 104 insertions(+), 115 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 cbb621f Daily bump.
new e7948ae 2016-05-26 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/scanner.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/unexpected_eof.f | 8 ++++++++
4 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/unexpected_eof.f
--
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 691c7bb [Support] Remove a stale comment.
new 8ffa3d6 Remove use of is_trivially_constructible.
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/DebugInfo/CodeView/StreamArray.h | 2 --
1 file changed, 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 47d07cc Form objc_storeStrong in the presence of bitcasts.
new 691c7bb [Support] Remove a stale comment.
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/Support/Error.h | 3 +--
1 file changed, 1 insertion(+), 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 42ebca4 [codeview] #include missing header breaking builds.
new 47d07cc Form objc_storeStrong in the presence of bitcasts.
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/ObjCARC/ObjCARCContract.cpp | 3 ++-
test/Transforms/ObjCARC/contract-storestrong.ll | 26 +++++++++++++++++++++++++
2 files changed, 28 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 llvm.
from 0212bc8 [codeview,pdb] Try really hard to conserve memory when reading.
new 42ebca4 [codeview] #include missing header breaking builds.
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/DebugInfo/CodeView/StreamArray.h | 1 +
1 file changed, 1 insertion(+)
--
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 696cff0 OpenMPClause.h: Fix r270882. [-Wdocumentation]
new e9b54fb [Intrin.h] Sort the __read[fg]s intrinsics
new 59a2551 [CodeGen] Don't crash when sizeof(long) != 4 for some intrins
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:
lib/CodeGen/CGBuiltin.cpp | 15 +++++++++------
lib/Headers/Intrin.h | 16 ++++++++--------
test/CodeGen/pr27892.c | 23 +++++++++++++++++++++++
3 files changed, 40 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/pr27892.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.