This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_26-branch
in repository binutils-gdb.
from f5d7382 Automatic date update in version.in
new 861e835 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 f82506b Revert r270478 "[LoopUnroll] Enable advanced unrolling analys [...]
new 2206756 Fix build error
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/DebugInfo/CodeView/SymbolRecord.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 bc88e8b test: Be consistent with clang's sanitizer lit config
new 24466fc Make a symbol visitor and use it to dump CV symbols.
new f82506b Revert r270478 "[LoopUnroll] Enable advanced unrolling analys [...]
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:
include/llvm/DebugInfo/CodeView/CVSymbolTypes.def | 26 +-
include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h | 103 +++
.../llvm/DebugInfo/CodeView/SymbolDumpDelegate.h | 37 +
include/llvm/DebugInfo/CodeView/SymbolDumper.h | 54 ++
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 55 +-
.../DebugInfo/CodeView/SymbolVisitorDelegate.h | 33 +
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/SymbolDumper.cpp | 670 ++++++++++++++++++
lib/DebugInfo/PDB/Raw/ModStream.cpp | 2 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 6 +-
.../LoopUnroll/partial-unroll-const-bounds.ll | 2 +-
tools/llvm-readobj/COFFDumper.cpp | 783 ++-------------------
12 files changed, 1017 insertions(+), 755 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
create mode 100644 include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
create mode 100644 include/llvm/DebugInfo/CodeView/SymbolDumper.h
create mode 100644 include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
create mode 100644 lib/DebugInfo/CodeView/SymbolDumper.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 gcc.
from bcb45da PR c++/70584 - error with parenthesized builtin arg
new 7d5555a [gcc] 2016-05-23 Michael Meissner <meissner(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 | 20 +++++++
gcc/config/rs6000/altivec.md | 79 +++++++++++++++------------
gcc/config/rs6000/rs6000.c | 62 +++++++++++++--------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/powerpc/p9-permute.c | 3 +-
5 files changed, 111 insertions(+), 59 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 7eb8953 Skip unwritable frames in command "finish"
new b7f28d8 Enable R_AARCH64_NONE for 64-bit code.
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 | 8 ++++++++
bfd/bfd-in2.h | 3 +++
bfd/elfnn-aarch64.c | 6 ++----
bfd/libbfd.h | 1 +
bfd/reloc.c | 4 ++++
5 files changed, 18 insertions(+), 4 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 7e9fa84 [WebAssembly] Basic TargetTransformInfo support for SIMD128.
new ad092ca [ThinLTO] Refactor module loader handling into new LTO file (NFC)
new bc88e8b test: Be consistent with clang's sanitizer lit config
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:
include/llvm/LTO/LTO.h | 52 ++++++++++++++++++++++++++++++++++++++++
lib/LTO/CMakeLists.txt | 1 +
lib/LTO/LTO.cpp | 42 ++++++++++++++++++++++++++++++++
lib/LTO/ThinLTOCodeGenerator.cpp | 44 +---------------------------------
test/lit.cfg | 9 +++----
5 files changed, 101 insertions(+), 47 deletions(-)
create mode 100644 include/llvm/LTO/LTO.h
create mode 100644 lib/LTO/LTO.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 llvm.
from 632d568 llvm-dwp: Reduce indentation
new 7e9fa84 [WebAssembly] Basic TargetTransformInfo support for SIMD128.
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:
.../WebAssembly/WebAssemblyTargetTransformInfo.cpp | 56 ++++++++++++++++++++++
.../WebAssembly/WebAssemblyTargetTransformInfo.h | 10 +++-
2 files changed, 65 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 7bac6e8 llvm-dwp: Split out processing of input sections to improve r [...]
new 632d568 llvm-dwp: Reduce indentation
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:
tools/llvm-dwp/llvm-dwp.cpp | 95 ++++++++++++++++++++++-----------------------
1 file changed, 47 insertions(+), 48 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 test-suite.
from 07ef6c9 [LNT] Update timeit.sh to have the same return code as timeit [...]
new 69871a7 cmake: Require cmake 3.4 for the xcode_sdk based caches
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:
cmake/caches/util/xcode_sdk.cmake | 4 ++++
1 file changed, 4 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 clang.
from b9b7162 [X86][SSE] Replace lossless i32/f32 to f64 conversion intrins [...]
new 6e5c617 Visualizer for Pack template arguments
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:
utils/ClangVisualizers/clang.natvis | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.