This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 788dfe5 Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisMan [...]
new f1f27bb ADT: Split out simple_ilist, a simple intrusive list
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/ADT/ilist.h | 135 ++-------
include/llvm/ADT/ilist_base.h | 19 +-
include/llvm/ADT/simple_ilist.h | 269 +++++++++++++++++
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/IListBaseTest.cpp | 40 +++
unittests/ADT/IListIteratorTest.cpp | 61 ++--
unittests/ADT/SimpleIListTest.cpp | 586 ++++++++++++++++++++++++++++++++++++
unittests/IR/CMakeLists.txt | 1 +
unittests/IR/ModuleTest.cpp | 48 +++
9 files changed, 1018 insertions(+), 142 deletions(-)
create mode 100644 include/llvm/ADT/simple_ilist.h
create mode 100644 unittests/ADT/SimpleIListTest.cpp
create mode 100644 unittests/IR/ModuleTest.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 9a60758 [PATCH][Aarch64][gcc] Fix vld2/3/4 on big endian systems
new 304fb2e rs6000: Don't emit a use of LR in returns and sibcalls
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 | 13 +++++
gcc/config/rs6000/rs6000.c | 116 ++++++++++++++++++--------------------------
gcc/config/rs6000/rs6000.md | 19 --------
3 files changed, 61 insertions(+), 87 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 857f28d [mips][tsan] XFAIL on every MIPS platform an x86_64-specific test.
new 19c0b8f XFAIL cfi/stats.cpp on Windows until we fix our DIA usage
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/cfi/stats.cpp | 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 binutils-gdb.
from 5af962d Fix order of inferiors in "thread apply all"
new 7763838 Fixed issue with NULL pointer access on header var.
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:
opcodes/ChangeLog | 4 ++++
opcodes/arc-dis.c | 5 ++++-
2 files changed, 8 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 gdb-7.12-branch
in repository binutils-gdb.
from 4a13781 Automatic date update in version.in
new bb109f2 Fix order of inferiors in "thread apply all"
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:
gdb/ChangeLog | 4 ++++
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.multi/tids.exp | 6 ++++++
gdb/thread.c | 2 +-
4 files changed, 15 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 39dbb53 [AMDGPU] Refactor SOP instructions TD files.
new 788dfe5 Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisMan [...]
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/Analysis/CGSCCPassManager.h | 8 ++++----
lib/Analysis/CGSCCPassManager.cpp | 4 ++--
2 files changed, 6 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 newlib.
from 3d3ab82 Fix off_t typedef on Cygwin64
new abd37f0 Add release message for commit 3d3ab82
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:
winsup/cygwin/release/2.6.0 | 3 +++
1 file changed, 3 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 libunwind.
from 85e3961 libunwind: fix X86 register numbers for FreeBSD/i386
new adc2908 consistently add \n to log and trace messages
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:
src/AddressSpace.hpp | 2 +-
src/CompactUnwinder.hpp | 8 +++---
src/EHHeaderParser.hpp | 2 +-
src/Unwind-EHABI.cpp | 42 +++++++++++++--------------
src/Unwind-sjlj.c | 68 +++++++++++++++++++++----------------------
src/UnwindCursor.hpp | 12 ++++----
src/UnwindLevel1-gcc-ext.c | 42 +++++++++++++--------------
src/UnwindLevel1.c | 72 +++++++++++++++++++++++-----------------------
src/config.h | 2 +-
src/libunwind.cpp | 30 +++++++++----------
10 files changed, 140 insertions(+), 140 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 60d7fe6 Revert "gdb-remote: Make the sequence mutex non-recursive"
new 98d07ad Remove mention of autoconf from the build instructions
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:
www/build.html | 37 -------------------------------------
1 file changed, 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 clang.
from 4dfb28d [OpenCL] Make is_valid_event, create_user_event overloadable.
new 47d3e4e Disable clang/test/SemaTemplate/instantiation-depth-default.c [...]
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/SemaTemplate/instantiation-depth-default.cpp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.