This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 07758791 Move computation past early return
new 851d92e Next set of additional error checks for invalid Mach-O files [...]
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/Object/MachOObjectFile.cpp | 15 +++++++++++++++
.../Inputs/macho-invalid-dylib_code_sign_drs-bad-size | Bin 0 -> 48 bytes
test/Object/Inputs/macho-invalid-function_starts-dataoff | Bin 0 -> 44 bytes
.../Inputs/macho-invalid-splitinfo-dataoff-datasize | Bin 0 -> 44 bytes
test/Object/macho-invalid.test | 9 +++++++++
5 files changed, 24 insertions(+)
create mode 100644 test/Object/Inputs/macho-invalid-dylib_code_sign_drs-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-function_starts-dataoff
create mode 100644 test/Object/Inputs/macho-invalid-splitinfo-dataoff-datasize
--
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 fdf7354 [thinlto] Basic thinlto fdo heuristic
new 07758791 Move computation past early return
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/IR/Metadata.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 2b20b183 2016-09-26 François Dumont <fdumont(a)gcc.gnu.org>
new e4b72fc PR libstdc++/77727 * include/std/optional (optional(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:
libstdc++-v3/ChangeLog | 8 +++++
libstdc++-v3/include/std/optional | 20 ++++++++++---
.../optional/{observers/5.cc => cons/77727.cc} | 35 ++++++++++++++--------
3 files changed, 47 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/20_util/optional/{observers/5.cc => cons/77727.cc} (56%)
--
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 96f1dbf CC1: Add -save-stats option
new 502c875 Fix test on 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/Driver/save-stats.c | 4 ++--
1 file changed, 2 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 bb748a1 Allow StringRef to be constructed from a null pointer.
new fdf7354 [thinlto] Basic thinlto fdo heuristic
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/ModuleSummaryAnalysis.h | 5 +-
include/llvm/Bitcode/LLVMBitCodes.h | 8 +-
include/llvm/IR/ModuleSummaryIndex.h | 20 ++--
lib/Analysis/ModuleSummaryAnalysis.cpp | 54 ++++++++---
lib/Bitcode/Reader/BitcodeReader.cpp | 57 +++++++----
lib/Bitcode/Writer/BitcodeWriter.cpp | 20 ++--
lib/LTO/ThinLTOCodeGenerator.cpp | 4 +-
lib/Transforms/IPO/FunctionImport.cpp | 15 ++-
...hinlto-function-summary-callgraph-combined.1.bc | Bin 0 -> 360 bytes
...to-function-summary-callgraph-pgo-combined.1.bc | Bin 0 -> 368 bytes
.../thinlto-function-summary-callgraph-pgo.1.bc | Bin 0 -> 1060 bytes
...o-function-summary-callgraph-profile-summary.ll | 27 ++++++
.../Inputs/thinlto-function-summary-callgraph.1.bc | Bin 0 -> 968 bytes
test/Bitcode/summary_version.ll | 2 +-
test/Bitcode/thinlto-alias.ll | 4 +-
.../thinlto-function-summary-callgraph-pgo.ll | 17 +++-
...o-function-summary-callgraph-profile-summary.ll | 98 +++++++++++++++++++
test/Bitcode/thinlto-function-summary-callgraph.ll | 12 ++-
test/Bitcode/thinlto-function-summary-refgraph.ll | 10 +-
.../FunctionImport/Inputs/hotness_based_import.ll | 43 +++++++++
.../FunctionImport/hotness_based_import.ll | 106 +++++++++++++++++++++
21 files changed, 422 insertions(+), 80 deletions(-)
create mode 100644 test/Bitcode/Inputs/thinlto-function-summary-callgraph-combined.1.bc
create mode 100644 test/Bitcode/Inputs/thinlto-function-summary-callgraph-pgo-comb [...]
create mode 100644 test/Bitcode/Inputs/thinlto-function-summary-callgraph-pgo.1.bc
create mode 100644 test/Bitcode/Inputs/thinlto-function-summary-callgraph-profile- [...]
create mode 100644 test/Bitcode/Inputs/thinlto-function-summary-callgraph.1.bc
create mode 100644 test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
create mode 100644 test/Transforms/FunctionImport/Inputs/hotness_based_import.ll
create mode 100644 test/Transforms/FunctionImport/hotness_based_import.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 2e9f17c Added a setting that enables saving all .o files from a given [...]
new 451ded9 added Linux support for test timeout sampling
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:
packages/Python/lldbsuite/pre_kill_hook/linux.py | 76 ++++++++++++++++++++++
.../lldbsuite/pre_kill_hook/tests/test_darwin.py | 2 +-
.../tests/{test_darwin.py => test_linux.py} | 76 +++++++++++++++-------
packages/Python/lldbsuite/test/dosep.py | 21 ++++--
.../lldbsuite/test/test_runner/process_control.py | 34 ++++++----
5 files changed, 167 insertions(+), 42 deletions(-)
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/linux.py
copy packages/Python/lldbsuite/pre_kill_hook/tests/{test_darwin.py => test_linux.p [...]
--
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 c3d5d91 Fix fallthrough comments for Ada, Solaris/x86, SPARC
new 2b20b183 2016-09-26 François Dumont <fdumont(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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/debug/safe_base.h | 2 +-
2 files changed, 6 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 lldb.
from d7d23b2 Fix serialization of Python breakpoint commands.
new 2e9f17c Added a setting that enables saving all .o files from a given [...]
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/lldb/Expression/IRExecutionUnit.h | 2 +
include/lldb/Target/Target.h | 2 +
.../save_jit_objects}/Makefile | 0
.../save_jit_objects/TestSaveJITObjects.py | 57 ++++++++++++++++++++++
.../save_jit_objects}/main.c | 3 +-
source/Expression/IRExecutionUnit.cpp | 27 ++++++++++
source/Target/Target.cpp | 9 ++++
7 files changed, 98 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/{driver/batch_mode => expression_command/save_ [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/save_jit_obje [...]
copy packages/Python/lldbsuite/test/{functionalities/format => expression_command/ [...]
--
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 8dc5b6e Update -verify test to use new static assert message
new 08fa010 [include] Declare __STDC_*_MACROS for C++11 compat in old libc
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/inttypes.h | 7 ++++
include/stdint.h | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 128 insertions(+)
create mode 100644 include/stdint.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.