This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3e448a07d Fix TestCppIncompleteTypes for android/clang
new acdc69325 Add libc++ category to the remaining libc++ data formatters
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:
.../libcxx/function/TestLibCxxFunction.py | 6 +--
.../iterator/TestDataFormatterLibccIterator.py | 10 ++--
.../list/loop/TestDataFormatterLibcxxListLoop.py | 7 +--
.../libcxx/map/TestDataFormatterLibccMap.py | 53 +++++++++++-----------
.../multimap/TestDataFormatterLibccMultiMap.py | 52 ++++++++++-----------
.../multiset/TestDataFormatterLibcxxMultiSet.py | 23 +++++++---
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 2 +-
7 files changed, 77 insertions(+), 76 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 c33bdfa7b1f [SystemZ] TargetTransformInfo cost functions implemented.
new 2778098e176 [SystemZ] Updated test fp-cast.ll
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/Analysis/CostModel/SystemZ/fp-cast.ll | 116 ++++++++++++++---------------
1 file changed, 58 insertions(+), 58 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 715890b2794 [LangRef] fix documentation
new 6120b8f9e92 [DWARF] Fix compiler warnings in DWARFContext.cpp, NFCi
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/DebugInfo/DWARF/DWARFContext.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 llvm.
from 9a421935fb7 [AMDGPU] SDWA: make pass global
new 715890b2794 [LangRef] fix documentation
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/LangRef.rst | 1 +
1 file changed, 1 insertion(+)
--
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 5ddccd1d2 Fix TestGuessLanguage for gcc
new 35982f958 Fix libc++ vector<bool> data formatter (bug #32553)
new 3e448a07d Fix TestCppIncompleteTypes for android/clang
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:
.../libcxx/vbool/TestDataFormatterLibcxxVBool.py | 1 -
.../test/lang/cpp/incomplete-types/Makefile | 4 +-
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 32 -----
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 149 ---------------------
source/Plugins/Language/CPlusPlus/LibCxx.h | 24 ----
source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 144 +++++++++++++++++++-
6 files changed, 144 insertions(+), 210 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 963516477b Rangify for loop, NFC.
new b3196fddb0 Add support for __builtin_available to __has_builtin
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/Lex/PPMacroExpansion.cpp | 1 +
test/Parser/objc-available.m | 5 +++++
2 files changed, 6 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.
Yvan Roux pushed a change to annotated tag linaro-snapshot-5.4-2017.04
in repository toolchain/gcc.
at b7247b44c8e (tag)
tagging f03ef293eec85545a748fe5647d2ad38b20d4de6 (commit)
replaces linaro-snapshot-5.4-2017.02
tagged by Yvan Roux
on Wed Apr 12 13:18:31 2017 +0200
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 5.4-2017.04
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new f03ef293eec Make Linaro GCC Snapshot 5.4-2017.04.
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.
--
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 6198691a9 Teach SBFrame how to guess its language.
new caab5d9a0 Android.rules: setup correct objcopy path
new 5ddccd1d2 Fix TestGuessLanguage for gcc
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:
.../functionalities/frame-language/TestGuessLanguage.py | 8 +++++++-
packages/Python/lldbsuite/test/make/Android.rules | 16 ++++++++++++----
2 files changed, 19 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 compiler-rt.
from 8037ab9c5 Revert "[lsan] Fix typo in test/lsan/lit.common.cfg"
new 4d122dd84 [LSAN] Disable on ARM/Thumb for good
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/lsan/lit.common.cfg | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.