This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6f09ea3 [NVPTX] Compute approx sqrt as 1/rsqrt(x) rather than x*rsqrt(x).
new 8f159c8 Move more code to helper functions. 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/MC/MCParser/ELFAsmParser.cpp | 99 ++++++++++++++++++++++++----------------
1 file changed, 60 insertions(+), 39 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 1273da0 Fix buffer overflows in ld when printing translated strings.
new 60adb36 gdb: make_scoped_restore and types convertible to T
new b47413b gdb/varobj.c: Fix leak
new 289b5b2 gdb/stack.c: Remove unused mem_fileopen
new 29b0b251 gdb/mi/mi-interp.c: Fix typos
The 4 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:
gdb/ChangeLog | 21 +++++++++++++++++++++
gdb/common/scoped_restore.h | 11 +++++++----
gdb/mi/mi-interp.c | 4 ++--
gdb/stack.c | 7 -------
gdb/varobj.c | 2 +-
5 files changed, 31 insertions(+), 14 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 00ad11a [CMake] [4/4] Update a batch of plugins
new 48c00c1 Open ELF core dumps with more than 64K sections
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:
source/Plugins/ObjectFile/ELF/ELFHeader.cpp | 43 +++++++++++++++
source/Plugins/ObjectFile/ELF/ELFHeader.h | 32 +++++++++--
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 25 +++++++--
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 2 +
unittests/CMakeLists.txt | 1 +
unittests/ObjectFile/CMakeLists.txt | 1 +
unittests/ObjectFile/ELF/CMakeLists.txt | 3 ++
unittests/ObjectFile/ELF/TestELFHeader.cpp | 62 ++++++++++++++++++++++
8 files changed, 161 insertions(+), 8 deletions(-)
create mode 100644 unittests/ObjectFile/CMakeLists.txt
create mode 100644 unittests/ObjectFile/ELF/CMakeLists.txt
create mode 100644 unittests/ObjectFile/ELF/TestELFHeader.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 eb0d431 Shut up GCC warning about operator precedence. NFC.
new d99a5ea Move some code to a helper function. NFC.
new 6f09ea3 [NVPTX] Compute approx sqrt as 1/rsqrt(x) rather than x*rsqrt(x).
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/MC/MCParser/ELFAsmParser.cpp | 107 ++++++++++++++++++---------------
lib/Target/NVPTX/NVPTXISelLowering.cpp | 11 +++-
test/CodeGen/NVPTX/fast-math.ll | 4 +-
test/CodeGen/NVPTX/sqrt-approx.ll | 8 ++-
4 files changed, 74 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 compiler-rt.
from a798c48 [sanitizer] Add list of symbols exported in sanitizers' interface.
new 158b1b3 [sanitizer] Fix interface test on Darwin, failing after 293682.
new d3bcd8b [sanitizer] Fix interface tests when SANITIZER_CAN_USE_CXXABI [...]
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/asan/TestCases/Darwin/interface_symbols_darwin.c | 4 ++++
test/asan/TestCases/Linux/interface_symbols_linux.c | 1 +
2 files changed, 5 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 gcc-6-branch
in repository gcc.
from 23d004f 2017-01-31 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 4c4aa05 [gcc]
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 | 9 +
gcc/config/rs6000/altivec.h | 4 +-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/gcc.target/powerpc/pr79268.c | 18 ++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c | 143 --------------
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 236 -----------------------
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c | 142 --------------
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 230 ----------------------
8 files changed, 41 insertions(+), 753 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79268.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.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 llvm.
from 07b87bc NewGVN: Dead argument cleanup
new eb0d431 Shut up GCC warning about operator precedence. 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/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 6 +++---
1 file 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 llvm.
from fbad5bd Add a verbose/human readable mode to llvm-symbolizer to inves [...]
new e41f4f1 NewGVN: Cleanup header files we are using.
new dc4b13e NewGVN: Remove the unsued two arguments from lookupOperandLeader.
new 740306c NewGVN: Formatting cleanup after lookupOperandLeader change
new 05b6b11 NewGVN: Add basic support for symbolic comparison evaluation
new bb5c655 NewGVN: Cleanup conditions to match reality
new 07b87bc NewGVN: Dead argument cleanup
The 6 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/NewGVN.cpp | 222 +++++++++++++++++----------------------
1 file changed, 97 insertions(+), 125 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 f4509fe [CMake] [2/4] Update a batch of plugins
new 0e6986b [CMake] [3/4] Update a batch of plugins
new 00ad11a [CMake] [4/4] Update a batch of plugins
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:
source/Plugins/OperatingSystem/Go/CMakeLists.txt | 9 ++++++++-
source/Plugins/OperatingSystem/Python/CMakeLists.txt | 9 ++++++++-
source/Plugins/Platform/Android/CMakeLists.txt | 10 +++++++++-
source/Plugins/Platform/FreeBSD/CMakeLists.txt | 8 +++++++-
source/Plugins/Platform/Kalimba/CMakeLists.txt | 7 ++++++-
source/Plugins/Platform/Linux/CMakeLists.txt | 10 +++++++++-
source/Plugins/Platform/MacOSX/CMakeLists.txt | 17 ++++++++++++++++-
source/Plugins/Platform/NetBSD/CMakeLists.txt | 8 +++++++-
source/Plugins/Platform/POSIX/CMakeLists.txt | 9 ++++++++-
source/Plugins/Platform/Windows/CMakeLists.txt | 8 +++++++-
source/Plugins/Platform/gdb-server/CMakeLists.txt | 9 ++++++++-
source/Plugins/Process/FreeBSD/CMakeLists.txt | 14 +++++++++++++-
source/Plugins/Process/Linux/CMakeLists.txt | 13 ++++++++++++-
source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt | 14 +++++++++++++-
source/Plugins/Process/POSIX/CMakeLists.txt | 8 +++++++-
source/Plugins/Process/Utility/CMakeLists.txt | 15 ++++++++++++++-
source/Plugins/Process/Windows/Common/CMakeLists.txt | 10 +++++++++-
source/Plugins/Process/elf-core/CMakeLists.txt | 11 ++++++++++-
source/Plugins/Process/gdb-remote/CMakeLists.txt | 16 +++++++++++++++-
source/Plugins/Process/mach-core/CMakeLists.txt | 15 ++++++++++++++-
source/Plugins/Process/minidump/CMakeLists.txt | 11 ++++++++++-
source/Plugins/ScriptInterpreter/None/CMakeLists.txt | 6 +++++-
source/Plugins/ScriptInterpreter/Python/CMakeLists.txt | 12 +++++++++++-
source/Plugins/StructuredData/DarwinLog/CMakeLists.txt | 10 +++++++---
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 18 +++++++++++++++++-
source/Plugins/SymbolFile/PDB/CMakeLists.txt | 14 ++++++++++----
source/Plugins/SymbolFile/Symtab/CMakeLists.txt | 6 +++++-
source/Plugins/SymbolVendor/ELF/CMakeLists.txt | 7 ++++++-
source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt | 7 ++++++-
source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt | 12 +++++++++++-
.../UnwindAssembly/InstEmulation/CMakeLists.txt | 7 ++++++-
source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 10 +++++++++-
32 files changed, 303 insertions(+), 37 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 c2913cb ScopedHashTable lookup should be const
new fbad5bd Add a verbose/human readable mode to llvm-symbolizer to inves [...]
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/Symbolize/DIPrinter.h | 7 +++++--
lib/DebugInfo/Symbolize/DIPrinter.cpp | 12 ++++++++++--
tools/llvm-symbolizer/llvm-symbolizer.cpp | 5 ++++-
3 files changed, 19 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.