This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 6a9915019 Change the ABI class to have a weak pointer to its Process; s [...]
new 8babaeb80 Fix two places in RegisterContextLLDB::InitializeNonZerothFra [...]
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:
.../Process/Utility/RegisterContextLLDB.cpp | 27 +++++++++++-----------
1 file changed, 14 insertions(+), 13 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 zorg.
from c27b069 Remove debug commands
new abf6eba [asan] Run Android tests without asan_device_setup
new 164e27f [asan] Fix formatting
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:
.../builders/sanitizers/buildbot_android.sh | 13 +++-----
.../sanitizers/buildbot_android_functions.sh | 38 +++++++---------------
2 files changed, 15 insertions(+), 36 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 b9a73118baf Revert "[lit] Fix some convoluted logic around Unicode enco [...]
new 6956b5e8f10 llvm-profdata: Indirect infrequently used fields to reduce [...]
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/ProfileData/InstrProf.h | 81 ++++++++++++++++++++++++++----------
lib/ProfileData/InstrProf.cpp | 15 ++++---
2 files changed, 66 insertions(+), 30 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 f755e2f62 Added a project for the unified IR interpreter.
new 6a9915019 Change the ABI class to have a weak pointer to its Process; s [...]
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/ABI.h | 19 ++++++++++++++--
include/lldb/lldb-private-interfaces.h | 2 +-
source/API/SBTarget.cpp | 2 +-
source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 25 ++++++++++------------
source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h | 6 +++---
.../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 4 ++--
source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h | 4 ++--
source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 4 ++--
source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h | 4 ++--
source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 4 ++--
source/Plugins/ABI/SysV-arm/ABISysV_arm.h | 4 ++--
source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 4 ++--
source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h | 4 ++--
.../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 4 ++--
source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h | 4 ++--
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 4 ++--
source/Plugins/ABI/SysV-i386/ABISysV_i386.h | 4 ++--
source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 4 ++--
source/Plugins/ABI/SysV-mips/ABISysV_mips.h | 4 ++--
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 4 ++--
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h | 4 ++--
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 4 ++--
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h | 4 ++--
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 4 ++--
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h | 4 ++--
source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 4 ++--
source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h | 4 ++--
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 4 ++--
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h | 4 ++--
.../Process/gdb-remote/ProcessGDBRemote.cpp | 4 ++--
source/Symbol/Variable.cpp | 4 ++--
source/Target/ABI.cpp | 6 ++----
source/Target/Process.cpp | 2 +-
33 files changed, 88 insertions(+), 78 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 c98c89099 Updated notest on 2974
new 685067037 [libc++] Hoist explicit instantiation above implicit. NFC
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/string | 8 ++++----
1 file changed, 4 insertions(+), 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 compiler-rt.
from 02c4d3f8b [asan] Control location of symbolizer on device using ANDROID [...]
new 90d0de4a6 Revert "[asan] Control location of symbolizer on device using [...]
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/asan/android_commands/android_run.py | 3 ---
1 file changed, 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 bd55db3dcb8 Fix spelling: uncode -> unicode.
new b9a73118baf Revert "[lit] Fix some convoluted logic around Unicode enco [...]
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:
utils/lit/lit/formats/googletest.py | 29 +++++++------
utils/lit/lit/util.py | 84 ++++++++++++++++---------------------
2 files changed, 51 insertions(+), 62 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 64b75be74b CodeGen: handle missed case of COMDAT handling
new 2d7d5c241b Track the set of module maps read while building a .pcm file [...]
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/SourceManager.h | 50 ++++++++++++++--------
include/clang/Lex/HeaderSearch.h | 2 +-
include/clang/Serialization/ASTReader.h | 7 +++
lib/Frontend/CompilerInstance.cpp | 7 ++-
lib/Frontend/DependencyFile.cpp | 6 +--
lib/Frontend/FrontendAction.cpp | 42 ++++++++++--------
lib/Lex/ModuleMap.cpp | 3 +-
lib/Serialization/ASTReader.cpp | 23 +++++++---
lib/Serialization/ASTWriter.cpp | 18 +++++---
test/Modules/Inputs/preprocess-decluse/a.h | 1 +
test/Modules/Inputs/preprocess-decluse/a.modulemap | 1 +
.../d.h => preprocess-decluse/b.h} | 0
test/Modules/Inputs/preprocess-decluse/b.modulemap | 1 +
.../Inputs/preprocess-decluse/main.modulemap | 1 +
test/Modules/preprocess-decluse.cpp | 18 ++++++++
15 files changed, 126 insertions(+), 54 deletions(-)
create mode 100644 test/Modules/Inputs/preprocess-decluse/a.h
create mode 100644 test/Modules/Inputs/preprocess-decluse/a.modulemap
copy test/Modules/Inputs/{using-decl-redecl/d.h => preprocess-decluse/b.h} (100%)
create mode 100644 test/Modules/Inputs/preprocess-decluse/b.modulemap
create mode 100644 test/Modules/Inputs/preprocess-decluse/main.modulemap
create mode 100644 test/Modules/preprocess-decluse.cpp
--
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 b2489ffb462 Revert "Replace trivial use of external rc.exe by writing o [...]
new 148af8f5ce5 [lit] Remove dead code not referenced in the LLVM SVN repo.
new 48e5c1173e2 [lit] Fix some convoluted logic around Unicode encoding, an [...]
new bd55db3dcb8 Fix spelling: uncode -> unicode.
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:
utils/lit/lit/formats/__init__.py | 7 +-
utils/lit/lit/formats/base.py | 157 +++++++++++-------------------------
utils/lit/lit/formats/googletest.py | 29 +++----
utils/lit/lit/formats/shtest.py | 46 ++++++++++-
utils/lit/lit/util.py | 84 +++++++++++--------
5 files changed, 152 insertions(+), 171 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 628643aeb [asan] Fix try to fix test on Android
new 81300751e [LSan] Make LSan allocator allocator_may_return_null compliant
new 02c4d3f8b [asan] Control location of symbolizer on device using ANDROID [...]
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/lsan/lsan_allocator.cc | 6 ++-
lib/lsan/lsan_interceptors.cc | 1 -
test/asan/android_commands/android_run.py | 3 ++
.../TestCases/allocator_returns_null.cc | 50 +++++++++++-----------
4 files changed, 33 insertions(+), 27 deletions(-)
copy test/{asan => lsan}/TestCases/allocator_returns_null.cc (68%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.