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 9130cad [asan] Add failure logging to global-registration.c test case
new e0d0c11 Change shared library load path to appease Android bot
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/TestCases/Posix/global-registration.c | 9 ++++++---
1 file changed, 6 insertions(+), 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 clang.
from 21f6189 Use even more ArrayRefs
new 17a752b try to fix the MSVC build
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/RecursiveASTVisitor.h | 3 ++-
1 file changed, 2 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 clang.
from ba5c7ce Use more ArrayRefs
new 21f6189 Use even more ArrayRefs
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/RecursiveASTVisitor.h | 11 ++++-------
include/clang/CodeGen/CGFunctionInfo.h | 8 ++++----
lib/AST/ASTDumper.cpp | 12 ++++--------
lib/Frontend/ASTConsumers.cpp | 10 ++++------
lib/Sema/SemaChecking.cpp | 8 ++++----
lib/Sema/SemaLambda.cpp | 4 ++--
lib/Sema/SemaOverload.cpp | 8 ++++----
lib/Serialization/ASTWriterDecl.cpp | 5 ++---
8 files changed, 28 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 lldb.
from c98718b Update LLDB for r273647
new 876d71d Silence a -Wc++11-narrowing warning
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/Symbol/ClangASTContext.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 lldb.
from b3745a5 Fix an issue where the @lldb.command marker would not work wi [...]
new c98718b Update LLDB for r273647
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/Symbol/ClangASTContext.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 llvm.
from b966943 [X86] Combine two nearby calls to isSingleInputShuffleVector. NFC
new 30ef1b33 Switch more loops to be range-based
new 8970c88 Use the same underlying type for bitfields
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/llvm/Analysis/AliasSetTracker.h | 2 +-
include/llvm/CodeGen/FunctionLoweringInfo.h | 2 +-
include/llvm/MC/MCSymbol.h | 2 +-
lib/Target/X86/X86FastISel.cpp | 5 ++---
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 4 +---
lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 12 ++++--------
lib/Transforms/Scalar/Float2Int.cpp | 4 ++--
lib/Transforms/Scalar/LoopDistribute.cpp | 2 +-
lib/Transforms/Scalar/LoopInterchange.cpp | 15 +++++++--------
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 19 ++++++++-----------
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 7 ++-----
lib/Transforms/Scalar/StructurizeCFG.cpp | 16 ++++++++--------
lib/Transforms/Utils/InlineFunction.cpp | 3 +--
lib/Transforms/Utils/LowerSwitch.cpp | 4 ++--
lib/Transforms/Utils/MemorySSA.cpp | 7 +++----
lib/Transforms/Utils/SimplifyCFG.cpp | 20 ++++++++++----------
17 files changed, 55 insertions(+), 71 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 binutils-gdb.
from 0c72ed4 Make gdbpy_parameter static
new 3fcf0b0 Use VEC for filename_language_table
new 56618e2 Move filename extensions into language_defn
new 8b302db Move logic out of symbol_find_demangled_name
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:
gdb/ChangeLog | 78 ++++++++++++++++++++++++++++++++++
gdb/ada-lang.c | 46 ++++++++++++++++++++
gdb/c-lang.c | 23 ++++++++++
gdb/cp-support.c | 9 ++++
gdb/cp-support.h | 4 ++
gdb/d-lang.c | 16 +++++++
gdb/defs.h | 18 ++++++--
gdb/f-lang.c | 15 +++++++
gdb/go-lang.c | 11 +++++
gdb/jv-lang.c | 16 +++++++
gdb/language.c | 33 ++++++++++++++
gdb/language.h | 30 +++++++++++++
gdb/m2-lang.c | 2 +
gdb/objc-lang.c | 16 +++++++
gdb/opencl-lang.c | 2 +
gdb/p-lang.c | 7 +++
gdb/rust-lang.c | 19 +++++++++
gdb/symfile.c | 125 +++++++++++++++++-------------------------------------
gdb/symfile.h | 5 +++
gdb/symtab.c | 107 ++++++----------------------------------------
20 files changed, 399 insertions(+), 183 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 5187623 [llvm-cov] Fix two warnings
new b966943 [X86] Combine two nearby calls to isSingleInputShuffleVector. 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/X86/X86ISelLowering.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.