This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from cc6d84c Daily bump.
new 1753299 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f88759e Fix nss_nisplus build with mainline GCC (bug 20978).
new a5ac567 Update NEWS feature test macro description of TS 18661-1 support.
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:
NEWS | 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 binutils-gdb.
from 87903ea Fix bugs with float compare and Inf operands.
new 514b852 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 gdb-7.12-branch
in repository binutils-gdb.
from 599ee12 Automatic date update in version.in
new 85fdf6c 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 binutils-2_27-branch
in repository binutils-gdb.
from 316f923 Automatic date update in version.in
new 9653585 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 clang-tools-extra.
from f425463 Comment out char16_t and char32_t tests
new c1f42fc [clang-tidy] Ignore `size() == 0` in the container implementation.
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:
clang-tidy/readability/ContainerSizeEmptyCheck.cpp | 4 +++-
test/clang-tidy/readability-container-size-empty.cpp | 14 ++++++++++++++
2 files changed, 17 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 6b55606 Legalize metadata in legacy testcases
new 0f7c9fb Legalize metadata in legacy testcases
new 7d9914d Legalize metadata in legacy testcases
new 5cfe3c3 Legalize metadata in legacy testcases
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:
test/Transforms/GlobalOpt/2009-03-05-dbg.ll | 15 +++++++++------
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll | 2 +-
2 files changed, 10 insertions(+), 7 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 glibc.
from 7f7dd1d Update miscellaneous files from upstream sources.
new f88759e Fix nss_nisplus build with mainline GCC (bug 20978).
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 | 4 ++++
nis/nss_nisplus/nisplus-alias.c | 2 +-
2 files changed, 5 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 54f9742 [WebAssembly] Fix the opcode value for i64.rotr.
new 9cccec8 [AsmWriter] Remove redundant cast<>s. NFC.
new 8097fcb [GlobalISel] Add basic Selector-emitter tblgen backend.
new 6b55606 Legalize metadata in legacy testcases
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:
include/llvm/Target/Target.td | 5 +
include/llvm/Target/TargetGlobalISel.td | 29 ++
lib/IR/AsmWriter.cpp | 4 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 12 +-
lib/Target/AArch64/AArch64InstructionSelector.h | 4 +
lib/Target/AArch64/CMakeLists.txt | 3 +
.../AArch64/arm64-2011-03-17-AsmPrinterCrash.ll | 8 +-
.../ARM/2010-06-25-Thumb2ITInvalidIterator.ll | 3 +
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/CodeGenDAGPatterns.h | 2 +
utils/TableGen/GlobalISelEmitter.cpp | 388 +++++++++++++++++++++
utils/TableGen/TableGen.cpp | 8 +-
utils/TableGen/TableGenBackends.h | 1 +
13 files changed, 456 insertions(+), 12 deletions(-)
create mode 100644 include/llvm/Target/TargetGlobalISel.td
create mode 100644 utils/TableGen/GlobalISelEmitter.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 lldb.
from eb230eb [CMake] Support distribution install for LLDB.framework
new 47baba3 specify -DNDEBUG for BNI builds of all targets in the Xcode build
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:
lldb.xcodeproj/project.pbxproj | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.