This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e3521eb Update for LLVM global variable debug info API change.
new 57dd102 [c++1z] P0195R2: Allow multiple using-declarators in a single [...]
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/clang/Basic/DiagnosticParseKinds.td | 9 +
include/clang/Parse/Parser.h | 47 +++-
include/clang/Sema/Sema.h | 2 -
lib/Parse/ParseDecl.cpp | 11 +-
lib/Parse/ParseDeclCXX.cpp | 399 ++++++++++++++++++----------
lib/Parse/ParseTemplate.cpp | 9 +-
lib/Sema/SemaDeclCXX.cpp | 6 +-
test/Parser/cxx0x-decl.cpp | 2 +-
test/Parser/cxx1z-using-declaration.cpp | 30 +++
9 files changed, 342 insertions(+), 173 deletions(-)
create mode 100644 test/Parser/cxx1z-using-declaration.cpp
--
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 1b11b07 [IR] Remove the DIExpression field from DIGlobalVariable.
new 61009a6 Add missing library dep.
new 1254a59 [APFloatTest] Log when test fails. NFC
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/Transforms/IPO/LLVMBuild.txt | 2 +-
unittests/ADT/APFloatTest.cpp | 28 +++++++++++++++++++++-------
2 files changed, 22 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 clang.
from 54ef662 Fix typo in error messages. NFC.
new e3521eb Update for LLVM global variable debug info API change.
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/CGDebugInfo.cpp | 42 +++++++++++++++-----------
lib/CodeGen/CGDebugInfo.h | 6 ++--
test/CodeGen/2009-10-20-GlobalDebug.c | 14 +++++----
test/CodeGen/2010-08-10-DbgConstant.c | 2 +-
test/CodeGen/debug-info-atomic.c | 9 +++---
test/CodeGen/debug-info-global-constant.c | 4 +--
test/CodeGen/debug-info-static-const-fp.c | 30 +++++++++++-------
test/CodeGen/debug-info-static.c | 3 +-
test/CodeGenCXX/debug-info-global.cpp | 5 +--
test/CodeGenCXX/debug-info-static-member.cpp | 11 +++++--
test/CodeGenCXX/debug-info-template-member.cpp | 5 +--
test/CodeGenCXX/debug-info-template.cpp | 15 +++++----
test/CodeGenCXX/debug-info.cpp | 5 +--
test/CodeGenCXX/inline-dllexport-member.cpp | 3 +-
14 files changed, 93 insertions(+), 61 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 467ae71 Daily bump.
new 145fbde compiler: fix comments + fieldnames to match libgo source
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 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 339deb4 [AArch64] Add FeatureSlowMisaligned128Store to Exynos M1 and M2
new d150401 IPO: Introduce ThinLTOBitcodeWriter pass.
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/InitializePasses.h | 1 +
include/llvm/Transforms/IPO.h | 4 +
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 344 +++++++++++++++++++++
test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll | 13 +
.../ThinLTOBitcodeWriter/split-internal-typeid.ll | 40 +++
.../ThinLTOBitcodeWriter/split-internal1.ll | 27 ++
.../ThinLTOBitcodeWriter/split-internal2.ll | 32 ++
test/Transforms/ThinLTOBitcodeWriter/split.ll | 26 ++
.../ThinLTOBitcodeWriter/unsplittable.ll | 21 ++
tools/opt/opt.cpp | 8 +-
11 files changed, 516 insertions(+), 1 deletion(-)
create mode 100644 lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/split-internal-typeid.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/split-internal1.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/split.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/unsplittable.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 llvm.
from 731ad19 [ThinLTO] Thin link efficiency improvement: don't re-export g [...]
new 339deb4 [AArch64] Add FeatureSlowMisaligned128Store to Exynos M1 and M2
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/AArch64/AArch64.td | 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 clang.
from 1e5cdef [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE [...]
new 54ef662 Fix typo in error messages. 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:
test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.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 gcc-5-branch
in repository gcc.
from c5211d8 Daily bump.
new a4e06e3 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3020fb8 compiler: fix off-by-1 array type len in Type::gc_symbol_ [...]
new 467ae71 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.