This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 52c037b95c5 [AST] Fix a whitespace typo [NFC]
new b180171289a [XRay] Refactor file header reading (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/llvm/XRay/FileHeaderReader.h | 33 ++++++++++++++++
lib/XRay/CMakeLists.txt | 1 +
lib/XRay/FileHeaderReader.cpp | 75 ++++++++++++++++++++++++++++++++++++
lib/XRay/Trace.cpp | 74 +++++------------------------------
4 files changed, 119 insertions(+), 64 deletions(-)
create mode 100644 include/llvm/XRay/FileHeaderReader.h
create mode 100644 lib/XRay/FileHeaderReader.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 clang-tools-extra.
from ee81cfba [clangd] NFC: Fix broken build
new 14bc2150 [clangd] Cleanup after D50897
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:
clangd/index/dex/DexIndex.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 lld.
from 8601fde35 [Support][CachePruning] prune least recently accessed files first
new d4cc8a809 Change how we handle -wrap.
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:
ELF/Driver.cpp | 80 +++++++++++++++++++++++++++++++++++++++++++++++--
ELF/InputFiles.h | 4 ++-
ELF/SymbolTable.cpp | 74 ++++++++-------------------------------------
ELF/SymbolTable.h | 12 +-------
ELF/Symbols.h | 5 ++++
test/ELF/lto/wrap-2.ll | 8 +++--
test/ELF/wrap-entry.s | 13 ++++++++
test/ELF/wrap-no-real.s | 59 +++++-------------------------------
test/ELF/wrap-plt.s | 45 ++++++++++++++++++++++++++++
test/ELF/wrap.s | 2 +-
10 files changed, 171 insertions(+), 131 deletions(-)
create mode 100644 test/ELF/wrap-entry.s
create mode 100644 test/ELF/wrap-plt.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 binutils-gdb.
from 86b9fea102 Re: Pack reloc_howto_struct
new ebf983a444 Fix changelog entries
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/ChangeLog | 4 ++--
include/ChangeLog | 2 +-
2 files changed, 3 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 binutils-gdb.
from ac1e2e51c0 Automatic date update in version.in
new e8a648884d Correct readelf e_shstrndx range check
new 86b9fea102 Re: Pack reloc_howto_struct
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:
binutils/ChangeLog | 9 ++++++++
binutils/readelf.c | 64 ++++++++++++++++++++++++++++++++----------------------
gas/ChangeLog | 4 ++++
gas/dw2gencfi.c | 4 ++--
4 files changed, 53 insertions(+), 28 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 fbb11e8822 [analyzer] [NFC] Fix minor formatting issues in RetainCountChecker
new f30eaa88ef [AST] correct the behavior of -fvisibility-inlines-hidden op [...]
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/AST/Decl.cpp | 10 ++++
.../visibility-inlines-hidden-staticvar.cpp | 65 ++++++++++++++++++++++
2 files changed, 75 insertions(+)
create mode 100644 test/CodeGenCXX/visibility-inlines-hidden-staticvar.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 libcxx.
from 36711b248 Teach libc++ to use native NetBSD's max_align_t
new 4c9042569 Fix Bug 38644: multimap::clear() missing exception specifier. [...]
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/map | 2 +-
.../associative/map/map.modifiers/clear.pass.cpp | 5 ++++-
.../multimap/multimap.modifiers/clear.pass.cpp | 5 ++++-
.../containers/associative/multiset/clear.pass.cpp | 5 ++++-
test/std/containers/associative/set/clear.pass.cpp | 5 ++++-
.../deque.modifiers}/clear.pass.cpp | 19 ++++++++++++-------
.../forwardlist/forwardlist.modifiers/clear.pass.cpp | 7 ++++++-
.../sequences/list/list.modifiers/clear.pass.cpp | 5 ++++-
.../sequences/vector/vector.modifiers/clear.pass.cpp | 5 ++++-
.../unord.map/unord.map.modifiers/clear.pass.cpp | 5 ++++-
.../unord.multimap.modifiers/clear.pass.cpp | 5 ++++-
.../containers/unord/unord.multiset/clear.pass.cpp | 5 ++++-
test/std/containers/unord/unord.set/clear.pass.cpp | 5 ++++-
13 files changed, 59 insertions(+), 19 deletions(-)
copy test/std/containers/sequences/{forwardlist/forwardlist.modifiers => deque/deq [...]
--
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 gcc.
from 41f8ef3ad86 Daily bump.
new 84489950650 fix reassoc cut&pasto
new 8e87c176a78 rs6000 small data: add note on sdata2/r2
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.c | 3 +++
gcc/tree-ssa-reassoc.c | 2 +-
3 files changed, 13 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 llvm.
from f18632847b7 [GuardWidening] Ignore guards with trivial conditions
new 3df4cb15d74 [AST] Move a function definition into the cpp [NFC]
new c5f69a51a0a [AST] Reorder code to reduce a future patch diff [NFC]
new 52c037b95c5 [AST] Fix a whitespace typo [NFC]
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:
include/llvm/Analysis/AliasSetTracker.h | 12 +-----------
lib/Analysis/AliasSetTracker.cpp | 12 ++++++++++++
2 files changed, 13 insertions(+), 11 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 1f25117d13d [gold] -thinlto-object-suffix-replace: don't append new suf [...]
new f18632847b7 [GuardWidening] Ignore guards with trivial conditions
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/Scalar/GuardWidening.cpp | 6 ++++++
test/Transforms/GuardWidening/basic.ll | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.