This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 56bffdd Revert 279703, it caused PR31404.
new cfd56f5 Update .debug_line section version information to match DWARF [...]
new bd86de4 attempt to fix windows build
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:
lib/IR/Verifier.cpp | 3 +-
lib/MC/MCDwarf.cpp | 9 +++--
test/DebugInfo/AArch64/line-header.ll | 2 +-
test/DebugInfo/Generic/empty.ll | 2 +-
test/DebugInfo/X86/debug-line-version.s | 39 ++++++++++++++++++++++
test/DebugInfo/X86/empty.ll | 2 +-
.../X86/stmt-list-multiple-compile-units.ll | 6 ++--
test/MC/ELF/debug-line.s | 10 +++---
test/MC/ELF/debug-line2.s | 10 +++---
test/MC/ELF/debug-loc.s | 2 +-
test/MC/ELF/discriminator.s | 2 +-
test/MC/ELF/empty-dwarf-lines.s | 2 +-
test/MC/MachO/file.s | 8 ++---
test/MC/MachO/gen-dwarf.s | 2 +-
test/MC/MachO/loc.s | 14 ++++----
15 files changed, 79 insertions(+), 34 deletions(-)
create mode 100644 test/DebugInfo/X86/debug-line-version.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 clang.
from bb01ff0 Update for LLVM global variable debug info API change.
new f55006b attempt to fix bots after r289914/r289919
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/SemaTemplate/default-expr-arguments-3.cpp | 6 +++++-
1 file changed, 5 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 eb38a2a [IR] Remove the DIExpression field from DIGlobalVariable.
new 56bffdd Revert 279703, it caused PR31404.
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/ARM/ARMISelDAGToDAG.cpp | 74 +++++--------------
lib/Target/ARM/ARMISelLowering.cpp | 33 +--------
lib/Target/ARM/ARMISelLowering.h | 4 +-
test/CodeGen/ARM/vlddup.ll | 144 -------------------------------------
test/CodeGen/ARM/vmul.ll | 25 ++-----
5 files changed, 25 insertions(+), 255 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 a5380b7 Fix a bug when using a StructuredData darwin-log plugin where [...]
new 0b49553 Add methods to enable using formatv syntax in LLDB.
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/Core/Error.h | 7 ++++
include/lldb/Core/Log.h | 44 +++++++++------------
include/lldb/Core/ModuleSpec.h | 2 +-
include/lldb/Core/Stream.h | 6 +++
include/lldb/Host/FileSpec.h | 28 ++++++++++++++
include/lldb/Interpreter/CommandReturnObject.h | 16 ++++++++
source/Breakpoint/BreakpointOptions.cpp | 4 +-
source/Commands/CommandObjectApropos.cpp | 6 +--
source/Core/Log.cpp | 53 --------------------------
source/Host/common/FileSpec.cpp | 51 +++++++++++++++++++++++--
source/Symbol/ClangASTContext.cpp | 12 +++---
source/Target/Target.cpp | 8 ++--
unittests/Host/FileSpecTest.cpp | 24 ++++++++++++
13 files changed, 161 insertions(+), 100 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 652c9fe Remove "-disable-llvm-optzns -verify" from the RUN line.
new bb01ff0 Update for LLVM global variable debug info API change.
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/CodeGen/CGDebugInfo.cpp | 42 +++++++++++++++-----------
lib/CodeGen/CGDebugInfo.h | 6 ++--
test/CodeGen/2009-10-20-GlobalDebug.c | 14 +++++----
test/CodeGen/2010-08-10-DbgConstant.c | 2 +-
test/CodeGen/debug-info-atomic.c | 9 +++---
test/CodeGen/debug-info-global-constant.c | 4 +--
test/CodeGen/debug-info-static-const-fp.c | 30 +++++++++++-------
test/CodeGen/debug-info-static.c | 3 +-
test/CodeGenCXX/debug-info-global.cpp | 5 +--
test/CodeGenCXX/debug-info-static-member.cpp | 11 +++++--
test/CodeGenCXX/debug-info-template-member.cpp | 5 +--
test/CodeGenCXX/debug-info-template.cpp | 15 +++++----
test/CodeGenCXX/debug-info.cpp | 5 +--
test/CodeGenCXX/inline-dllexport-member.cpp | 3 +-
14 files changed, 93 insertions(+), 61 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 a0c7208 Add extra headers that got deleted by my revert in r289916 bu [...]
new 3b4ecf6 [ThinLTO] Thin link efficiency: More efficient export list co [...]
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/IPO/FunctionImport.cpp | 53 ++++++++++++++---------------------
1 file changed, 21 insertions(+), 32 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 05ba9f0 [Sema] Fix handling of enumerators used as default arguments [...]
new 652c9fe Remove "-disable-llvm-optzns -verify" from the RUN line.
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/SemaTemplate/default-expr-arguments-3.cpp | 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 236ad05 [SimplifyLibCalls] Use a lambda. NFCI.
new 26fa756 Revert patch series introducing the DAG combine to match a lo [...]
new a0c7208 Add extra headers that got deleted by my revert in r289916 bu [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 284 +----------
test/CodeGen/ARM/load-combine-big-endian.ll | 234 ---------
test/CodeGen/ARM/load-combine.ll | 226 ---------
test/CodeGen/X86/load-combine.ll | 733 ----------------------------
4 files changed, 1 insertion(+), 1476 deletions(-)
delete mode 100644 test/CodeGen/ARM/load-combine-big-endian.ll
delete mode 100644 test/CodeGen/ARM/load-combine.ll
delete mode 100644 test/CodeGen/X86/load-combine.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 lld.
from 407a2dd [ELF] - Make LLD accept Ttext-segment X/Ttext-segment=X alias [...]
new 7ee6f67 COFF: Cache the result of library searches.
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:
COFF/Driver.cpp | 5 +++--
COFF/Driver.h | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.