This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e41f2a1 [CodeGen] Add support for emitting .init_array instead of .ct [...]
new cd04c01 [lit] Add a --max-failures option.
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:
utils/lit/lit/LitConfig.py | 4 +++-
utils/lit/lit/main.py | 12 ++++++++++--
utils/lit/lit/run.py | 14 ++++++++++++++
utils/lit/tests/max-failures.py | 14 ++++++++++++++
4 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 utils/lit/tests/max-failures.py
--
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 b412e01 [CodeGen] Switch test as FreeBSD will support .init_array soon.
new e41f2a1 [CodeGen] Add support for emitting .init_array instead of .ct [...]
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/X86/X86TargetMachine.cpp | 2 ++
lib/Target/X86/X86TargetObjectFile.cpp | 7 +++++++
lib/Target/X86/X86TargetObjectFile.h | 6 ++++++
test/CodeGen/X86/constructor.ll | 2 ++
4 files changed, 17 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 llvm.
from 0b13636 [WebAssembly] Use the frame pointer instead of the stack pointer
new b412e01 [CodeGen] Switch test as FreeBSD will support .init_array soon.
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/CodeGen/X86/init-priority.ll | 6 +++---
1 file changed, 3 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 clang.
from 92f23b6 [Modules TS] Diagnose 'export' declaration within 'export' de [...]
new 4765e80 headers: add missing Windows ARM Interlocked intrinsics
new 199dbc5 [clang-format] Don't allow newline after uppercase Obj-C bloc [...]
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/Format/TokenAnnotator.cpp | 17 +-
lib/Headers/intrin.h | 474 ++++++++++++++++++++++++++++++++++++++++
unittests/Format/FormatTest.cpp | 2 +
3 files changed, 487 insertions(+), 6 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 3ba3ad4 [libc++] Fix typos causing compilation errors when _LIBCPP_DE [...]
new 74c9857 Expect DLL builds on Windows by default and require a custom [...]
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:
CMakeLists.txt | 10 ++++++++++
include/__config | 14 +++++++-------
include/__config_site.in | 1 +
3 files changed, 18 insertions(+), 7 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 lldb.
from 451ded9 added Linux support for test timeout sampling
new ceb5f6c Fix an issue where LLDB would not accept the --description-ve [...]
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:
source/Commands/CommandObjectExpression.cpp | 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 libcxx.
from 66bdfe2 [libc++] Extension: Make `move` and `forward` constexpr in C++11.
new 3ba3ad4 [libc++] Fix typos causing compilation errors when _LIBCPP_DE [...]
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/unordered_map | 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 lld.
from 52a6913 [ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.
new 9a8f2cd Non alloca sections should not keep other sections live.
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/MarkLive.cpp | 3 ++-
test/ELF/gc-sections-alloc.s | 31 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/gc-sections-alloc.s
--
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 502c875 Fix test on windows
new 92f23b6 [Modules TS] Diagnose 'export' declaration within 'export' de [...]
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/AST/DeclBase.h | 4 ++++
include/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/AST/DeclBase.cpp | 16 ++++++++++++++++
lib/Sema/SemaDecl.cpp | 7 +++++--
test/SemaCXX/modules-ts.cppm | 15 +++++++++++++++
5 files changed, 42 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 851d92e Next set of additional error checks for invalid Mach-O files [...]
new 0b13636 [WebAssembly] Use the frame pointer instead of the stack pointer
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/WebAssembly/WebAssemblyRegisterInfo.cpp | 13 +++--
test/CodeGen/WebAssembly/userstack.ll | 65 ++++++++++++++++++----
2 files changed, 62 insertions(+), 16 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 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 134d28b Add support for Code16GCC
new bb748a1 Allow StringRef to be constructed from a null pointer.
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/ADT/StringRef.h | 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 master
in repository gcc.
from 85527e8 2016-09-26 Steven G. Kargl <kargl(a)gcc.gnu.org>
new c3d5d91 Fix fallthrough comments for Ada, Solaris/x86, SPARC
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/ChangeLog | 7 +++++++
gcc/ada/ChangeLog | 8 ++++++++
gcc/ada/gcc-interface/decl.c | 10 +++++-----
gcc/ada/gcc-interface/misc.c | 6 +++---
gcc/ada/gcc-interface/trans.c | 26 +++++++++++++-------------
gcc/ada/gcc-interface/utils.c | 10 ++++++----
gcc/ada/gcc-interface/utils2.c | 14 +++++++-------
gcc/config/i386/i386.c | 1 +
gcc/config/sparc/sparc.c | 2 ++
9 files changed, 52 insertions(+), 32 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-6-branch
in repository gcc.
from 591bbcd Daily bump.
new 43b0f56 Backport from mainline 2016-09-21 Ville Voutilainen <ville. [...]
new 61401fa Fix the date of the last ChangeLog entry.
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:
libstdc++-v3/ChangeLog | 25 +++
libstdc++-v3/include/bits/stl_pair.h | 246 ++++++++++++++++----------
libstdc++-v3/include/std/type_traits | 7 +
libstdc++-v3/testsuite/20_util/pair/traits.cc | 77 ++++++++
4 files changed, 266 insertions(+), 89 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/traits.cc
--
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 5f76b03 Remove ancient icc decorators
new d7d23b2 Fix serialization of Python breakpoint commands.
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/Breakpoint/BreakpointOptions.h | 22 ++++---
include/lldb/Interpreter/ScriptInterpreter.h | 14 +++++
include/lldb/lldb-enumerations.h | 3 +-
.../breakpoint_command/TestBreakpointCommand.py | 4 +-
.../serialize/TestBreakpointSerialization.py | 2 +-
source/API/SBBreakpoint.cpp | 2 +-
source/Breakpoint/Breakpoint.cpp | 4 +-
source/Breakpoint/BreakpointOptions.cpp | 68 ++++++++++++++++++----
source/Commands/CommandObjectBreakpointCommand.cpp | 7 ---
source/Interpreter/ScriptInterpreter.cpp | 13 +++++
.../Python/ScriptInterpreterPython.cpp | 23 ++++++--
.../Python/ScriptInterpreterPython.h | 13 +++++
12 files changed, 137 insertions(+), 38 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 786045e Add optimization bisect support to an optional Mips pass
new 134d28b Add support for Code16GCC
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/X86/AsmParser/X86AsmParser.cpp | 62 +++++++++++++++++++---------
test/MC/X86/code16gcc.s | 67 +++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+), 20 deletions(-)
create mode 100644 test/MC/X86/code16gcc.s
--
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 30601a7 [ELF] - Fix for: Bug 30521 - lld exits non-zero return value [...]
new 52a6913 [ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.
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/LinkerScript.cpp | 75 +++++++++++++++++++++++++++++++++++
ELF/LinkerScript.h | 15 ++++++-
ELF/OutputSections.cpp | 3 ++
test/ELF/linkerscript/data-commands.s | 40 +++++++++++++++++++
4 files changed, 131 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/linkerscript/data-commands.s
--
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 3911695 Statistic: Only print statistics on exit for -stats
new 786045e Add optimization bisect support to an optional Mips 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:
lib/Target/Mips/MipsOptimizePICCall.cpp | 3 +++
1 file changed, 3 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 lld.
from c834add [ELF] - Format. NFC.
new 30601a7 [ELF] - Fix for: Bug 30521 - lld exits non-zero return value [...]
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/Driver.cpp | 2 +-
test/ELF/entry.s | 10 +++++++++-
2 files changed, 10 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 glibc.
from bb8081f Add iszero.
new e33a23f Add INTERNAL_SYSCALL_CALL
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:
ChangeLog | 28 ++++++++++++++++++++
sysdeps/unix/sysdep.h | 73 ++++++++++++++++++++++++++++++++++++++-------------
2 files changed, 83 insertions(+), 18 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 a384821 Complete support for the cxxCtorInitializer() AST matcher so [...]
new 96f1dbf CC1: Add -save-stats option
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:
docs/CommandGuide/clang.rst | 6 ++++++
include/clang/Basic/DiagnosticFrontendKinds.td | 2 ++
include/clang/Driver/CC1Options.td | 2 ++
include/clang/Driver/Options.td | 5 +++++
include/clang/Frontend/FrontendOptions.h | 3 +++
lib/Driver/Tools.cpp | 27 ++++++++++++++++++++++++
lib/Frontend/CompilerInstance.cpp | 23 ++++++++++++++++----
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 4 +++-
test/Driver/save-stats.c | 20 ++++++++++++++++++
test/Frontend/stats-file.c | 8 +++++++
test/Misc/warning-flags.c | 3 ++-
12 files changed, 98 insertions(+), 6 deletions(-)
create mode 100644 test/Driver/save-stats.c
create mode 100644 test/Frontend/stats-file.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 master
in repository llvm.
from 92388ae [AArch64] Fix test triplet
new 4d5121c MachineInstr: Fix comment typo, further refine comment; NFC
new 3911695 Statistic: Only print statistics on exit for -stats
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/CodeGen/MachineInstr.h | 6 ++++--
lib/Support/Statistic.cpp | 17 +++++++++--------
2 files changed, 13 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 gcc.
from 140cd7f Fix PR77719 gcc/testsuite/ChangeLog:
new 85527e8 2016-09-26 Steven G. Kargl <kargl(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 | 6 ++++++
gcc/fortran/trans-common.c | 14 +++++++++++---
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/pr77420_1.f90 | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr77420_2.f90 | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr77420_3.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr77420_4.f90 | 8 ++++++++
7 files changed, 72 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_4.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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 11e6694 Online check improvements.
new 2f7b53d Use correct URL for gcc-linaro sources.
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:
validate-manifest.pl | 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 llvm.
from 64f3b51 [llvm-cov] Silence a warning from the MSVC runtime (NFC)
new 92388ae [AArch64] Fix test triplet
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/CodeGen/AArch64/max-jump-table.ll | 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 master
in repository gcc.
from ea36272 2016-09-26 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 140cd7f Fix PR77719 gcc/testsuite/ChangeLog:
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77719.f90 | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 2 +-
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77719.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 c9e7be5 Update MemorySSA unittest to account for non-pruned SSA form
new 64f3b51 [llvm-cov] Silence a warning from the MSVC runtime (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:
tools/llvm-cov/CoverageReport.cpp | 10 ++++++----
1 file changed, 6 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 ccb1190 AMDGPU/SI: Don't crash on anonymous GlobalValues
new c9e7be5 Update MemorySSA unittest to account for non-pruned SSA form
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:
unittests/Transforms/Utils/MemorySSA.cpp | 16 ++++++----------
1 file changed, 6 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 0749c8e [LV] Scalarize instructions marked scalar after vectorization
new a50e80e Remove pruning of phi nodes in MemorySSA - it makes updating harder
new ccb1190 AMDGPU/SI: Don't crash on anonymous GlobalValues
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/Transforms/Utils/MemorySSA.h | 3 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 5 +--
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 11 ++++---
lib/Target/AMDGPU/AMDGPUMCInstLower.h | 5 ++-
lib/Transforms/Utils/MemorySSA.cpp | 45 +++-----------------------
test/CodeGen/AMDGPU/anonymous-gv.ll | 18 +++++++++++
test/Transforms/Util/MemorySSA/livein.ll | 53 -------------------------------
7 files changed, 38 insertions(+), 102 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/anonymous-gv.ll
delete mode 100644 test/Transforms/Util/MemorySSA/livein.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 gcc.
from d4d58fc 2016-09-26 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new ea36272 2016-09-26 Thomas Preud'homme <thomas.preudhomme(a)arm.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:
gcc/ChangeLog | 24 +++++++++++++
gcc/builtins.c | 1 +
gcc/c-family/ChangeLog | 4 +++
gcc/c-family/c-common.c | 1 +
gcc/config/aarch64/aarch64.c | 1 +
gcc/config/alpha/alpha.c | 1 +
gcc/config/arm/arm.c | 1 +
gcc/config/i386/i386.c | 1 +
gcc/config/ia64/ia64.c | 1 +
gcc/config/mips/mips.c | 1 +
gcc/config/rs6000/rs6000.c | 1 +
gcc/config/sparc/sparc.c | 1 +
gcc/genconditions.c | 1 +
gcc/genemit.c | 1 +
gcc/genoutput.c | 1 +
gcc/genpeep.c | 1 +
gcc/genpreds.c | 1 +
gcc/genrecog.c | 1 +
gcc/memmodel.h | 86 ++++++++++++++++++++++++++++++++++++++++++++
gcc/optabs.c | 1 +
gcc/tree.h | 63 --------------------------------
gcc/tsan.c | 1 +
22 files changed, 132 insertions(+), 63 deletions(-)
create mode 100644 gcc/memmodel.h
--
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 8a7cd49 [Coroutines] Part14: Handle coroutines with no suspend points.
new 0749c8e [LV] Scalarize instructions marked scalar after vectorization
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/Transforms/Vectorize/LoopVectorize.cpp | 9 +++
.../LoopVectorize/PowerPC/small-loop-rdx.ll | 4 +-
.../LoopVectorize/PowerPC/vsx-tsvc-s173.ll | 2 +-
test/Transforms/LoopVectorize/global_alias.ll | 6 +-
test/Transforms/LoopVectorize/induction_plus.ll | 4 +-
.../LoopVectorize/scalar_after_vectorization.ll | 74 ++++++++++++++++++++++
6 files changed, 92 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/scalar_after_vectorization.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 clang.
from b2c1023 [ASTMatcher] Add isStaticStorageClass matcher for varDecl and [...]
new a384821 Complete support for the cxxCtorInitializer() AST matcher so [...]
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/ASTMatchers/ASTMatchFinder.h | 3 +++
include/clang/ASTMatchers/ASTMatchers.h | 1 +
lib/ASTMatchers/ASTMatchFinder.cpp | 38 +++++++++++++++++++++++++++
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 5 ++++
4 files changed, 47 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 gcc.
from 9b12e2d read-rtl.c: split out read_rtx_operand from read_rtx_code
new d4d58fc 2016-09-26 Thomas Preud'homme <thomas.preudhomme(a)arm.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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 6 +++---
2 files changed, 8 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 binutils-gdb.
from c5da193 When building target binaries, ensure that the warning flags [...]
new 78fb7e3 tc-xtensa.c: fixup xg_reverse_shift_count typo
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:
gas/ChangeLog | 5 +++++
gas/config/tc-xtensa.c | 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 gcc.
from 194b906 2016-09-26 Anton Kolesov <Anton.Kolesov(a)synopsys.com>
new 9b12e2d read-rtl.c: split out read_rtx_operand from read_rtx_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:
gcc/ChangeLog | 7 +
gcc/read-rtl.c | 404 ++++++++++++++++++++++++++++++---------------------------
2 files changed, 218 insertions(+), 193 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 92af450 2016-09-26 LH Mouse <lh_mouse(a)126.com>
new 194b906 2016-09-26 Anton Kolesov <Anton.Kolesov(a)synopsys.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:
ChangeLog | 5 +++++
configure | 3 +++
configure.ac | 3 +++
3 files changed, 11 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 1f6e700 [analyzer] Improve CastToStruct checker so it can also detect [...]
new b2c1023 [ASTMatcher] Add isStaticStorageClass matcher for varDecl and [...]
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:
docs/LibASTMatchersReference.html | 30 +++++++++++++++++++++-
include/clang/ASTMatchers/ASTMatchers.h | 18 +++++++++++++
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 8 ++++++
3 files changed, 55 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 gcc.
from 29d394d Fix typo in date.
new 7408cd7 * ipa-inline-analysis.c (find_foldable_builtin_expect): Use [...]
new e997bd3 * c-lex.c (c_common_has_attribute): Handle attribute fallthrough.
new 92af450 2016-09-26 LH Mouse <lh_mouse(a)126.com>
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/ChangeLog | 31 +++++++++++++++++++++++++++++++
gcc/c-family/ChangeLog | 4 ++++
gcc/c-family/c-lex.c | 3 ++-
gcc/config/i386/cygming.h | 4 ++--
gcc/ipa-inline-analysis.c | 4 +---
gcc/ipa-split.c | 8 ++------
gcc/omp-low.c | 14 ++++----------
gcc/predict.c | 4 +---
gcc/sanopt.c | 3 +--
gcc/system.h | 8 ++++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++
gcc/tree-cfg.c | 5 +----
gcc/tree-parloops.c | 4 +---
gcc/tree-stdarg.c | 14 ++------------
gcc/tree-vect-loop.c | 8 ++------
gcc/tree-vect-stmts.c | 8 ++------
gcc/tree-vectorizer.c | 4 +---
gcc/tsan.c | 4 +---
19 files changed, 74 insertions(+), 66 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 51e92d1 [AArch64] Improve add/sub/cmp isel of uxtw forms.
new 8a7cd49 [Coroutines] Part14: Handle coroutines with no suspend points.
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/Transforms/Coroutines/CoroInstr.h | 8 ++
lib/Transforms/Coroutines/CoroSplit.cpp | 112 ++++++++++++++++++
test/Transforms/Coroutines/no-suspend.ll | 189 +++++++++++++++++++++++++++++++
3 files changed, 309 insertions(+)
create mode 100644 test/Transforms/Coroutines/no-suspend.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 3455264 [InstCombine] Fixed bug introduced in r282237
new 653861f Add support to optionally limit the size of jump tables.
new 51e92d1 [AArch64] Improve add/sub/cmp isel of uxtw forms.
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/Target/TargetLowering.h | 18 ++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 38 +++++---
lib/CodeGen/TargetLoweringBase.cpp | 12 +++
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 5 ++
lib/Target/AArch64/AArch64ISelLowering.cpp | 6 ++
lib/Target/AArch64/AArch64ISelLowering.h | 15 ++++
lib/Target/AArch64/AArch64InstrInfo.td | 9 +-
lib/Target/AArch64/AArch64Subtarget.cpp | 1 +
lib/Target/AArch64/AArch64Subtarget.h | 3 +
test/CodeGen/AArch64/addsub_ext.ll | 109 +++++++++++++++++++++--
test/CodeGen/AArch64/max-jump-table.ll | 94 +++++++++++++++++++
11 files changed, 278 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AArch64/max-jump-table.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 gcc.
from 74163ac [regrename][sel-sched] Fix bogus use of HARD_FRAME_POINTER_RE [...]
new 29d394d Fix typo in date.
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/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.