This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3a40d9576 Inline a small function. NFC.
new 9539690c1 [ELF] Initial migration of AVR target
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/InputFiles.cpp | 2 ++
ELF/Target.cpp | 35 +++++++++++++++++++++++++++++++++++
test/ELF/basic-avr.s | 14 ++++++++++++++
test/lit.cfg | 2 ++
4 files changed, 53 insertions(+)
create mode 100644 test/ELF/basic-avr.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 zorg.
from 6a0e86f We want a clean build if cmake files have been changed.
new 24dfe83 Add new buildslave for libc++
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:
buildbot/osuosl/master/config/builders.py | 13 +++++++------
buildbot/osuosl/master/config/slaves.py | 5 ++---
2 files changed, 9 insertions(+), 9 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 libcxx.
from aa356d6b8 [locale] Avoid copy of __atoms when char_type is char
new 957d7f4ec Move external instantiation for __vector_base_common to vector.cpp
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/CMakeLists.txt | 1 +
src/locale.cpp | 2 --
src/{utility.cpp => vector.cpp} | 7 +++----
3 files changed, 4 insertions(+), 6 deletions(-)
copy src/{utility.cpp => vector.cpp} (67%)
--
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 846db45c8 [testsuite] xfailed two tests that depend on NSString conform [...]
new 518c16c32 Change how LocateDSYMInVincinityOfExecutable strips off path [...]
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:
.../find-dsym/bundle-with-dot-in-filename/Makefile | 21 ++++++
.../TestBundleWithDotInFilename.py | 71 ++++++++++++++++++++
.../bundle-with-dot-in-filename/bundle.c} | 0
.../find-dsym/bundle-with-dot-in-filename/main.c | 28 ++++++++
.../test/macosx/find-dsym/deep-bundle/Info.plist | 44 +++++++++++++
.../test/macosx/find-dsym/deep-bundle/Makefile | 28 ++++++++
.../find-dsym/deep-bundle/MyFramework.h} | 0
.../macosx/find-dsym/deep-bundle/TestDeepBundle.py | 75 ++++++++++++++++++++++
.../test/macosx/find-dsym/deep-bundle/main.c | 22 +++++++
.../find-dsym/deep-bundle/myframework.c} | 0
source/Host/common/Symbols.cpp | 66 ++++++++++---------
11 files changed, 323 insertions(+), 32 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot [...]
copy packages/Python/lldbsuite/test/{functionalities/fat_archives/a.c => macosx/fi [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Info.plist
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Makefile
copy packages/Python/lldbsuite/test/{functionalities/fat_archives/a.h => macosx/fi [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Tes [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/main.c
copy packages/Python/lldbsuite/test/{functionalities/fat_archives/a.c => macosx/fi [...]
--
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 5ae017de6d [Basic] Use a static_assert instead of using the old array o [...]
new 8e8d2bb6ec [ODRHash] Hash TemplateArgument::Pack and TemplateTypeParmType
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/ODRHash.cpp | 11 +++++++++++
test/Modules/odr_hash.cpp | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 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 clang.
from ddca99b148 [clang-format] Allow git-clang-format to handle empty extensions.
new 5ae017de6d [Basic] Use a static_assert instead of using the old array o [...]
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/Basic/AllDiagnostics.h | 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 4d4fb1daf4d Removal of accidental duplication in test assembly file. NFC.
new 46d1553fcdf [InstCombine] Add a test case to show a case where don't ha [...]
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/Transforms/InstCombine/onehot_merge.ll | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 clang.
from fa041f263c Fix LexerTest signed/unsigned comparison.
new ddca99b148 [clang-format] Allow git-clang-format to handle empty extensions.
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:
tools/clang-format/git-clang-format | 2 ++
1 file changed, 2 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 compiler-rt.
from 1d3673a97 [asan] Return allow_user_segv_handler=0 to fix compatibility issues.
new 435e37653 [asan] Fix typo in doc string.
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/sanitizer_common/sanitizer_flags.inc | 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 clang.
from 785449800e Handle -ast-dump-all when passed as the only option.
new fa041f263c Fix LexerTest signed/unsigned comparison.
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:
unittests/Lex/LexerTest.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.