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 7c3cb46 Backport from 2016-06-21 trunk r237639. PR target/30417 * [...]
new e496d3c 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 gcc-4_9-branch
in repository gcc.
from 9811a9e Backport from 2016-06-21 trunk r237639. PR target/30417 * [...]
new a4a477b 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 binutils-gdb.
from 41947d9 MIPS/GAS: Handle resolved R6 PC-relative relocations
new cbf5535 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.11-branch
in repository binutils-gdb.
from 80ac4f8 Automatic date update in version.in
new 9efcc30 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_26-branch
in repository binutils-gdb.
from 5cbb5e7 Automatic date update in version.in
new f82f028 Automatic date update in version.in
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:
bfd/version.h | 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 lld.
from 6d7ce63 Revert "Revert "Add a test showing that lto produces relaxabl [...]
new 55c0446 Simplify writeThunk. 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:
ELF/Target.cpp | 9 ++++-----
1 file changed, 4 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 llvm.
from 38ae857 [build] Fixed build break for OCaml bindings.
new 3071cc9 Clang format change /NFC
new 99e2e27 IR: Allow metadata attachments on declarations, and fix lazy [...]
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:
docs/BitCodeFormat.rst | 10 -----
include/llvm/Bitcode/LLVMBitCodes.h | 4 +-
lib/AsmParser/LLParser.cpp | 15 +++++++-
lib/Bitcode/Reader/BitcodeReader.cpp | 20 +++++-----
lib/Bitcode/Writer/BitcodeWriter.cpp | 34 ++++++++++-------
lib/Bitcode/Writer/ValueEnumerator.cpp | 18 +++++----
lib/Bitcode/Writer/ValueEnumerator.h | 4 +-
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 62 +++++++++++++-----------------
lib/IR/AsmWriter.cpp | 21 +++++++----
lib/IR/Verifier.cpp | 11 +++++-
test/Assembler/metadata-decl.ll | 11 ++++++
test/Assembler/metadata.ll | 9 +++--
test/Verifier/metadata-function-dbg.ll | 7 +++-
test/Verifier/metadata-function-prof.ll | 7 +++-
tools/llvm-dis/llvm-dis.cpp | 63 ++++++++++++++++++++++---------
unittests/IR/MetadataTest.cpp | 20 +++++-----
16 files changed, 188 insertions(+), 128 deletions(-)
create mode 100644 test/Assembler/metadata-decl.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 libcxx.
from 7c96ddb Implement LWG issue 2720. Replace perms::resolve_symlinks wit [...]
new fa5a105 Fix PR27684 - std::tuple no longer accepts reference to incom [...]
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/tuple | 2 +-
...R27684_contains_ref_to_incomplete_type.pass.cpp | 51 ++++++++++++++++++++++
.../tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp | 25 +++--------
3 files changed, 57 insertions(+), 21 deletions(-)
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR27684_contai [...]
--
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 b24e29e Make DeadMachineInstructionElim preserve CFG
new 38ae857 [build] Fixed build break for OCaml bindings.
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:
cmake/modules/AddOCaml.cmake | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.