This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 84d3e9f07 [NFC] Minor code refactoring.
new ff77c07c1 [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Obj [...]
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/objcxx/CMakeLists.txt | 1 -
source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt | 1 -
2 files changed, 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 clang.
from 7ce68dd9c0 [CodeGen] Record if a C++ record is a trivial type
new e0fc906d1d Update to -r337585, allow scoped enum inits in -pedantic
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 | 3 +++
lib/AST/Type.cpp | 6 ++++++
lib/Sema/SemaDecl.cpp | 3 +++
test/SemaCXX/PR38235.cpp | 8 +++++++-
4 files changed, 19 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 gcc.
from a958a2e2bad PR libstdc++/70940 optimize pmr::resource_adaptor for alloc [...]
new 056a9bf0822 * inclhack.def (aix_unistd): New. * fixincl.x: Regenerate. [...]
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:
fixincludes/ChangeLog | 6 +++++
fixincludes/fixincl.x | 53 +++++++++++++++++++++++++++++++++++++----
fixincludes/inclhack.def | 14 +++++++++++
fixincludes/tests/base/unistd.h | 5 ++++
4 files changed, 73 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 lldb.
from 514831e44 Add support for parsing Breakpad minidump files that can have [...]
new 84d3e9f07 [NFC] Minor code refactoring.
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/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 5 +----
1 file changed, 1 insertion(+), 4 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 7adf860add [ms] Fix mangling of vector types in QMM_Result contexts.
new 7ce68dd9c0 [CodeGen] Record if a C++ record is a trivial type
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 | 4 ++++
1 file changed, 4 insertions(+)
--
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 8454ad66268 Add inline asm aliasing test.
new 820d48f45c6 Fix RegScavenger::unprocess
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/RegisterScavenging.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 d24baad0e0e Revert "[docs] Add support for Markdown documentation in Sphinx"
new 8454ad66268 Add inline asm aliasing test.
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/CodeGen/X86/pr9517.ll | 140 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 140 insertions(+)
create mode 100644 test/CodeGen/X86/pr9517.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 c2add0a676 Separate out the initialization kind for a statement express [...]
new 7adf860add [ms] Fix mangling of vector types in QMM_Result contexts.
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/AST/MicrosoftMangle.cpp | 26 +++++++++++-
test/CodeGenCXX/mangle-ms-vector-types.cpp | 63 +++++++++++++++++++++++++++++-
2 files changed, 87 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 compiler-rt.
from 5dbc1847f [XRay] Remove scheduling dependency in fork_basic_logging.cc
new 89344dc5c Landed XRay patch (D49559) in incorrect directory. Reverting [...]
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:
--
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 3acc5604543 [docs] Add support for Markdown documentation in Sphinx
new d24baad0e0e Revert "[docs] Add support for Markdown documentation in Sphinx"
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:
docs/MarkdownQuickstartTemplate.md | 157 -------------------------------------
docs/conf.py | 4 +-
docs/index.rst | 5 --
3 files changed, 1 insertion(+), 165 deletions(-)
delete mode 100644 docs/MarkdownQuickstartTemplate.md
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.