This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c0e425d Bitcode: The index used by ModuleSummaryIndexBitcodeReader is [...]
new dc61d3e Object: Extract a ModuleSymbolTable class from IRObjectFile.
new 71fc8a3 Object: Add SF_Executable symbol flag.
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/Object/IRObjectFile.h | 20 +--
include/llvm/Object/ModuleSymbolTable.h | 61 ++++++++
include/llvm/Object/SymbolicFile.h | 3 +-
lib/Analysis/ModuleSummaryAnalysis.cpp | 4 +-
lib/LTO/LTOBackend.cpp | 2 +-
lib/Object/CMakeLists.txt | 1 +
lib/Object/IRObjectFile.cpp | 154 ++-------------------
.../{IRObjectFile.cpp => ModuleSymbolTable.cpp} | 128 ++++-------------
lib/Transforms/IPO/FunctionImport.cpp | 2 +-
tools/llvm-nm/llvm-nm.cpp | 30 ++--
10 files changed, 118 insertions(+), 287 deletions(-)
create mode 100644 include/llvm/Object/ModuleSymbolTable.h
copy lib/Object/{IRObjectFile.cpp => ModuleSymbolTable.cpp} (55%)
--
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 gccgo
in repository gcc.
from 4366e7b Temporarily revert RTL unsharing patch from the branch, so th [...]
adds d8173c1 * es.po: Update.
adds 70e3b3a Daily bump.
adds 5388b49 combine: Emit a barrier after unconditional trap (PR78607)
adds 7b69e9f PR libstdc++/71500 * include/bits/regex.h (basic_regex::bas [...]
adds 08106b9 runtime: set isarchive in initsig
new ab4ad46 Merge from trunk revision 243094.
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 | 5 +
gcc/DATESTAMP | 2 +-
gcc/combine.c | 2 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/po/ChangeLog | 4 +
gcc/po/es.po | 3299 +++++++++-----------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.c-torture/compile/pr78607.c | 12 +
libgo/go/runtime/signal1_unix.go | 5 +
libstdc++-v3/ChangeLog | 13 +
libstdc++-v3/include/bits/regex.h | 4 +-
libstdc++-v3/include/bits/regex_compiler.h | 102 +-
libstdc++-v3/include/bits/regex_compiler.tcc | 51 +-
.../testsuite/28_regex/traits/char/icase.cc | 74 +
.../testsuite/28_regex/traits/char/user_defined.cc | 66 +-
15 files changed, 1768 insertions(+), 1878 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78607.c
create mode 100644 libstdc++-v3/testsuite/28_regex/traits/char/icase.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 llvm.
from 51b7aa5 Bitcode: Introduce BitcodeModule::{has,get}Summary().
new c0e425d Bitcode: The index used by ModuleSummaryIndexBitcodeReader is [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Bitcode/Reader/BitcodeReader.cpp | 46 ++++++++++++++++++------------------
1 file changed, 23 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 glibc.
from b2491db Refactor FP_ILOGB* out of bits/mathdef.h.
new 80ab640 powerpc: strcmp optimization for power9
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 | 11 +
sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 3 +
.../multiarch/{strlen-power8.S => strcmp-power9.S} | 15 +-
sysdeps/powerpc/powerpc64/multiarch/strcmp.c | 4 +
sysdeps/powerpc/powerpc64/power9/strcmp.S | 278 +++++++++++++++++++++
6 files changed, 305 insertions(+), 8 deletions(-)
copy sysdeps/powerpc/powerpc64/multiarch/{strlen-power8.S => strcmp-power9.S} (80%)
create mode 100644 sysdeps/powerpc/powerpc64/power9/strcmp.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 11a8ec6 LTO: Remove ModuleLoader, make loadModuleFromBuffer static an [...]
new 51b7aa5 Bitcode: Introduce BitcodeModule::{has,get}Summary().
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/Bitcode/BitcodeReader.h | 6 ++
lib/Bitcode/Reader/BitcodeReader.cpp | 179 ++++++++++++++++-------------------
2 files changed, 88 insertions(+), 97 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 08106b9 runtime: set isarchive in initsig
new 994e8b0 2016-12-01 Bernd Edlinger <bernd.edlinger(a)hotmail.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:
libstdc++-v3/ChangeLog | 7 ++++++-
libstdc++-v3/configure | 13 +++++++++++++
libstdc++-v3/crossconfig.m4 | 1 +
3 files changed, 20 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 llvm.
from ca0a598 Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCu [...]
new 11a8ec6 LTO: Remove ModuleLoader, make loadModuleFromBuffer static an [...]
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/LTO/LTO.h | 25 -------------------------
lib/LTO/LTO.cpp | 20 --------------------
lib/LTO/ThinLTOCodeGenerator.cpp | 25 ++++++++++++++++++++++++-
3 files changed, 24 insertions(+), 46 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 7b69e9f PR libstdc++/71500 * include/bits/regex.h (basic_regex::bas [...]
new 08106b9 runtime: set isarchive in initsig
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 +-
libgo/go/runtime/signal1_unix.go | 5 +++++
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 llvm.
from bba2ee9 Revert previous whitespace change
new ca0a598 Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCu [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Bitcode/Reader/BitstreamReader.cpp | 10 ++++------
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 8 ++++++--
2 files changed, 10 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 lld.
from 5bed638 Simplify ScriptParser.
new d1b4e87 Add `isRelExprOneOf` helper
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 | 39 ++++++++++++++++++---------------------
ELF/Relocations.h | 29 +++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.