This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from daacf3c [llvm-cov] Filter away source files that aren't in the covera [...]
new 85fa818 [MC] Support .dcb directives in assembler parser
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/MC/MCParser/AsmParser.cpp | 184 ++++++++++++++++++++++++++++++--------
test/MC/AsmParser/directive_dcb.s | 59 ++++++++++++
2 files changed, 208 insertions(+), 35 deletions(-)
create mode 100644 test/MC/AsmParser/directive_dcb.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 c5ddf50 [TLI] isdigit / isascii / toascii param type should match ret [...]
new c36f315 [llvm-cov] Minor cleanup. NFC.
new fd06635 [llvm-cov] Get rid of all invalid filename references
new daacf3c [llvm-cov] Filter away source files that aren't in the covera [...]
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:
test/tools/llvm-cov/report.cpp | 3 ++-
test/tools/llvm-cov/scan-directory.test | 18 ++++++++++---
tools/llvm-cov/CodeCoverage.cpp | 44 ++++++++++++++++++++-----------
tools/llvm-cov/CoverageExporterJson.cpp | 6 +++--
tools/llvm-cov/CoverageReport.cpp | 12 +++++----
tools/llvm-cov/CoverageReport.h | 6 ++---
tools/llvm-cov/SourceCoverageView.h | 2 +-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 14 +++++-----
tools/llvm-cov/SourceCoverageViewHTML.h | 2 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 4 +--
tools/llvm-cov/SourceCoverageViewText.h | 2 +-
11 files changed, 70 insertions(+), 43 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 f8e3a51 [ResetMachineFunction] Populate the comments in the header of [...]
new c5ddf50 [TLI] isdigit / isascii / toascii param type should match ret [...]
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/Analysis/TargetLibraryInfo.cpp | 5 +++-
test/Transforms/InstCombine/simplify-libcalls.ll | 35 ++++++++++++++++++++++++
2 files changed, 39 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 lld.
from c01f54f Simplify. NFC.
new 1694792 [ELF] Resolve weak undefined TLS symbols when no phdr is available.
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/InputSection.cpp | 8 ++++++++
test/ELF/tls-weak-undef.s | 16 ++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/ELF/tls-weak-undef.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 lldb.
from cfa7f1a Try again to match the logic of the code before re-writing.
new 8db3929 Change Module::RemapPath to use StringRef.
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/Core/Module.h | 5 ++++-
include/lldb/Target/PathMappingList.h | 3 ++-
source/Core/Module.cpp | 3 ++-
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 2 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
source/Target/PathMappingList.cpp | 19 ++++++++++---------
6 files changed, 20 insertions(+), 14 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 abd02b3 ScheduleDAG: Match enum names when printing sdep kinds
new c81278e [RegisterBankInfo] Add statistics for dynamic partial mappings.
new 76cc1a9 [ResetMachineFunction] Add statistic on the number of reset f [...]
new f8e3a51 [ResetMachineFunction] Populate the comments in the header of [...]
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:
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 11 +++++++++++
lib/CodeGen/ResetMachineFunctionPass.cpp | 13 ++++++++++---
2 files changed, 21 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 llvm.
from 4151a97 [RegBankSelect] Use DEBUG_TYPE instead of repeating the name [...]
new 5c7b0b1 BitcodeReader: Deduplicate code. NFC.
new abd02b3 ScheduleDAG: Match enum names when printing sdep kinds
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/Bitcode/Reader/BitcodeReader.cpp | 200 ++++++++-------------
lib/CodeGen/ScheduleDAG.cpp | 16 +-
test/CodeGen/AArch64/arm64-csldst-mmo.ll | 6 +-
.../AArch64/arm64-misched-forwarding-A53.ll | 4 +-
test/CodeGen/AArch64/arm64-misched-memdep-bug.ll | 6 +-
test/CodeGen/AArch64/tailcall_misched_graph.ll | 4 +-
test/CodeGen/ARM/2012-06-12-SchedMemLatency.ll | 24 +--
7 files changed, 105 insertions(+), 155 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 a6f17e6 Try to fix failing TestDataFormatterSkipSummary test case.
new cfa7f1a Try again to match the logic of the code before re-writing.
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/Interpreter/OptionGroupValueObjectDisplay.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 lldb.
from 81cd8a4 Update OptionGroup::SetValue to take StringRef.
new 36732fd Update the prompt related functions to use StringRefs.
new a6f17e6 Try to fix failing TestDataFormatterSkipSummary test case.
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/lldb/Core/Debugger.h | 5 ++-
include/lldb/Core/Event.h | 2 +
include/lldb/Core/IOHandler.h | 22 ++++++++---
include/lldb/Core/Log.h | 1 +
include/lldb/Interpreter/CommandInterpreter.h | 3 +-
include/lldb/Interpreter/OptionValue.h | 2 +-
include/lldb/Interpreter/OptionValueProperties.h | 5 ++-
include/lldb/Utility/AnsiTerminal.h | 44 +++++++++++++---------
source/API/SBDebugger.cpp | 7 ++--
source/Commands/CommandObjectCommands.cpp | 6 +--
source/Commands/CommandObjectExpression.cpp | 4 +-
source/Core/Debugger.cpp | 8 ++--
source/Core/Event.cpp | 4 ++
source/Core/IOHandler.cpp | 37 +++++++++---------
source/Expression/REPL.cpp | 10 ++---
source/Interpreter/CommandInterpreter.cpp | 22 ++++++-----
.../Interpreter/OptionGroupValueObjectDisplay.cpp | 4 +-
source/Interpreter/OptionValue.cpp | 4 +-
source/Interpreter/OptionValueProperties.cpp | 2 +-
source/Target/Target.cpp | 12 ++++--
20 files changed, 121 insertions(+), 83 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 cace583 Fix test when run in unusual test directories.
new c01f54f Simplify. 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/LinkerScript.cpp | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 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 e197d40 PR go/77701 * go-gcc.cc (Gcc_backend::Gcc_backend): Fix cal [...]
new 0c574bd * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp [...]
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 | 30 ++++++++++++
gcc/hooks.c | 145 +++++++++++++++++++++++-----------------------------------
2 files changed, 87 insertions(+), 88 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.
diana.picus pushed a change to branch diana_picus/worktree
in repository toolchain/tcwg-release-tools.
at 76623c5 Revert "Test that the worktree is on a valid branch"
This branch includes the following new commits:
new 773ca93 Attempt to fix copy-pasted code
new 4f4dde9 Rename GitRepo::log's parameter to numcommits
new 1323958 Add basic support for adding worktrees
new 7f0a0b4 Refactor existing worktree test
new 7f6dea6 Add more worktree tests
new 274d155 [Worktree] Catch attempts to track inexistent branches
new ad1c25d [Worktree] Reverse the tracked/local branch parameters
new dce7c38 [Worktree] Make master the default parent branch
new 0a1a2af [Worktree] Validate branch names
new 752fbd2 Support creating worktrees from existing branches
new be90266 Disallow tracked branch when local branch exists
new 9b8d263 Make sure assertions are reached in tests
new f7ca70c [Worktree] Make sure local branch is not None
new 8bf7b52 Add factory method for creating worktrees
new 6dbd518 Don't create new worktrees in existing directories
new fc97240 Don't allow empty worktree paths
new 2130fdc Don't allow relative worktree paths
new 2481f7a Add test for worktree path with missing hops
new 109dc8b Add tests for invalid clones and projs
new 678c197 Add test for multiple calls
new 44e5252 [Worktree] Validate the input path
new 80cc667 Validate that the input dir is actually a worktree
new 305fee3 [Worktree] Be more conservative about vertical space
new 5534a92 Add comment
new c8de378 Test that the worktree is on a valid branch
new 542e3ee Add support for cleaning up worktrees
new 76623c5 Revert "Test that the worktree is on a valid branch"
The 27 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.
--
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 9b5db70 Implement P0138R2, C++17 construction rules for enum class v [...]
new e2c1228 gcc/testsuite/ChangeLog:
new e197d40 PR go/77701 * go-gcc.cc (Gcc_backend::Gcc_backend): Fix cal [...]
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:
gcc/go/ChangeLog | 6 ++++++
gcc/go/go-gcc.cc | 8 ++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 5 +++++
4 files changed, 21 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 32ed609 Enhance calcColdCallHeuristics for InvokeInst
new f8d0897 [RegisterBank] Mark the dump method with LLVM_DUMP_METHOD.
new 4151a97 [RegBankSelect] Use DEBUG_TYPE instead of repeating the name [...]
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/CodeGen/GlobalISel/RegBankSelect.cpp | 4 ++--
lib/CodeGen/GlobalISel/RegisterBank.cpp | 2 +-
2 files 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 compiler-rt.
from e1c6607 [asan] Stop appending -lm, -pthread and other linker options [...]
new 5ab88bf [compiler-rt] Fix a broken asan 64-bit test using ld_preload
new c58c8bb Fix the following tests when running under cross-compilation:
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:
test/asan/lit.cfg | 7 ++++++-
test/profile/Linux/comdat_rename.test | 2 +-
test/profile/Linux/extern_template.test | 4 ++--
test/profile/Linux/instrprof-comdat.test | 2 +-
test/profile/Linux/instrprof-cs.c | 4 ++--
5 files changed, 12 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 annotated tag newlib-snapshot-20160923
in repository newlib.
at cf38811 (tag)
tagging f763e2dc88d04430dd2524a529eef91a2e517e4e (commit)
replaces cygwin-2_6_0-release
tagged by Jeff Johnston
on Fri Sep 23 13:48:32 2016 -0400
- Log -----------------------------------------------------------------
Newlib snapshot for 09/23/2016.
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 0a66c38 * Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to mak [...]
new 9b5db70 Implement P0138R2, C++17 construction rules for enum class v [...]
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/cp/ChangeLog | 6 +
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 27 +++
gcc/cp/typeck.c | 11 ++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp1z/direct-enum-init1.C | 237 +++++++++++++++++++++++++
6 files changed, 287 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/direct-enum-init1.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 3b62127 Revert "[ARM] Promote small global constants to constant pools"
new 32ed609 Enhance calcColdCallHeuristics for InvokeInst
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/Analysis/BranchProbabilityInfo.cpp | 10 +++
test/Analysis/BranchProbabilityInfo/basic.ll | 93 ++++++++++++++++++++++++++++
2 files changed, 103 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 binutils-gdb.
from 97e64e5 Replace sprintf with xsnprintf in nat/linux-osdata.c
new 3e25a50 Remove some unnecessary 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:
gdb/ChangeLog | 5 +++++
gdb/objfiles.h | 2 --
gdb/utils.c | 6 ------
3 files changed, 5 insertions(+), 8 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 b8b3db3 * vec.h (vNULL): Extend comment to say = vNULL initializatio [...]
new 31a7528 Optimize truncating a basic_string
new fab5004 Avoid reallocation for basic_string::clear()
new 0a66c38 * Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to mak [...]
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 | 3 +
gcc/cp/Make-lang.in | 2 +-
libstdc++-v3/ChangeLog | 18 ++++
libstdc++-v3/include/bits/basic_string.h | 26 +++++-
libstdc++-v3/include/bits/basic_string.tcc | 2 +-
libstdc++-v3/include/ext/rc_string_base.h | 5 +-
.../testsuite/21_strings/basic_string/56166.cc | 93 +++++++++++++++++++++
.../testsuite/ext/vstring/modifiers/clear/56166.cc | 96 ++++++++++++++++++++++
8 files changed, 239 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/56166.cc
create mode 100644 libstdc++-v3/testsuite/ext/vstring/modifiers/clear/56166.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 zorg.
from 93aeb54 Changed MailNotifiers for myself.
new 8686bb5 [Zorg] Fixing LNT -cflag and moving to a new Perf name
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:
buildbot/osuosl/master/config/builders.py | 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 gcc.
from 15650eb 2016-09-23 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new a30e370 Fix gcc.dg/tree-ssa/builtin-sprintf-warn-4.c
new 24b538e * vec.h (vnull::operator vec): Add constexpr keyword for C+ [...]
new 16fb756 * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info, l [...]
new b8b3db3 * vec.h (vNULL): Extend comment to say = vNULL initializatio [...]
The 4 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 | 17 +++++++++++++++++
gcc/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 2 +-
gcc/cp/ChangeLog | 3 +++
gcc/cp/constexpr.c | 2 +-
gcc/haifa-sched.c | 4 ++--
gcc/passes.c | 8 +++-----
gcc/sel-sched-ir.c | 13 +++++--------
gcc/sel-sched.c | 4 ++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-4.c | 2 +-
gcc/tree-chkp-opt.c | 2 +-
gcc/vec.h | 7 ++++++-
13 files changed, 54 insertions(+), 22 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 compiler-rt.
from d1c6577 [compiler-rt][lsan] Fix compiler error due to attribute (windows)
new e1c6607 [asan] Stop appending -lm, -pthread and other linker options [...]
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/asan/tests/CMakeLists.txt | 13 +++++++------
1 file changed, 7 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 clang.
from 1349047 Revert of r282255 because of "Fell off the end of a string-sw [...]
new 560b6b6 set the underlying value of “#pragma STDC FP_CONTRACT” on by default
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/Frontend/CompilerInvocation.cpp | 6 +
test/CodeGen/aarch64-neon-fma.c | 2 +-
test/CodeGen/aarch64-scalar-fma.c | 177 ++++++++++++++++++++++
test/CodeGen/fp-contract-pragma.cpp | 24 +--
test/CodeGen/fp-contract-pragma___on-by-default.c | 21 +++
test/Driver/clang_f_opts.c | 9 +-
6 files changed, 226 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/aarch64-scalar-fma.c
create mode 100644 test/CodeGen/fp-contract-pragma___on-by-default.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 binutils-gdb.
from 503b1c3 gdb: Replace operator new / operator new[]
new 97e64e5 Replace sprintf with xsnprintf in nat/linux-osdata.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:
gdb/ChangeLog | 6 ++++++
gdb/nat/linux-osdata.c | 6 ++++--
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 lldb.
from fec0b80 [gdb-remote] Remove the const char * version of SendPacketAnd [...]
new ff4eb53 add hook for calling platform-dependent pre-kill action on a [...]
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/README.md | 55 ++++++++
.../Python/lldbsuite/pre_kill_hook/__init__.py | 1 +
packages/Python/lldbsuite/pre_kill_hook/darwin.py | 46 +++++++
.../{support => pre_kill_hook/tests}/__init__.py | 0
.../lldbsuite/pre_kill_hook/tests/test_darwin.py | 107 +++++++++++++++
packages/Python/lldbsuite/test/dosep.py | 151 +++++++++++++++++----
.../lldbsuite/test/test_runner/process_control.py | 18 +++
7 files changed, 351 insertions(+), 27 deletions(-)
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/README.md
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/__init__.py
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/darwin.py
copy packages/Python/lldbsuite/{support => pre_kill_hook/tests}/__init__.py (100%)
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/tests/test_darwin.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 gcc.
from f99d40a Fix incorrect file in ChangeLog on previous commit
new 15650eb 2016-09-23 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 | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-2.c | 4 ++--
2 files changed, 6 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 gcc.
from f886b2b 2016-09-23 Bernd Edlinger <bernd.edlinger(a)hotmail.de> [...]
new fce0c3a Ensure points-to information is maintained for prefetch.
new f99d40a Fix incorrect file in ChangeLog on previous commit
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:
gcc/ChangeLog | 6 ++++++
gcc/tree-ssa-loop-prefetch.c | 12 ++++++++++++
2 files changed, 18 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 binutils-gdb.
from 5025eb7 Delete relocations associatesd with deleted exidx entries.
new 503b1c3 gdb: Replace operator new / operator new[]
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:
gdb/ChangeLog | 9 +++++
gdb/Makefile.in | 8 +++-
gdb/common/common-exceptions.h | 20 ++++++++++
gdb/common/new-op.c | 85 ++++++++++++++++++++++++++++++++++++++++++
gdb/gdbserver/ChangeLog | 6 +++
gdb/gdbserver/Makefile.in | 8 +++-
6 files changed, 132 insertions(+), 4 deletions(-)
create mode 100644 gdb/common/new-op.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 clang.
from c09889b Fix for r280064 that added options for fp denormals and excep [...]
new 1349047 Revert of r282255 because of "Fell off the end of a string-sw [...]
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/CodeGen/BackendUtil.cpp | 7 -------
1 file changed, 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 lld.
from 7394286 [ARM] ARM TLS shouldn't use relaxations
new cace583 Fix test when run in unusual test directories.
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/ELF/libsearch.s | 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 7c4236c S/390: Move start of 64 bit binaries from 2GB to 256MB.
new 5025eb7 Delete relocations associatesd with deleted exidx entries.
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/ChangeLog | 21 +++
bfd/elf-bfd.h | 8 ++
bfd/elf32-arm.c | 303 ++++++++++++++++++++++++++++++++---------
bfd/elflink.c | 47 +++++--
bfd/elfxx-target.h | 4 +
ld/ChangeLog | 7 +
ld/testsuite/ld-arm/unwind-4.d | 18 ++-
7 files changed, 328 insertions(+), 80 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 04f6547 [clang-format] support header deletion in cleanupAroundReplacemnts.
new c09889b Fix for r280064 that added options for fp denormals and excep [...]
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/CodeGen/BackendUtil.cpp | 7 +++++++
1 file changed, 7 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 compiler-rt.
from 827ea20 [msan] Prevent initialization failure with newer (2.23+) glib [...]
new d1c6577 [compiler-rt][lsan] Fix compiler error due to attribute (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:
lib/lsan/lsan_thread.cc | 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 clang.
from 7981b20 [OpenCL] Augment pipe built-ins with pipe packet size and alignment.
new 04f6547 [clang-format] support header deletion in cleanupAroundReplacemnts.
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/Format/Format.h | 9 ++++--
lib/Format/Format.cpp | 31 +++++++++++++++++++--
unittests/Format/CleanupTest.cpp | 59 ++++++++++++++++++++++++++++++++++++++--
3 files changed, 93 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 gcc.
from 7413e75 Provide location information for terminator characters (PR pr [...]
new a3c84e5 * configure.ac: Define HAVE_MEMALIGN for newlib.
new f74ba31 * c-c++-common/gomp/atomic-12.c: Skip for C++1z. * c-c++-co [...]
new f886b2b 2016-09-23 Bernd Edlinger <bernd.edlinger(a)hotmail.de> [...]
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/testsuite/ChangeLog | 21 +++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/atomic-12.c | 1 +
gcc/testsuite/c-c++-common/gomp/atomic-13.c | 1 +
gcc/testsuite/c-c++-common/gomp/atomic-14.c | 1 +
gcc/testsuite/c-c++-common/pr60439.c | 6 ------
gcc/testsuite/c-c++-common/ubsan/object-size-9.c | 4 ++++
gcc/testsuite/g++.dg/expr/bitfield4.C | 6 ++++--
gcc/testsuite/g++.dg/expr/bitfield5.C | 6 ++++--
gcc/testsuite/g++.dg/expr/bitfield6.C | 3 ++-
gcc/testsuite/g++.dg/expr/bool1.C | 6 ++++--
gcc/testsuite/g++.dg/expr/bool3.C | 6 ++++--
gcc/testsuite/g++.dg/expr/lval3.C | 4 +---
gcc/testsuite/g++.dg/expr/lval4.C | 5 ++---
gcc/testsuite/g++.old-deja/g++.jason/bool5.C | 6 ++++--
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/configure | 2 ++
libstdc++-v3/configure.ac | 1 +
17 files changed, 60 insertions(+), 23 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 0243a87 [asan] Fix incorrect SEH symbol mangling on win64.
new 7981b20 [OpenCL] Augment pipe built-ins with pipe packet size and alignment.
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/CodeGen/CGBuiltin.cpp | 42 +++++++++++++++++++++++++++-----------
lib/CodeGen/CGOpenCLRuntime.cpp | 22 +++++++++++++++++++-
lib/CodeGen/CGOpenCLRuntime.h | 8 ++++++++
test/CodeGenOpenCL/pipe_builtin.cl | 36 ++++++++++++++++----------------
test/CodeGenOpenCL/pipe_types.cl | 4 ++--
5 files changed, 79 insertions(+), 33 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 556618d Minor tweak. Avoid hardcoding.
new 0243a87 [asan] Fix incorrect SEH symbol mangling on win64.
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/Driver/Tools.cpp | 5 ++++-
1 file changed, 4 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 3a085dd1 2016-09-23 Fritz Reese <fritzoreese(a)gmail.com>
new 7413e75 Provide location information for terminator characters (PR pr [...]
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 | 20 ++++++
gcc/input.c | 81 +++++++++++++---------
gcc/testsuite/ChangeLog | 6 ++
.../plugin/diagnostic-test-string-literals-1.c | 14 ++++
libcpp/ChangeLog | 7 ++
libcpp/charset.c | 9 ++-
6 files changed, 104 insertions(+), 33 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 ee14216 [ELF] - Linkerscript: accept space between '=' and expression [...]
new 7394286 [ARM] ARM TLS shouldn't use relaxations
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/Relocations.cpp | 43 +++++++++++++++++++++++---------------
test/ELF/Inputs/arm-tls-get-addr.s | 13 ++++++++++++
test/ELF/arm-tls-norelax-gd-ie.s | 30 ++++++++++++++++++++++++++
test/ELF/arm-tls-norelax-gd-le.s | 37 ++++++++++++++++++++++++++++++++
test/ELF/arm-tls-norelax-ie-le.s | 41 ++++++++++++++++++++++++++++++++++++
test/ELF/arm-tls-norelax-ld-le.s | 36 +++++++++++++++++++++++++++++++
6 files changed, 183 insertions(+), 17 deletions(-)
create mode 100644 test/ELF/Inputs/arm-tls-get-addr.s
create mode 100644 test/ELF/arm-tls-norelax-gd-ie.s
create mode 100644 test/ELF/arm-tls-norelax-gd-le.s
create mode 100644 test/ELF/arm-tls-norelax-ie-le.s
create mode 100644 test/ELF/arm-tls-norelax-ld-le.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 a04f901 [Power9] Exploit move and splat instructions for build_vector [...]
new 3b62127 Revert "[ARM] Promote small global constants to constant pools"
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/ARM/ARMAsmPrinter.cpp | 33 ------
lib/Target/ARM/ARMAsmPrinter.h | 13 +-
lib/Target/ARM/ARMConstantIslandPass.cpp | 6 -
lib/Target/ARM/ARMConstantPoolValue.cpp | 12 --
lib/Target/ARM/ARMConstantPoolValue.h | 20 +---
lib/Target/ARM/ARMISelLowering.cpp | 170 ---------------------------
lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +-
lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +---
test/CodeGen/ARM/constantpool-promote-dbg.ll | 44 -------
test/CodeGen/ARM/constantpool-promote.ll | 141 ----------------------
10 files changed, 6 insertions(+), 460 deletions(-)
delete mode 100644 test/CodeGen/ARM/constantpool-promote-dbg.ll
delete mode 100644 test/CodeGen/ARM/constantpool-promote.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 e2c1cbe [ARM] Promote small global constants to constant pools
new a04f901 [Power9] Exploit move and splat instructions for build_vector [...]
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/PowerPC/InstPrinter/PPCInstPrinter.cpp | 6 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 40 +++++-
lib/Target/PowerPC/PPCInstrFormats.td | 7 +
lib/Target/PowerPC/PPCInstrInfo.td | 1 +
lib/Target/PowerPC/PPCInstrVSX.td | 47 +++++-
test/CodeGen/PowerPC/power9-moves-and-splats.ll | 167 ++++++++++++++++++++++
test/CodeGen/PowerPC/ppc64-i128-abi.ll | 18 +--
7 files changed, 273 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/PowerPC/power9-moves-and-splats.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-tools-extra.
from 72eed6a [clang-tidy] Add doc for `explain-config` option.
new c3a8e6a [clang-move] The new.cc file should include new_header.h inst [...]
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:
clang-move/ClangMove.cpp | 31 ++++++++++++++++++-------------
clang-move/ClangMove.h | 3 ++-
unittests/clang-move/ClangMoveTests.cpp | 9 +++++----
3 files changed, 25 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 lld.
from a5e4ea4 [ELF] - Linkerscript: implement DEFINED() command.
new ee14216 [ELF] - Linkerscript: accept space between '=' and expression [...]
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 | 6 +++++-
test/ELF/linkerscript/sections-padding.s | 5 +++++
2 files changed, 10 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 81df50d 2016-09-23 Richard Biener <rguenther(a)suse.de>
new 3a085dd1 2016-09-23 Fritz Reese <fritzoreese(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:
gcc/testsuite/gfortran.dg/dec_structure_15.f90 | 27 ++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_15.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 lld.
from 0849d8d [ELF/GC] Don't crash while processing Discarded sections.
new bc842cf [ELF] - Linkerscript: Implemented >> and <<
new 82be3c5 Linker script: fix crash when discarding section
new a5e4ea4 [ELF] - Linkerscript: implement DEFINED() command.
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:
ELF/LinkerScript.cpp | 26 ++++++++++++++++++++++----
ELF/LinkerScript.h | 2 ++
ELF/Writer.cpp | 5 +++--
test/ELF/linkerscript/define.s | 25 +++++++++++++++++++++++++
test/ELF/linkerscript/discard-section.s | 10 ++++++++++
test/ELF/linkerscript/locationcounter.s | 13 +++++++++++++
6 files changed, 75 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/linkerscript/define.s
create mode 100644 test/ELF/linkerscript/discard-section.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 users/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 78a445e Bump date
new 5a9c321 Add support for PURECODE
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/ChangeLog.arm | 19 ++++
bfd/bfd-in2.h | 3 +
bfd/elf32-arm.c | 121 ++++++++++++++++++++-
bfd/section.c | 3 +
binutils/ChangeLog.arm | 6 +
binutils/objdump.c | 2 +
binutils/readelf.c | 21 +++-
include/elf/ChangeLog.arm | 4 +
include/elf/arm.h | 1 +
ld/testsuite/ChangeLog.arm | 7 ++
ld/testsuite/ld-arm/arm-elf.exp | 3 +
ld/testsuite/ld-arm/{arm.ld => arm_purecode.ld} | 13 ++-
ld/testsuite/ld-arm/farcall-thumb2-purecode.d | 22 ++++
.../testsuite/ld-arm/farcall-thumb2-purecode.s | 18 +--
14 files changed, 225 insertions(+), 18 deletions(-)
copy ld/testsuite/ld-arm/{arm.ld => arm_purecode.ld} (60%)
create mode 100644 ld/testsuite/ld-arm/farcall-thumb2-purecode.d
copy gold/testsuite/arm_farcall_thumb_thumb.s => ld/testsuite/ld-arm/farcall-thumb [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.