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 f8718c6 Fix sphinx build.
new 3eb355a Fix size_t typdef in new cppcoreguidelines-no-malloc.cpp test
new f2f54ef [powerpc] deactivate readability-identifier-naming.cpp test o [...]
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:
test/clang-tidy/cppcoreguidelines-no-malloc.cpp | 2 +-
test/clang-tidy/readability-identifier-naming.cpp | 3 +++
2 files changed, 4 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 0684441 LTO: Port the legacy LTO API to ModuleSymbolTable.
new e976df1 Object: Remove module accessors from IRObjectFile, and hide 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:
include/llvm/Object/IRObjectFile.h | 14 +-------------
lib/Object/IRObjectFile.cpp | 9 ++-------
2 files changed, 3 insertions(+), 20 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 314f28e LTO: Port the new LTO API to ModuleSymbolTable.
new 0684441 LTO: Port the legacy LTO API to ModuleSymbolTable.
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/LTO/legacy/LTOModule.h | 24 +++++++++++-----------
lib/LTO/LTOModule.cpp | 40 ++++++++++++++++++-------------------
2 files changed, 31 insertions(+), 33 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 gcc.
from 789702c 2016-12-13 Janus Weil <janus(a)gcc.gnu.org>
new 115e2e4 2016-12-13 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 5 +++++
gcc/config/rs6000/rs6000.c | 3 +++
2 files changed, 8 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 068dd02 Generalize strided store pattern in interleave access pass
new 314f28e LTO: Port the new LTO API to ModuleSymbolTable.
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/LTO/LTO.h | 73 +++++++++++++++++++--------------------
lib/LTO/LTO.cpp | 92 ++++++++++++++++++++++++++------------------------
2 files changed, 85 insertions(+), 80 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 a4e5a82 [Sema] Prefer SmallVector over `new`ed memory blocks. NFC.
new 531f88b Align EvalInfo in ExprConstant to avoid PointerUnion assertions
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/ExprConstant.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 llvm.
from 209c7e5 Revert "AArch64CollectLOH: Rewrite as block-local analysis."
new 068dd02 Generalize strided store pattern in interleave access pass
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/InterleavedAccessPass.cpp | 88 ++++++++++---
lib/Target/AArch64/AArch64ISelLowering.cpp | 44 ++++++-
lib/Target/ARM/ARMISelLowering.cpp | 42 +++++-
.../AArch64/aarch64-interleaved-accesses.ll | 111 ++++++++++++++++
test/CodeGen/ARM/arm-interleaved-accesses.ll | 144 +++++++++++++++++++++
5 files changed, 400 insertions(+), 29 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 compiler-rt.
from 06f626a Fix warning for noreturn function
new 5b8087e Corrected D27428: Do not use the alignment-rounded-up size wi [...]
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:
.../sanitizer_allocator_combined.h | 16 ++++++++-
lib/scudo/scudo_allocator.cpp | 15 ++++++--
lib/scudo/scudo_allocator_secondary.h | 40 +++++++++++++---------
3 files changed, 51 insertions(+), 20 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 14f4b9d __uuidof() and declspec(uuid("...")) should be allowed on enu [...]
new a4e5a82 [Sema] Prefer SmallVector over `new`ed memory blocks. 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/Sema/SemaOverload.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 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 26fec96 GlobalISel: fix GOT accesses on AArch64.
new 6d5780f [bpf] change llvm-objdump to print dec instead of hex
new 209c7e5 Revert "AArch64CollectLOH: Rewrite as block-local analysis."
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:
lib/Target/AArch64/AArch64CollectLOH.cpp | 1120 +++++++++++++++-----
.../AArch64/arm64-collect-loh-garbage-crash.ll | 2 +-
test/CodeGen/AArch64/arm64-collect-loh-str.ll | 2 +-
test/CodeGen/AArch64/arm64-collect-loh.ll | 17 +-
test/CodeGen/AArch64/loh.mir | 180 ----
tools/llvm-objdump/llvm-objdump.cpp | 23 +
6 files changed, 873 insertions(+), 471 deletions(-)
delete mode 100644 test/CodeGen/AArch64/loh.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.