This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c19200c [ObjectYAML] Rename DWARF entries to match section names
new 66746a7 GlobalISel: store the current MachineFunction as direct state. 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:
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 3 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 86 ++++++++++++--------------
2 files changed, 44 insertions(+), 45 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 1bbdfa7 Fix Windows buildbots.
new 06d14d5 Rename MaxPageSize to DefaultMaxPageSize to avoid confusion.
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 +-
ELF/Target.cpp | 6 +++---
ELF/Target.h | 2 +-
3 files changed, 5 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 glibc.
from 8047e7c Fix writes past the allocated array bounds in execvpe (BZ#20847)
new 297635d Add build-many-glibcs.py option to strip installed shared libraries.
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 | 9 +++++++++
scripts/build-many-glibcs.py | 13 +++++++++++--
2 files changed, 20 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 aoliva/SFN
in repository gcc.
from e9b85d5 SFN: var tracking options are not optimization options
new 2546d5d SFN: set side effects of a tree stmt list when adding any non [...]
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/tree-iterator.c | 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 llvm.
from 98b1edd InstCombine: Fold bitcast of vector to FP scalar
new 152208f [libFuzzer] include FuzzerIO.h and hopefully fix the Mac buil [...]
new 06bfcf3 GlobalISel: simplify MachineIRBuilder interface.
new c19200c [ObjectYAML] Rename DWARF entries to match section names
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 23 +++++---
lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 ++++---
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 27 ++++-----
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 1 +
lib/ObjectYAML/MachOYAML.cpp | 4 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 12 ++--
.../AArch64/GlobalISel/arm64-irtranslator.ll | 64 ++++++++++++++++------
.../AArch64/GlobalISel/call-translator-ios.ll | 2 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 4 +-
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 7 ++-
test/CodeGen/X86/GlobalISel/irtranslator-call.ll | 2 +
test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml | 4 +-
test/ObjectYAML/MachO/DWARF-debug_str.yaml | 4 +-
13 files changed, 105 insertions(+), 70 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 051acc8 * builtins.c (fold_builtin_strstr): Removed. (fold_builtin_ [...]
new 9f6c7b3 2016-12-07 François Dumont <fdumont(a)gcc.gnu.org>
new f2566e5 2016-12-07 François Dumont <fdumont(a)gcc.gnu.org>
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 | 44 ++++++
libstdc++-v3/include/bits/stl_map.h | 31 ++--
libstdc++-v3/include/bits/stl_multimap.h | 34 +++--
libstdc++-v3/include/bits/stl_multiset.h | 33 +++--
libstdc++-v3/include/bits/stl_set.h | 32 +++--
libstdc++-v3/include/bits/stl_tree.h | 235 ++++++++++++++++---------------
6 files changed, 229 insertions(+), 180 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 b60c7b1 [GVNHoist] Invalidate MemDep when an instruction is moved.
new c14b21a [CMake] Add check for HAVE_CRASHREPORTER_INFO
new 98b1edd InstCombine: Fold bitcast of vector to FP scalar
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:
cmake/config-ix.cmake | 8 +++++
include/llvm/Config/config.h.cmake | 2 +-
lib/Analysis/ConstantFolding.cpp | 48 +++++++++++++------------
test/Transforms/InstCombine/bitcast.ll | 64 ++++++++++++++++++++++++++++++++++
4 files changed, 98 insertions(+), 24 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 4b07811 MIPS/include: opcode/mips.h: Correct INSN_CHIP_MASK
new 14f6890 Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changes
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/gnu-nat.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 clang.
from ed12690 [CUDA] Improve target attribute checking for function templates.
new b9cb1c8 [RecursiveASTVisitor] Improve post-order traversal unit test
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/AST/PostOrderASTVisitor.cpp | 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 lld.
from 7595571 Use the correct MaxPageSize.
new 1bbdfa7 Fix Windows buildbots.
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/Core/Reproduce.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.