This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from f5293bc Comment out failing test while I figure out who is at fault
new 1d6b5d3 Fix strict-aliasing violation in typeinfo::hash_code()
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/__config | 6 ------
include/typeinfo | 4 +---
2 files changed, 1 insertion(+), 9 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 26d689f Delete x86 deprecated pcommit instruction support
new 18c3eae * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.
new f3406a4 PR c++/54293 - binding reference to member of temporary
new d47a992 Implement P0135R1, Guaranteed copy elision.
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:
gcc/cp/ChangeLog | 8 ++++++
gcc/cp/call.c | 56 ++++++++++++++++++++-----------------
gcc/cp/cvt.c | 7 +++--
gcc/testsuite/g++.dg/cpp1z/elide1.C | 16 +++++++++++
gcc/testsuite/g++.dg/cpp1z/elide2.C | 25 +++++++++++++++++
gcc/testsuite/g++.dg/init/ref19.C | 6 +++-
6 files changed, 89 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide2.C
--
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 e7fc6ee PR 70564 disambiguate constructor for not_fn call wrapper
new 0bad89b 2016-10-05 Steven G. Kargl <kargls(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 | 8 +++++++
gcc/fortran/resolve.c | 14 ++++++++++-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/associate_22.f90 | 37 ++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_22.f90
--
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 c5aa287 Add missing #include from r283039. Found by modules build.
new 51ab65f Fix tests for Windows
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/llvm-opt-report/basic.test | 8 ++++----
test/tools/llvm-opt-report/func-2.test | 4 ++--
test/tools/llvm-opt-report/func-x.test | 4 ++--
test/tools/llvm-opt-report/func.test | 4 ++--
4 files 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 llvm.
from 0837bf4 [llvm-opt-report] Distinguish inlined contexts when optimizat [...]
new 193dcc8 [codeview] Truncate records to maximum record size near 64KB
new c5aa287 Add missing #include from r283039. Found by modules build.
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:
include/llvm/Support/Registry.h | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 11 +++++---
lib/MC/MCCodeView.cpp | 7 ++++++
test/DebugInfo/COFF/long-name.ll | 43 ++++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 4 deletions(-)
create mode 100644 test/DebugInfo/COFF/long-name.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 lldb.
from 406e5a8 Fixes for libc++ std::unordered_map data formatter against trunk
new e21e6ee Add i386/x86_64 tests of the eh_frame augmentation code in th [...]
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:
.../x86/Testx86AssemblyInspectionEngine.cpp | 213 ++++++++++++++++++++-
1 file changed, 208 insertions(+), 5 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 9deb8dd Removing optimization from the RUN lines and adjusting the ch [...]
new 76767b5 PR22924, PR22845, some of CWG1464: When checking the initiali [...]
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/DiagnosticGroups.td | 1 -
include/clang/Basic/DiagnosticSemaKinds.td | 12 ++--
include/clang/Sema/Initialization.h | 6 ++
lib/CodeGen/CGExprCXX.cpp | 93 +++++++++++++++++++++---------
lib/Sema/SemaExprCXX.cpp | 90 ++++++++++++++---------------
lib/Sema/SemaInit.cpp | 24 ++++++--
test/Analysis/cfg.cpp | 4 +-
test/CodeGenCXX/new-array-init.cpp | 84 ++++++++++++++++++++++++---
test/SemaCXX/new-delete-cxx0x.cpp | 48 ++++++++++++---
9 files changed, 254 insertions(+), 108 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 3d7360f Verifier: Reject any unknown named MD nodes in the llvm.dbg n [...]
new 0837bf4 [llvm-opt-report] Distinguish inlined contexts when optimizat [...]
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/llvm-opt-report/Inputs/q.c | 14 ++
test/tools/llvm-opt-report/Inputs/q.cpp | 14 ++
test/tools/llvm-opt-report/Inputs/q.yaml | 98 ++++++++++++
test/tools/llvm-opt-report/Inputs/q2.c | 14 ++
test/tools/llvm-opt-report/Inputs/q2.yaml | 118 ++++++++++++++
test/tools/llvm-opt-report/Inputs/qx.yaml | 98 ++++++++++++
test/tools/llvm-opt-report/func-2.test | 49 ++++++
test/tools/llvm-opt-report/func-x.test | 45 ++++++
test/tools/llvm-opt-report/func.test | 45 ++++++
tools/llvm-opt-report/CMakeLists.txt | 2 +-
tools/llvm-opt-report/OptReport.cpp | 256 +++++++++++++++++++++---------
11 files changed, 679 insertions(+), 74 deletions(-)
create mode 100644 test/tools/llvm-opt-report/Inputs/q.c
create mode 100644 test/tools/llvm-opt-report/Inputs/q.cpp
create mode 100644 test/tools/llvm-opt-report/Inputs/q.yaml
create mode 100644 test/tools/llvm-opt-report/Inputs/q2.c
create mode 100644 test/tools/llvm-opt-report/Inputs/q2.yaml
create mode 100644 test/tools/llvm-opt-report/Inputs/qx.yaml
create mode 100644 test/tools/llvm-opt-report/func-2.test
create mode 100644 test/tools/llvm-opt-report/func-x.test
create mode 100644 test/tools/llvm-opt-report/func.test
--
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 6af7eec Add an llvm-opt-report tool to generate basic source-annotate [...]
new 5f1ad48 Revert "Verifier: Reject any unknown named MD nodes in the ll [...]
new 3d7360f Verifier: Reject any unknown named MD nodes in the llvm.dbg n [...]
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:
.../{dbg-invalid-compileunit.ll => dbg-invalid-named-metadata.ll} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
copy test/Verifier/{dbg-invalid-compileunit.ll => dbg-invalid-named-metadata.ll} (72%)
--
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 test-suite.
from 274f083 Important to test O3 without lto.
new 2a59e04 Document the process of generating bitcode tests/benchmarks f [...]
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:
Bitcode/README_HalideCodegen | 39 +++++++++++++++++++++++++++++++++++++--
1 file changed, 37 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.