This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5889762 [analyzer] Add check::BeginFunction to CheckerDocumentation c [...]
new e1c2616 [AArch64] Using AArch64TargetParser in Clang.
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/Basic/Targets.cpp | 16 +++------------
lib/Driver/Tools.cpp | 55 +++++++++++++--------------------------------------
2 files changed, 17 insertions(+), 54 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 users/pmuldoon/c++compile
in repository binutils-gdb.
from b9f8a64 Cleanups and various bug fixes for templates.
new fbf1a81 compile: set debug compile: Display GCC driver filename
new c53c8f4 compile: Add 'set compile-gcc'
new f258761 fix compile warnings
new 3a9a665 redo libcc1 C changes in a backward-compatible way
The 4 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/NEWS | 4 ++
gdb/compile/compile-c-types.c | 44 +++++++++++------
gdb/compile/compile-cplus-symbols.c | 2 +-
gdb/compile/compile.c | 72 +++++++++++++++++++++++-----
gdb/doc/gdb.texinfo | 36 +++++++++++---
gdb/mdebugread.c | 2 +-
include/gcc-c-fe.def | 48 ++++++++++++-------
include/gcc-c-interface.h | 6 ++-
include/gcc-cp-interface.h | 2 +-
include/gcc-interface.h | 95 +++++++++++++++++++++++++++++--------
10 files changed, 237 insertions(+), 74 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 556fada [CodeView] Don't crash on functions without subprograms
new b87ab2e Add unittests to {ARM | AArch64}TargetParser.
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/Support/AArch64TargetParser.def | 2 +
include/llvm/Support/TargetParser.h | 7 +
lib/Support/TargetParser.cpp | 99 +++--
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +-
unittests/Support/TargetParserTest.cpp | 519 +++++++++++++++++++++-
5 files changed, 563 insertions(+), 66 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 22e3ed1 Add EP_CGSCCOptimizerLate extension point to PassManagerBuilder
new 556fada [CodeView] Don't crash on functions without subprograms
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 13 +++++----
test/DebugInfo/COFF/inlining-same-name.ll | 2 +-
test/DebugInfo/COFF/pr28747.ll | 44 +++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 8 deletions(-)
create mode 100644 test/DebugInfo/COFF/pr28747.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 libcxx.
from 1c1e91d Implement LCM and GCD for C++17. Same code as for Library Fun [...]
new e6521d6 Add a bunch of noexcepts to char_traits and string_view.
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 | 72 ++++++++++++++++++++++++++---------------------------
include/string_view | 2 +-
2 files changed, 37 insertions(+), 37 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 92ad3bd Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work [...]
new 59c798a Add some logging to the kernel dynamicloader plugin when we f [...]
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:
.../Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 3 +++
1 file changed, 3 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 llvm.
from 20c394c [InstCombine] Handle failures from ConstantFoldConstantExpression
new 22e3ed1 Add EP_CGSCCOptimizerLate extension point to PassManagerBuilder
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/Transforms/IPO/PassManagerBuilder.h | 5 +++++
lib/Transforms/IPO/PassManagerBuilder.cpp | 1 +
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.
unknown user pushed a change to branch master
in repository llvm.
from 96ddf54 AMDGPU: Turn dead checks into asserts
new 20c394c [InstCombine] Handle failures from ConstantFoldConstantExpression
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/Transforms/InstCombine/InstCombineCasts.cpp | 3 ++-
test/Transforms/InstCombine/cast.ll | 8 ++++++++
2 files changed, 10 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 compiler-rt.
from be0a858 [compiler-rt] Fix warnings in interception code
new 9eac489 Fix broken build 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:
lib/interception/tests/interception_linux_test.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.