This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2c2413b Add an accessor to get the value of RC_PLATFORM_NAME at build time
new 9198783 Mutatis mutandis for char * -> 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:
source/Host/macosx/Host.mm | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 4f8dee2 Change FileAction::GetPath() to return a StringRef.
new 1a4e028 Fix build on Ubuntu.
new 2c2413b Add an accessor to get the value of RC_PLATFORM_NAME at build time
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:
scripts/Xcode/lldbbuild.py | 3 +++
source/Host/common/Host.cpp | 10 +++++-----
2 files changed, 8 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 clang.
from 0c8c36d Update clang for r282299.
new 17b2724 Use llvm::to_string instead of std::to_string to fix bot
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/Driver/Tools.cpp | 5 +++--
1 file changed, 3 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 lld.
from 5c108d7 Warn if we can't find the entry symbol.
new b73392f Combine two StringSwitch::Cases because Cases now can take 6 [...]
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/LinkerScript.cpp | 3 +--
1 file changed, 1 insertion(+), 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 lldb.
from 21b76cc Allow for tests to be disabled at runtime
new 4f8dee2 Change FileAction::GetPath() to return a 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/Target/FileAction.h | 2 +-
include/lldb/Target/Target.h | 14 +++++------
source/Host/windows/ProcessLauncherWindows.cpp | 2 +-
source/Target/FileAction.cpp | 2 +-
source/Target/Target.cpp | 33 ++++++++++----------------
5 files changed, 22 insertions(+), 31 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 2a09485 [MC] Support .ds directives in assembler parser
new 200a529 Add StringSwitch::Cases functions that takes 6 to 10 arguments.
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/ADT/StringSwitch.h | 102 ++++++++++++++++++++++++----------------
1 file changed, 61 insertions(+), 41 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 a92ff23 llc: Add -start-before/-stop-before options
new 2a09485 [MC] Support .ds 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 | 49 +++++++++++++++++++++++++++++++++
test/MC/AsmParser/directive_ds.s | 58 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+)
create mode 100644 test/MC/AsmParser/directive_ds.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 compiler-rt.
from 585919a [profile] Hide lprofCurFilename
new aa8a364 Revert "[profile] Hide lprofCurFilename"
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/profile/InstrProfilingFile.c | 3 +--
1 file changed, 1 insertion(+), 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 llvm.
from 91d99c6 LTO: Simplify caching interface.
new a92ff23 llc: Add -start-before/-stop-before options
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/TargetPassConfig.h | 15 ++++++---
include/llvm/Target/TargetMachine.h | 6 ++--
lib/CodeGen/LLVMTargetMachine.cpp | 15 +++++----
lib/CodeGen/TargetPassConfig.cpp | 5 +--
test/CodeGen/Generic/llc-start-stop.ll | 35 +++++++++++++++++++
test/CodeGen/Generic/stop-after.ll | 10 ------
tools/llc/llc.cpp | 59 +++++++++++++++++++++------------
7 files changed, 99 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/Generic/llc-start-stop.ll
delete mode 100644 test/CodeGen/Generic/stop-after.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 clang.
from 714e179 [analyzer] Fix crash in RetainCountChecker::checkEndFunction
new 0c8c36d Update clang for r282299.
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/BackendUtil.cpp | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.