This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfea590 [ARM] Fix some Clang-tidy modernize and Include What You Use [...]
new 9be0983 NVPTX: Move InferAddressSpaces to generic 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:
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 9 ++
lib/Target/NVPTX/CMakeLists.txt | 1 -
lib/Target/NVPTX/NVPTX.h | 1 -
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 4 +-
lib/Transforms/Scalar/CMakeLists.txt | 1 +
.../Scalar/InferAddressSpaces.cpp} | 113 +++++++++++----------
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/CodeGen/NVPTX/access-non-generic.ll | 4 +-
test/CodeGen/NVPTX/lower-alloca.ll | 2 +-
10 files changed, 73 insertions(+), 64 deletions(-)
rename lib/{Target/NVPTX/NVPTXInferAddressSpaces.cpp => Transforms/Scalar/InferAdd [...]
--
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 37af486 Introduce C++ support in libcc1
new 0e9ab2f [PR63238] output alignment debug information
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/dwarf2out.c | 76 ++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 17 ++++++
gcc/testsuite/g++.dg/debug/dwarf2/align-1.C | 5 ++
gcc/testsuite/g++.dg/debug/dwarf2/align-2.C | 6 ++
gcc/testsuite/g++.dg/debug/dwarf2/align-3.C | 7 +++
gcc/testsuite/g++.dg/debug/dwarf2/align-4.C | 7 +++
gcc/testsuite/g++.dg/debug/dwarf2/align-5.C | 7 +++
gcc/testsuite/g++.dg/debug/dwarf2/align-6.C | 9 +++
gcc/testsuite/gcc.dg/debug/dwarf2/align-1.c | 5 ++
gcc/testsuite/gcc.dg/debug/dwarf2/align-2.c | 6 ++
gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c | 7 +++
gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c | 7 +++
gcc/testsuite/gcc.dg/debug/dwarf2/align-5.c | 7 +++
gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c | 9 +++
gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.c | 5 ++
16 files changed, 194 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/align-1.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/align-2.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/align-3.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/align-4.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/align-5.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/align-6.C
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-1.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-2.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-5.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.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 91f734b TableGen: use fully qualified name for StringLiteral
new bfea590 [ARM] Fix some Clang-tidy modernize and Include What You Use [...]
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/ARM/ARMBaseInstrInfo.h | 21 +++---
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 32 +++++----
lib/Target/ARM/ARMBaseRegisterInfo.h | 17 ++++-
lib/Target/ARM/ARMFastISel.cpp | 89 +++++++++++++++++---------
lib/Target/ARM/ARMTargetMachine.cpp | 77 ++++++++++++++--------
lib/Target/ARM/ARMTargetMachine.h | 20 ++++--
lib/Target/ARM/ARMTargetObjectFile.cpp | 11 ++--
lib/Target/ARM/ARMTargetObjectFile.h | 12 ++--
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp | 21 +++---
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h | 21 +++---
lib/Target/ARM/Thumb2SizeReduction.cpp | 45 +++++++++----
11 files changed, 239 insertions(+), 127 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 users/pmuldoon/c++compile
in repository binutils-gdb.
from fa9d0e0 Fix pointer decay in compile print.
new f2ca87a libcp1: revamp the interface
new 9cf7532 libcp1: expand start_template_decl docs
new 76b302c libcp1: as committed to GCC trunk
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:
gdb/compile/compile-cplus-symbols.c | 54 +++---
gdb/compile/compile-cplus-templates.c | 38 ++---
gdb/compile/compile-cplus-types.c | 256 ++++++++++++++--------------
gdb/compile/compile-cplus.h | 92 +++++-----
include/gcc-cp-fe.def | 310 +++++++++++++++++++---------------
include/gcc-cp-interface.h | 42 ++---
6 files changed, 411 insertions(+), 381 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 aoliva/libcp1
in repository gcc.
from 5537cd7 libcc1: update copyright notices
new ee3f3db libcp1: expand start_template_decl docs
new 7fe41d3 Revert "support aliases and trampolines in dwarf2"
new 21049f1 libcp1: as committed to GCC trunk
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:
gcc/cgraph.h | 4 -
gcc/cgraphunit.c | 134 ++-------------------
gcc/cp/method.c | 1 -
gcc/dbxout.c | 4 -
gcc/debug.c | 2 -
gcc/debug.h | 8 --
gcc/dwarf2out.c | 100 +--------------
gcc/sdbout.c | 2 -
gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/cdtor-2.C | 13 --
gcc/testsuite/g++.dg/debug/dwarf2/cdtor-3.C | 17 ---
gcc/testsuite/g++.dg/debug/dwarf2/covariant-1.C | 24 ----
gcc/testsuite/gcc.dg/debug/dwarf2/attr-alias-1.c | 10 --
gcc/testsuite/gcc.dg/debug/dwarf2/attr-alias-2.c | 10 --
gcc/testsuite/gcc.dg/debug/dwarf2/attr-weakref-1.c | 10 --
gcc/testsuite/gcc.dg/debug/dwarf2/attr-weakref-2.c | 10 --
gcc/varpool.c | 8 +-
gcc/vmsdbgout.c | 22 ----
include/gcc-cp-fe.def | 24 ++--
include/gcc-cp-interface.h | 2 +-
20 files changed, 27 insertions(+), 380 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/cdtor-2.C
delete mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/cdtor-3.C
delete mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/covariant-1.C
delete mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/attr-alias-1.c
delete mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/attr-alias-2.c
delete mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/attr-weakref-1.c
delete mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/attr-weakref-2.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 release_40
in repository llvm.
from 50c1887 Merging r291918: -------------------------------------------- [...]
new 5ad5d4f Merging r293021: -------------------------------------------- [...]
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/tools/llvm-symbolizer/coff-exports.test | 4 +++-
1 file changed, 3 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 fa35d5c Remove LLVM_CONFIG from config headers
new 51c6922 [SCEV] Simplify/generalize howFarToZero solving.
new 91f734b TableGen: use fully qualified name for StringLiteral
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/Analysis/ScalarEvolution.cpp | 68 ++++--------------------
test/Analysis/ScalarEvolution/sext-inreg.ll | 4 +-
test/Analysis/ScalarEvolution/trip-count-pow2.ll | 38 ++++++++++++-
utils/TableGen/IntrinsicEmitter.cpp | 4 +-
4 files changed, 49 insertions(+), 65 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 af0fd67 Fix llvm-readobj build error after r293569
new fa35d5c Remove LLVM_CONFIG from config headers
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/config-ix.cmake | 2 --
include/llvm/Config/config.h.cmake | 3 ---
include/llvm/Config/llvm-config.h.cmake | 3 ---
3 files changed, 8 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 1ea9097 2017-01-27 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 0003a2d Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.