This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb0606e8def Add some useful helper methods / operators to TypeIndex.
new 550359cb2f9 Don't add DBG_VALUE instructions for static allocas in dbg.declare
new a641bd93fbf ARM: use divmod libcalls on embedded MachO platforms too.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 ---
lib/Target/ARM/ARMISelLowering.cpp | 6 +-
test/CodeGen/ARM/divmod-eabi.ll | 73 ++++++------
test/CodeGen/ARM/divmod.ll | 1 +
test/CodeGen/X86/2012-11-30-misched-dbg.ll | 142 -----------------------
test/CodeGen/X86/2012-11-30-regpres-dbg.ll | 47 --------
test/DebugInfo/COFF/local-variables.ll | 5 -
7 files changed, 39 insertions(+), 249 deletions(-)
delete mode 100644 test/CodeGen/X86/2012-11-30-misched-dbg.ll
delete mode 100644 test/CodeGen/X86/2012-11-30-regpres-dbg.ll
--
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 glibc.
from 1721145f03 Remove __ASSUME_PROC_PID_TASK_COMM.
new 7224e32d7b vfprintf.c: Refactor magic number 32 into EXTSIZ.
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:
ChangeLog | 6 ++++++
stdio-common/vfprintf.c | 52 +++++++++++++++++++++++++------------------------
2 files changed, 33 insertions(+), 25 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 zack/em-ci-mk
in repository glibc.
at b34c573a0f Rename cppflags-iterator.mk to libof-iterator.mk, remove ext [...]
This branch includes the following new commits:
new b34c573a0f Rename cppflags-iterator.mk to libof-iterator.mk, remove ext [...]
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.
--
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 6bc9c987288 Add a blurb to the release notes about the WeakVH -> WeakTr [...]
new 886c6baf06d [BitVector] Make find_prev member function const.
new d5e8a6baea0 Update instructions for using the experimental monorepo
new bb0606e8def Add some useful helper methods / operators to TypeIndex.
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:
docs/GettingStarted.rst | 4 +--
include/llvm/ADT/BitVector.h | 2 +-
include/llvm/DebugInfo/CodeView/TypeIndex.h | 55 +++++++++++++++++++++++++++++
3 files changed, 58 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 zorg.
from 10e59b9 Fixed 'haltOnFailure' for build step.
new bf236d3 Set ENABLE_WERROR=OFF for ABITestsuitBuilder.
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:
buildbot/osuosl/master/config/builders.py | 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 f019c6b2199 [CodeView] Add support for random access type visitors.
new 6bc9c987288 Add a blurb to the release notes about the WeakVH -> WeakTr [...]
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:
docs/ReleaseNotes.rst | 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 zorg.
from 797c9c8 Add GCC ToT libc++ builder
new 10e59b9 Fixed 'haltOnFailure' for build step.
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:
zorg/buildbot/builders/ABITestsuitBuilder.py | 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 gcc.
from 7344fb0016f Bump C++ ABI version.
new 5d11282b603 PR c++/80178 - parameter passing for uncopyable classes
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/common.opt | 4 ++
gcc/cp/ChangeLog | 10 ++++
gcc/cp/call.c | 29 +++++----
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 9 ++-
gcc/cp/tree.c | 104 +++++++++++++++++++++++++++++++--
gcc/testsuite/g++.dg/abi/invisiref1.C | 24 ++++++++
gcc/testsuite/g++.dg/abi/invisiref1a.C | 24 ++++++++
8 files changed, 187 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/invisiref1.C
create mode 100644 gcc/testsuite/g++.dg/abi/invisiref1a.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.