This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1884c59 [LTO/Thin] Make the number of threads to run in the BE configurable.
new 539a757 [LTO] Split the options for ThinLTO jobs and Regular LTO partitions
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/Config.h | 3 ++-
ELF/Driver.cpp | 9 ++++++---
ELF/LTO.cpp | 7 ++++---
ELF/Options.td | 4 +++-
test/ELF/basic.s | 7 +++++--
test/ELF/lto/parallel-internalize.ll | 3 ++-
test/ELF/lto/parallel.ll | 2 +-
test/ELF/lto/thinlto.ll | 4 ++--
8 files changed, 25 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 d735fd7 Revert r283690, "MC: Remove unused entities."
new cf0683e Fix llvm-lit.in corresponding to r283710.
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/llvm-lit/llvm-lit.in | 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 dff001e Always support float128 on ia64 (PR target/77586).
new 88b03a7 runtime: copy print/println support from Go 1.7
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 71 +++++----
gcc/go/gofrontend/runtime.def | 31 ++--
libgo/Makefile.am | 1 -
libgo/Makefile.in | 11 +-
libgo/go/runtime/print.go | 28 +++-
libgo/go/runtime/runtime2.go | 22 ++-
libgo/go/runtime/stubs.go | 3 -
libgo/runtime/mprof.goc | 12 +-
libgo/runtime/panic.c | 9 +-
libgo/runtime/print.c | 301 +++++++++------------------------------
libgo/runtime/proc.c | 5 +-
libgo/runtime/runtime.h | 29 ----
13 files changed, 174 insertions(+), 351 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 24a15d6 [Driver] Let -gline-tables-only win when it comes after -gmod [...]
new 8bd553f Store FileEntry::Filename as a StringRef instead of raw point [...]
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/Basic/FileManager.h | 4 ++--
lib/Basic/FileManager.cpp | 2 +-
lib/CodeGen/CGObjCGNU.cpp | 2 +-
lib/Lex/HeaderSearch.cpp | 18 ++++++++++--------
lib/Lex/PTHLexer.cpp | 6 +++---
lib/Serialization/ASTReader.cpp | 3 +--
lib/Serialization/ASTReaderInternals.h | 2 +-
lib/Serialization/ASTWriter.cpp | 12 ++++++------
tools/libclang/CXSourceLocation.cpp | 7 ++++---
unittests/Basic/FileManagerTest.cpp | 4 ++--
10 files changed, 31 insertions(+), 29 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 8e372b2 [x86] auto-generate checks
new d735fd7 Revert r283690, "MC: Remove unused entities."
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/MC/MCInstrDesc.h | 154 +++++++++++++++++++++
include/llvm/MC/MCMachObjectWriter.h | 8 ++
include/llvm/MC/MCParser/MCParsedAsmOperand.h | 10 ++
include/llvm/MC/MCParser/MCTargetAsmParser.h | 3 +
include/llvm/MC/MCStreamer.h | 4 +
include/llvm/MC/MCWin64EH.h | 6 +-
include/llvm/MC/MCWinEH.h | 9 ++
lib/MC/CMakeLists.txt | 1 +
lib/MC/MCAsmStreamer.cpp | 2 +-
lib/MC/MCStreamer.cpp | 4 +
lib/MC/MCWinEH.cpp | 26 ++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 2 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 2 +-
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 2 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 2 +-
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 2 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 2 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 2 +-
lib/Target/X86/AsmParser/X86AsmParser.cpp | 2 +-
lib/Target/X86/AsmParser/X86Operand.h | 14 +-
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp | 2 +-
utils/TableGen/AsmMatcherEmitter.cpp | 2 +-
24 files changed, 246 insertions(+), 19 deletions(-)
create mode 100644 lib/MC/MCWinEH.cpp
--
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 75ad30d Make any's copy assignment operator exception-safe, don't cop [...]
new f46e45b Improve docs on libstdc++ source-code layout
new 30cbfed * sv.po: Update.
new dff001e Always support float128 on ia64 (PR target/77586).
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 | 10 ++
gcc/config/ia64/elf.h | 2 -
gcc/config/ia64/freebsd.h | 2 -
gcc/config/ia64/ia64.c | 35 ----
gcc/config/ia64/vms.h | 3 -
gcc/po/ChangeLog | 4 +
gcc/po/sv.po | 10 +-
libgcc/ChangeLog | 6 +
libgcc/config.host | 6 +-
libstdc++-v3/ChangeLog | 7 +
.../doc/html/manual/source_organization.html | 188 ++++++++++-----------
.../doc/xml/manual/appendix_contributing.xml | 162 ++++++++++++++----
12 files changed, 250 insertions(+), 185 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 ef9a87d * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
new c672eb6 * sv.po: Update.
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/po/ChangeLog | 4 ++++
gcc/po/sv.po | 10 +++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c5582d5 [LLDB][MIPS] All tests get errors in dotest after this test.
new 4844a4f Add the radar number on our end.
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:
.../watchpoint_commands/command/TestWatchpointCommandPython.py | 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 b725b3c GlobalISel: select G_GLOBAL_VALUE uses on AArch64.
new 1a78cfa [x86] auto-generate checks
new 8e372b2 [x86] auto-generate checks
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/CodeGen/X86/pr14204.ll | 17 ++++++++++-------
test/CodeGen/X86/pr18014.ll | 18 +++++++++++++-----
2 files changed, 23 insertions(+), 12 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 88afddb toplevel:
new 1e7515d Allocate bitmap before copying gcc/ChangeLog:
new 75ad30d Make any's copy assignment operator exception-safe, don't cop [...]
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 | 5 ++
gcc/tree-vrp.c | 5 +-
libstdc++-v3/ChangeLog | 20 ++++++
libstdc++-v3/include/std/any | 21 ++----
libstdc++-v3/testsuite/20_util/any/assign/2.cc | 55 ++++++++++++++--
.../testsuite/20_util/any/assign/exception.cc | 77 ++++++++++++++++++++++
libstdc++-v3/testsuite/20_util/any/cons/2.cc | 47 +++++++++++--
.../wchar_t/7.cc => 20_util/any/cons/explicit.cc} | 23 ++-----
.../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +-
9 files changed, 209 insertions(+), 46 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/any/assign/exception.cc
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/wchar_t/7.cc => 20_util/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.