This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from daacf3c [llvm-cov] Filter away source files that aren't in the covera [...]
new 85fa818 [MC] Support .dcb directives in assembler parser
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/MC/MCParser/AsmParser.cpp | 184 ++++++++++++++++++++++++++++++--------
test/MC/AsmParser/directive_dcb.s | 59 ++++++++++++
2 files changed, 208 insertions(+), 35 deletions(-)
create mode 100644 test/MC/AsmParser/directive_dcb.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 c5ddf50 [TLI] isdigit / isascii / toascii param type should match ret [...]
new c36f315 [llvm-cov] Minor cleanup. NFC.
new fd06635 [llvm-cov] Get rid of all invalid filename references
new daacf3c [llvm-cov] Filter away source files that aren't in the covera [...]
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:
test/tools/llvm-cov/report.cpp | 3 ++-
test/tools/llvm-cov/scan-directory.test | 18 ++++++++++---
tools/llvm-cov/CodeCoverage.cpp | 44 ++++++++++++++++++++-----------
tools/llvm-cov/CoverageExporterJson.cpp | 6 +++--
tools/llvm-cov/CoverageReport.cpp | 12 +++++----
tools/llvm-cov/CoverageReport.h | 6 ++---
tools/llvm-cov/SourceCoverageView.h | 2 +-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 14 +++++-----
tools/llvm-cov/SourceCoverageViewHTML.h | 2 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 4 +--
tools/llvm-cov/SourceCoverageViewText.h | 2 +-
11 files changed, 70 insertions(+), 43 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 f8e3a51 [ResetMachineFunction] Populate the comments in the header of [...]
new c5ddf50 [TLI] isdigit / isascii / toascii param type should match ret [...]
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/TargetLibraryInfo.cpp | 5 +++-
test/Transforms/InstCombine/simplify-libcalls.ll | 35 ++++++++++++++++++++++++
2 files changed, 39 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 lld.
from c01f54f Simplify. NFC.
new 1694792 [ELF] Resolve weak undefined TLS symbols when no phdr is available.
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/InputSection.cpp | 8 ++++++++
test/ELF/tls-weak-undef.s | 16 ++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/ELF/tls-weak-undef.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 lldb.
from cfa7f1a Try again to match the logic of the code before re-writing.
new 8db3929 Change Module::RemapPath to use StringRef.
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/Module.h | 5 ++++-
include/lldb/Target/PathMappingList.h | 3 ++-
source/Core/Module.cpp | 3 ++-
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 2 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
source/Target/PathMappingList.cpp | 19 ++++++++++---------
6 files changed, 20 insertions(+), 14 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 abd02b3 ScheduleDAG: Match enum names when printing sdep kinds
new c81278e [RegisterBankInfo] Add statistics for dynamic partial mappings.
new 76cc1a9 [ResetMachineFunction] Add statistic on the number of reset f [...]
new f8e3a51 [ResetMachineFunction] Populate the comments in the header of [...]
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/CodeGen/GlobalISel/RegisterBankInfo.cpp | 11 +++++++++++
lib/CodeGen/ResetMachineFunctionPass.cpp | 13 ++++++++++---
2 files changed, 21 insertions(+), 3 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 4151a97 [RegBankSelect] Use DEBUG_TYPE instead of repeating the name [...]
new 5c7b0b1 BitcodeReader: Deduplicate code. NFC.
new abd02b3 ScheduleDAG: Match enum names when printing sdep kinds
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/Bitcode/Reader/BitcodeReader.cpp | 200 ++++++++-------------
lib/CodeGen/ScheduleDAG.cpp | 16 +-
test/CodeGen/AArch64/arm64-csldst-mmo.ll | 6 +-
.../AArch64/arm64-misched-forwarding-A53.ll | 4 +-
test/CodeGen/AArch64/arm64-misched-memdep-bug.ll | 6 +-
test/CodeGen/AArch64/tailcall_misched_graph.ll | 4 +-
test/CodeGen/ARM/2012-06-12-SchedMemLatency.ll | 24 +--
7 files changed, 105 insertions(+), 155 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 a6f17e6 Try to fix failing TestDataFormatterSkipSummary test case.
new cfa7f1a Try again to match the logic of the code before re-writing.
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:
source/Interpreter/OptionGroupValueObjectDisplay.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 lldb.
from 81cd8a4 Update OptionGroup::SetValue to take StringRef.
new 36732fd Update the prompt related functions to use StringRefs.
new a6f17e6 Try to fix failing TestDataFormatterSkipSummary test case.
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/lldb/Core/Debugger.h | 5 ++-
include/lldb/Core/Event.h | 2 +
include/lldb/Core/IOHandler.h | 22 ++++++++---
include/lldb/Core/Log.h | 1 +
include/lldb/Interpreter/CommandInterpreter.h | 3 +-
include/lldb/Interpreter/OptionValue.h | 2 +-
include/lldb/Interpreter/OptionValueProperties.h | 5 ++-
include/lldb/Utility/AnsiTerminal.h | 44 +++++++++++++---------
source/API/SBDebugger.cpp | 7 ++--
source/Commands/CommandObjectCommands.cpp | 6 +--
source/Commands/CommandObjectExpression.cpp | 4 +-
source/Core/Debugger.cpp | 8 ++--
source/Core/Event.cpp | 4 ++
source/Core/IOHandler.cpp | 37 +++++++++---------
source/Expression/REPL.cpp | 10 ++---
source/Interpreter/CommandInterpreter.cpp | 22 ++++++-----
.../Interpreter/OptionGroupValueObjectDisplay.cpp | 4 +-
source/Interpreter/OptionValue.cpp | 4 +-
source/Interpreter/OptionValueProperties.cpp | 2 +-
source/Target/Target.cpp | 12 ++++--
20 files changed, 121 insertions(+), 83 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.