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 952c3f5 S/390: Add alternate processor names.
new f83683d Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 85be081 Automatic date update in version.in
new 9a1b7f7 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 81a97c7 Automatic date update in version.in
new 42b456b Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 3551718 [LVI] Complete the abstract of the cache layer [NFCI]
new 29e20b9 [OptDiag] Add getHotness accessor
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/IR/DiagnosticInfo.h | 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 clang.
from 652fc62 CodeGen: use some range-based for loops
new ec69ba2 Fix a long comment line
new fd2a481 Add -fdiagnostics-show-hotness
new 6603cad [Sema] Fix PR30346: relax __builtin_object_size checks.
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:
docs/UsersManual.rst | 28 ++++++++++++++
include/clang/Basic/DiagnosticDriverKinds.td | 3 ++
include/clang/Driver/Options.td | 3 ++
include/clang/Frontend/CodeGenOptions.def | 5 ++-
lib/AST/ExprConstant.cpp | 17 +++++---
lib/CodeGen/CodeGenAction.cpp | 10 ++++-
lib/Driver/Tools.cpp | 5 +++
lib/Frontend/CompilerInvocation.cpp | 6 +++
test/CodeGen/object-size.c | 25 ++++++++++--
test/CodeGen/pass-object-size.c | 9 +++--
.../optimization-remark-with-hotness.proftext} | 21 +++++-----
test/Frontend/optimization-remark-with-hotness.c | 45 ++++++++++++++++++++++
12 files changed, 153 insertions(+), 24 deletions(-)
copy test/{Profile/Inputs/max-function-count.proftext => Frontend/Inputs/optimizat [...]
create mode 100644 test/Frontend/optimization-remark-with-hotness.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 lldb.
from 1c75b3e xfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
new 526b87f This is the main part of a change to add breakpoint save and [...]
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/Breakpoint/Breakpoint.h | 11 +-
include/lldb/Breakpoint/BreakpointOptions.h | 126 +++++---
include/lldb/Breakpoint/BreakpointResolver.h | 74 ++++-
.../lldb/Breakpoint/BreakpointResolverAddress.h | 5 +
.../lldb/Breakpoint/BreakpointResolverFileLine.h | 6 +
.../lldb/Breakpoint/BreakpointResolverFileRegex.h | 5 +
include/lldb/Breakpoint/BreakpointResolverName.h | 8 +-
include/lldb/Core/SearchFilter.h | 91 +++++-
include/lldb/Core/StructuredData.h | 14 +
include/lldb/Target/LanguageRuntime.h | 34 +-
source/Breakpoint/Breakpoint.cpp | 191 ++++++++---
source/Breakpoint/BreakpointOptions.cpp | 220 ++++++++++++-
source/Breakpoint/BreakpointResolver.cpp | 124 ++++++++
source/Breakpoint/BreakpointResolverAddress.cpp | 57 ++++
source/Breakpoint/BreakpointResolverFileLine.cpp | 71 +++++
source/Breakpoint/BreakpointResolverFileRegex.cpp | 64 ++++
source/Breakpoint/BreakpointResolverName.cpp | 139 +++++++-
source/Commands/CommandObjectBreakpoint.cpp | 348 +++++++++++++++++++--
source/Commands/CommandObjectBreakpointCommand.cpp | 67 +---
source/Core/SearchFilter.cpp | 273 +++++++++++++++-
source/Core/StructuredData.cpp | 42 +++
.../Python/ScriptInterpreterPython.cpp | 15 +-
source/Target/LanguageRuntime.cpp | 129 ++++----
23 files changed, 1859 insertions(+), 255 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 0df9c0a add more tests for PR30273
new 3551718 [LVI] Complete the abstract of the cache layer [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/Analysis/LazyValueInfo.cpp | 166 +++++++++++++++++++++++------------------
1 file changed, 94 insertions(+), 72 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 84c3c7e Add comments.
new b8e6304 [CMake] Fix linker-as-ld to symlink instead of copy lld
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/mach-o/linker-as-ld.yaml | 4 ++--
1 file changed, 2 insertions(+), 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 d87460f [ORC] Clang-format RPCSerialization.h.
new 0df9c0a add more tests for PR30273
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/Transforms/InstCombine/zext-bool-add-sub.ll | 34 ++++++++++++++++++++++--
1 file changed, 32 insertions(+), 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 8efea57 [LVI] Abstract out the actual cache logic [NFCI]
new ac22fbe [LVI] Sink a couple more cache manipulation routines into the [...]
new 0f44027 [ORC] Add some more documentation to RPCSerialization.h.
new d87460f [ORC] Clang-format RPCSerialization.h.
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:
.../llvm/ExecutionEngine/Orc/RPCSerialization.h | 120 +++++++++++++--------
lib/Analysis/LazyValueInfo.cpp | 81 +++++++-------
2 files changed, 122 insertions(+), 79 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.