This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 660d2654f Allow coroutine_handle<const T> to support creation from cons [...]
new 73202133d Allow the libc++ C header wrappers to be included when compiling C.
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 | 5 +++--
.../extern_c.pass.cpp => include_as_c.sh.cpp} | 24 ++++++++--------------
2 files changed, 12 insertions(+), 17 deletions(-)
copy test/libcxx/{depr/depr.c.headers/extern_c.pass.cpp => include_as_c.sh.cpp} (60%)
--
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 00fd923b24 Automatic date update in version.in
new c092b67bf0 2017-06-15 Eric Christopher <echristo(a)gmail.com>
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:
gold/ChangeLog | 4 ++++
gold/aarch64.cc | 9 +++++----
2 files changed, 9 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 master
in repository llvm.
from 1410aba438c Fix build warning on 32-bit targets where sizeof(size_t) < [...]
new 1d475d81f92 [BinaryFormat, Option, TableGen] Fix some Clang-tidy modern [...]
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/BinaryFormat/ELF.h | 37 +++++----
include/llvm/Option/Arg.h | 15 ++--
include/llvm/Option/ArgList.h | 52 +++++++-----
include/llvm/Option/OptSpecifier.h | 40 +++++----
include/llvm/Option/OptTable.h | 19 +++--
include/llvm/Option/Option.h | 15 +++-
include/llvm/TableGen/Main.h | 10 ++-
include/llvm/TableGen/Record.h | 150 +++++++++++++---------------------
include/llvm/TableGen/SetTheory.h | 6 +-
include/llvm/TableGen/StringMatcher.h | 9 +-
lib/Option/Arg.cpp | 10 +--
lib/Option/ArgList.cpp | 21 +++--
lib/Option/OptTable.cpp | 40 +++++----
lib/Option/Option.cpp | 10 ++-
lib/TableGen/Record.cpp | 43 +++++-----
lib/TableGen/SetTheory.cpp | 20 +++--
16 files changed, 266 insertions(+), 231 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 3184f8d7bb0 [cfi] CFI-ICall for ThinLTO.
new 1410aba438c Fix build warning on 32-bit targets where sizeof(size_t) < [...]
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/Bitcode/Reader/BitcodeReader.cpp | 6 ++++--
1 file changed, 4 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 libcxx.
from daea5bc50 Add missing include to __bsd_locale_fallbacks.h. Fixes https [...]
new 660d2654f Allow coroutine_handle<const T> to support creation from cons [...]
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/experimental/coroutine | 6 ++--
.../coroutine.handle.prom/promise.pass.cpp | 35 ++++++++++++++++++++++
2 files changed, 39 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 68e216b09a8 [llvm-pdbutil] Add support for dumping cross module imports [...]
new 3184f8d7bb0 [cfi] CFI-ICall for ThinLTO.
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/Analysis/TypeMetadataUtils.h | 7 +
include/llvm/Bitcode/BitcodeWriter.h | 4 +
include/llvm/Bitcode/LLVMBitCodes.h | 8 +
include/llvm/IR/ModuleSummaryIndex.h | 10 ++
include/llvm/IR/ModuleSummaryIndexYAML.h | 18 +++
lib/Bitcode/Reader/BitcodeReader.cpp | 12 ++
lib/Bitcode/Writer/BitcodeWriter.cpp | 50 +++++--
lib/IR/ModuleSummaryIndex.cpp | 7 +-
lib/Transforms/IPO/CrossDSOCFI.cpp | 11 ++
lib/Transforms/IPO/LowerTypeTests.cpp | 166 +++++++++++++++++++--
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 50 ++++++-
test/ThinLTO/X86/cfi-icall.ll | 29 ++++
test/Transforms/CrossDSOCFI/cfi_functions.ll | 23 +++
.../LowerTypeTests/Inputs/import-icall.yaml | 19 +++
test/Transforms/LowerTypeTests/export-icall.ll | 70 +++++++++
test/Transforms/LowerTypeTests/import-icall.ll | 40 +++++
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 +
17 files changed, 494 insertions(+), 32 deletions(-)
create mode 100644 test/ThinLTO/X86/cfi-icall.ll
create mode 100644 test/Transforms/CrossDSOCFI/cfi_functions.ll
create mode 100644 test/Transforms/LowerTypeTests/Inputs/import-icall.yaml
create mode 100644 test/Transforms/LowerTypeTests/export-icall.ll
create mode 100644 test/Transforms/LowerTypeTests/import-icall.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 compiler-rt.
from 6f8de12f0 [ubsan] Fix a faulty memory accessibility check
new f6b2a077d [cfi] Enable icall tests with thinlto.
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/cfi/cross-dso/icall/lit.local.cfg | 3 ---
test/cfi/cross-dso/stats.cpp | 1 -
test/cfi/icall/lit.local.cfg | 3 ---
test/cfi/icall/wrong-signature-mixed-lto.c | 41 ++++++++++++++++++++++++++++++
4 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 test/cfi/icall/wrong-signature-mixed-lto.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-7-branch
in repository gcc.
from b4dc3037572 PR ada/81105 * gcc-interface/Makefile.in (x86 kfreebsd): [...]
new 38dfb9947bd 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 45c0c08d84b PR ada/81105 * gcc-interface/Makefile.in (x86 kfreebsd): [...]
new 9b7a8b6e047 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-6-branch
in repository gcc.
from 8206742a508 PR rtl-optimization/80474 * reorg.c (update_block): Do no [...]
new 46f2d3ed076 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.