This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 939d9e2 [Scalarizer] PR28108: Skip over nullptr rather than crashing on it.
new 0e9e4ec Teach fast isel about thiscall (and callee-pop) calls.
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/X86FastISel.cpp | 17 ++++++++---------
test/CodeGen/X86/fast-isel-call.ll | 19 ++++++++++++++++++-
2 files changed, 26 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 18d2e0e MIRParser: Fix MIRParser not reporting nullptr on error.
new 0f630b6 [SCCP] Generalize tryToReplaceInstWithConstant to work also w [...]
new d800b69 Add missing test for r275347 "[IPRA] Set callee saved registe [...]
new 939d9e2 [Scalarizer] PR28108: Skip over nullptr rather than crashing on it.
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/Transforms/Scalar/SCCP.cpp | 40 +++++++++++++++------------------
lib/Transforms/Scalar/Scalarizer.cpp | 6 ++++-
test/CodeGen/X86/ipra-local-linkage.ll | 30 +++++++++++++++++++++++++
test/Transforms/Scalarizer/crash-bug.ll | 24 ++++++++++++++++++++
4 files changed, 77 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/X86/ipra-local-linkage.ll
create mode 100644 test/Transforms/Scalarizer/crash-bug.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 dj/malloc
in repository glibc.
from 6ce1106 Fix double-padding bug
new 497bcfe Fix a 32-bit sign-extension bug.
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:
malloc/malloc.c | 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 3dc0c3e [ConstantFolding] Fold masked loads
new 5daf897 [Object] Revert r275316, Archive::child_iterator changes, whi [...]
new 57df85b Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttrib [...]
new 18d2e0e MIRParser: Fix MIRParser not reporting nullptr on error.
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:
docs/SourceLevelDebugging.rst | 8 ++-
include/llvm/Object/Archive.h | 41 ++++++--------
include/llvm/Support/Dwarf.h | 7 ++-
include/llvm/Support/Error.h | 5 --
lib/CodeGen/MIRParser/MIRParser.cpp | 2 +-
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 9 ++--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 9 ++--
lib/Object/Archive.cpp | 48 ++++++++---------
lib/Support/Dwarf.cpp | 6 +++
lib/Support/Error.cpp | 11 ----
test/DebugInfo/Inputs/dwarfdump-objc.m | 6 +++
test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o | Bin 11512 -> 15648 bytes
test/DebugInfo/dwarfdump-accel.test | 22 ++++----
test/DebugInfo/dwarfdump-objc.test | 47 +++++++++++++---
tools/dsymutil/BinaryHolder.cpp | 8 +--
tools/llvm-ar/llvm-ar.cpp | 68 +++++++++++------------
tools/llvm-cxxdump/llvm-cxxdump.cpp | 14 ++---
tools/llvm-nm/llvm-nm.cpp | 74 ++++++++++++++------------
tools/llvm-objdump/MachODump.cpp | 48 ++++++++++-------
tools/llvm-objdump/llvm-objdump.cpp | 8 +--
tools/llvm-readobj/llvm-readobj.cpp | 19 ++-----
tools/llvm-size/llvm-size.cpp | 54 ++++++++++---------
tools/sancov/sancov.cc | 17 +++---
23 files changed, 275 insertions(+), 256 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 f906b2c www/cxx_status: give more precise links to initialization ord [...]
new ea31d66 Add a comment mirroring the one in LLVM's Dwarf.h
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/Sema/DeclSpec.h | 1 +
1 file changed, 1 insertion(+)
--
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 7f0ddc4 Force a semicolon at the end of the LLVM_ENABLE_BITMASK_ENUMS [...]
new 3dc0c3e [ConstantFolding] Fold masked loads
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/ConstantFolding.cpp | 37 +++++++++++++++++++++++++++++++++++-
test/Transforms/InstSimplify/call.ll | 11 +++++++++++
2 files changed, 47 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 9530e8b P0305R0: Semantic analysis and code generation for C++17 init [...]
new f906b2c www/cxx_status: give more precise links to initialization ord [...]
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:
www/cxx_status.html | 8 ++++++--
1 file 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 7a23db9 * genrecog.c (special_predicate_operand_p): New function. ( [...]
new 7c21234 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from c3f09c3 gcc/fortran/ChangeLog:
new 9810952 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from c8db82c gcc/fortran/ChangeLog:
new 68fc159 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.