This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1fb767a80 [WebAssembly] Add test for imported ctor and fix indexing bug found
new f8c724808 [WebAssembly] Verify contents of relocation target before writing it
new b8a044db0 [WebAssembly] Refactor to avoid conflating global and fucntio [...]
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:
wasm/InputChunks.cpp | 18 ++++++++++----
wasm/InputChunks.h | 8 +++----
wasm/InputFiles.cpp | 51 +++++++++++++++++++++++++++++++++++++--
wasm/InputFiles.h | 4 ++++
wasm/InputGlobal.h | 12 +++++-----
wasm/Symbols.cpp | 67 +++++++++++++++++++++++++++++-----------------------
wasm/Symbols.h | 32 ++++++++++++-------------
wasm/Writer.cpp | 53 +++++++++++++++++++++--------------------
8 files changed, 157 insertions(+), 88 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 de8d3a7d94a [PowerPC][NFC] Explicitly state types on FP SDAG patterns i [...]
new 29680d6d4f2 [llvm-readobj][ELF] Move ELF note parsing into libObject
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/BinaryFormat/ELF.h | 14 +++++
include/llvm/Object/ELF.h | 70 +++++++++++++++++++++
include/llvm/Object/ELFTypes.h | 127 +++++++++++++++++++++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 90 +++++++++++++--------------
4 files changed, 254 insertions(+), 47 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 ed0ca152fb Check that ubsan is the only supported sanitizer on OpenBSD
new 07fe671aaa [Tooling] Clear the PreambleSrcLocCache when preamble is dis [...]
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/Frontend/ASTUnit.cpp | 1 +
test/Index/Inputs/reparse-issue.h | 3 +++
test/Index/Inputs/reparse-issue.h-0 | 4 ++++
test/Index/Inputs/reparse-issue.h-1 | 5 +++++
test/Index/reparsed-live-issue.cpp | 4 ++++
5 files changed, 17 insertions(+)
create mode 100644 test/Index/Inputs/reparse-issue.h
create mode 100644 test/Index/Inputs/reparse-issue.h-0
create mode 100644 test/Index/Inputs/reparse-issue.h-1
create mode 100644 test/Index/reparsed-live-issue.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 compiler-rt.
from ea50a1c66 [sanitizer] Align & pad the allocator structures to the cache [...]
new cc4629e77 [scudo] Secondary allocator overhaul to support 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:
lib/scudo/scudo_allocator_combined.h | 2 +-
lib/scudo/scudo_allocator_secondary.h | 167 +++++++++++++++++++++++-----------
2 files changed, 113 insertions(+), 56 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 e9c83048fbc [AArch64] Fold adds with tprel_lo12_nc and secrel_lo12 into [...]
new de8d3a7d94a [PowerPC][NFC] Explicitly state types on FP SDAG patterns i [...]
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/PowerPC/PPCInstrAltivec.td | 24 ++--
lib/Target/PowerPC/PPCInstrVSX.td | 262 ++++++++++++++++++----------------
lib/Target/PowerPC/PPCRegisterInfo.td | 4 +-
3 files changed, 158 insertions(+), 132 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 914fedd9e [lldb] Unbreak lldb builds due to r327219
new ffee3169b Improve prologue handling to support functions with multiple [...]
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/Core/Architecture.h | 34 ++++++++++++++++++++++++++++
lit/lit.cfg | 2 ++
lldb.xcodeproj/project.pbxproj | 14 ++++++++++++
source/API/SystemInitializerFull.cpp | 2 ++
source/Breakpoint/BreakpointResolverName.cpp | 8 +++++++
source/Plugins/Architecture/CMakeLists.txt | 1 +
source/Target/ThreadPlanStepInRange.cpp | 13 +++++++++++
tools/lldb-test/SystemInitializerTest.cpp | 2 ++
tools/lldb-test/lldb-test.cpp | 9 +++++---
9 files changed, 82 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 f04156fd4e [Driver] Add text description of --help-hidden so it is show [...]
new ed0ca152fb Check that ubsan is the only supported sanitizer on OpenBSD
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/Driver/fsanitize.c | 19 +++++++++++++++++++
1 file changed, 19 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 9b2441e49b7 [NFC] Replace iterators in PrintHelp with range-based for
new 5ef6ff69583 [CallSiteSplitting] Use !Instruction::use_empty instead of [...]
new c4689888d64 [InstCombine] Replace calls to getNumUses with hasNUses or [...]
new e9c83048fbc [AArch64] Fold adds with tprel_lo12_nc and secrel_lo12 into [...]
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:
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 10 ++++++++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +++----------
lib/Target/AArch64/AArch64InstrInfo.td | 9 +++++++++
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 +++---
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 ++--
lib/Transforms/Scalar/CallSiteSplitting.cpp | 2 +-
test/CodeGen/AArch64/arm64-tls-execs.ll | 5 ++---
test/CodeGen/AArch64/win-tls.ll | 16 ++++------------
8 files changed, 34 insertions(+), 31 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 8921acb5dbb [Hexagon] Counting leading/trailing bits is cheap
new a3f44daec10 [Hexagon] Fix typo in testcase
new 584d88ccc77 [NFC] PrintHelp cleanup
new 9b2441e49b7 [NFC] Replace iterators in PrintHelp with range-based for
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:
lib/Option/OptTable.cpp | 14 +++++---------
test/CodeGen/Hexagon/countbits-basic.ll | 2 +-
2 files changed, 6 insertions(+), 10 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 89132b0bb6 [analyzer] Move the GCDAsyncSemaphoreChecker to optin.performance
new f04156fd4e [Driver] Add text description of --help-hidden so it is show [...]
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/Driver/Options.td | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.