This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 18c56b7 ARM: Use a Handle to track SDNodes in case they're CSE'd. NFC
new fcc53a6 [ThinLTO] Remove missed piece of lazy summary reading support (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:
lib/Bitcode/Reader/BitcodeReader.cpp | 48 ------------------------------------
1 file changed, 48 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 879cf8b Add a test for --reproduce on Windows.
new 3c379d8 Merge two tests for the same purpose.
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/ELF/reproduce-win32.s | 12 ------------
test/ELF/reproduce-windows.s | 14 ++++++++------
2 files changed, 8 insertions(+), 18 deletions(-)
delete mode 100644 test/ELF/reproduce-win32.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 lld.
from 401d18e Make --reproduce to not produce undesired whitespace.
new 879cf8b Add a test for --reproduce on Windows.
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/ELF/reproduce-win32.s | 12 ++++++++++++
test/lit.cfg | 4 ++++
2 files changed, 16 insertions(+)
create mode 100644 test/ELF/reproduce-win32.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 clang.
from f47686b Do not add uwtable attribute by default for MachO targets.
new 389f07b Fix implementation of C++'s restrictions on using-declaration [...]
new bac478a Update FIXME.
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:
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Sema/SemaDeclCXX.cpp | 22 ++++--
lib/Sema/SemaLookup.cpp | 3 +-
.../basic.namespace/namespace.udecl/p3-cxx0x.cpp | 46 ------------
.../dcl.dcl/basic.namespace/namespace.udecl/p3.cpp | 82 ++++++++++++++++++++++
.../namespace.udecl/{p6-cxx0x.cpp => p6-cxx11.cpp} | 3 +-
test/CXX/drs/dr4xx.cpp | 4 +-
test/SemaCXX/enum-scoped.cpp | 4 +-
8 files changed, 108 insertions(+), 60 deletions(-)
delete mode 100644 test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3-cxx0x.cpp
create mode 100644 test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3.cpp
rename test/CXX/dcl.dcl/basic.namespace/namespace.udecl/{p6-cxx0x.cpp => p6-cxx11. [...]
--
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 lnt.
from ebd70fc Add test for proper error handling when missing --cc to `lnt [...]
new f204767 Collect cmake test-suite link time
new 331ce6b Add --pgo: LNT make test-suite generate then use PGO profiles
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:
lnt/tests/test_suite.py | 43 ++++++++++++++++++++++++++++++++++++++-----
tests/runtest/test_suite.py | 20 ++++++++++++++++----
2 files changed, 54 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 lldb.
from 718ee3a Make the functions that fetch data from the ObjC runtime choo [...]
new e58ec9e Allow LanguageRuntimes to return an error if they fail in the [...]
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/LanguageRuntime.h | 3 +-
source/Core/ValueObjectDynamicValue.cpp | 48 +++++++++++++++++-----
.../ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 +-
.../ItaniumABI/ItaniumABILanguageRuntime.h | 3 +-
.../LanguageRuntime/Go/GoLanguageRuntime.cpp | 10 +++--
.../Plugins/LanguageRuntime/Go/GoLanguageRuntime.h | 9 ++--
.../LanguageRuntime/Java/JavaLanguageRuntime.cpp | 10 +++--
.../LanguageRuntime/Java/JavaLanguageRuntime.h | 9 ++--
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 3 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 3 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 3 +-
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 10 +++--
.../RenderScriptRuntime/RenderScriptRuntime.h | 9 ++--
16 files changed, 98 insertions(+), 38 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 8c98d34 Revert "[asan] add option to set shadow mapping offset"
new 18c56b7 ARM: Use a Handle to track SDNodes in case they're CSE'd. 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:
lib/Target/ARM/ARMISelDAGToDAG.cpp | 6 ++----
1 file changed, 2 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 clang.
from 6ddd583 [modules] Enforce the rules that an explicit or partial speci [...]
new f47686b Do not add uwtable attribute by default for MachO targets.
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/MSVCToolChain.cpp | 5 +++++
test/Driver/win-macho-unwind.c | 4 ++++
2 files changed, 9 insertions(+)
create mode 100644 test/Driver/win-macho-unwind.c
--
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 ba89768 [asan] add option to set shadow mapping offset
new 8c98d34 Revert "[asan] add option to set shadow mapping offset"
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:
.../Instrumentation/AddressSanitizer.cpp | 11 ++----
.../AddressSanitizer/scale-offset.ll | 39 ----------------------
2 files changed, 2 insertions(+), 48 deletions(-)
delete mode 100644 test/Instrumentation/AddressSanitizer/scale-offset.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 llvm.
from 8b3e014 clang-format some files in preparation of coming patch reviews.
new ba89768 [asan] add option to set shadow mapping offset
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:
.../Instrumentation/AddressSanitizer.cpp | 11 ++++--
.../AddressSanitizer/scale-offset.ll | 39 ++++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/scale-offset.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.