This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f9eac3988 [LLDB] Fix FreeBSD/Darwin build
new dd6b8df65 Add a target modules dump ast command.
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/Symbol/ClangASTContext.h | 7 +-
include/lldb/Symbol/SymbolFile.h | 2 +
source/Commands/CommandObjectTarget.cpp | 95 ++++++++++++++++++++--
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 8 ++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 7 ++
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 +
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 6 ++
.../SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 +
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 ++
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 +
source/Symbol/ClangASTContext.cpp | 7 +-
13 files changed, 140 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 ab049d88fa9 [InstCombine] canonicalize -0.0 to +0.0 in fcmp
new 26835b9b0c8 [Power9] Add support for stxvw4x.be and stxvd2x.be intrinsics
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/PPCInstrVSX.td | 8 +++---
test/CodeGen/PowerPC/vsx.ll | 48 -------------------------------
test/CodeGen/PowerPC/vsx_builtins.ll | 56 ++++++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/PowerPC/vsx_builtins.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 60a9b3360da [InstCombine] loosen FP 0.0 constraint for fcmp+select subs [...]
new ab049d88fa9 [InstCombine] canonicalize -0.0 to +0.0 in fcmp
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/Transforms/InstCombine/InstCombineCompares.cpp | 7 +++++
test/Transforms/InstCombine/fcmp-special.ll | 12 ++++----
test/Transforms/InstCombine/fcmp.ll | 2 +-
test/Transforms/InstCombine/minmax-fp.ll | 2 +-
test/Transforms/InstCombine/select-binop-cmp.ll | 34 +++++++++++-----------
5 files changed, 32 insertions(+), 25 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 434bf83241 [Format] Add debugging to ObjC language guesser
new a8770a7e8e [AST] Get aliased type info from an aliased TemplateSpecialization.
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/AST/Type.h | 4 +++-
test/SemaCXX/alignof.cpp | 5 +++++
2 files changed, 8 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 compiler-rt.
from c0e52c215 Fix build on sparc64-linux-gnu.
new 90260b5c8 [UBsan] disable few tests for FreeBSD
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/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp | 2 ++
test/ubsan/TestCases/TypeCheck/vptr.cpp | 2 ++
2 files changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.