This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4a1e65760d Add Python 3 support to clang.cindex
new 59a0c5ecb8 [index] Record class template specializations using a new 'S [...]
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/clang/Index/IndexSymbol.h | 3 ++-
lib/Index/IndexDecl.cpp | 14 ++++++++++++--
lib/Index/IndexSymbol.cpp | 2 ++
lib/Index/IndexTypeSourceInfo.cpp | 5 +++--
lib/Index/IndexingContext.cpp | 1 +
lib/Index/IndexingContext.h | 3 ++-
test/Index/Core/index-source.cpp | 20 ++++++++++++++++++++
7 files changed, 42 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 llvm.
from 82afafa9447 [AArch64] Fix handling of zero immediate in fmov instructions
new 4d16adb1878 [ARM] Fix handling of mapping symbols when changing 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:
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 2 +-
test/MC/ARM/multi-section-mapping.s | 19 ++++++++++++++++++-
2 files changed, 19 insertions(+), 2 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 498621e8159 * BASE-VER: Set to 8.0.0.
new 60df2adb2a5 doc: mention handling of {0} in -Wmissing-field-initializer [...]
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 | 6 ++++++
gcc/doc/invoke.texi | 10 +++++++++-
2 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 6a1c705057b [ARM] Rename HW div feature to HW div Thumb. NFCI.
new f805a0cc2d8 [AArch64] Fix handling of integer fp immediates
new 82afafa9447 [AArch64] Fix handling of zero immediate in fmov instructions
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/Target/AArch64/AArch64InstrInfo.td | 5 +++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 55 ++++++++---------------
test/MC/AArch64/basic-a64-diagnostics.s | 24 +++++++---
3 files changed, 42 insertions(+), 42 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 ba88279757 Add #pragma clang attribute support to the availability attribute
new 4a1e65760d Add Python 3 support to clang.cindex
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:
bindings/python/clang/__init__.py | 8 --
bindings/python/clang/cindex.py | 112 ++++++++++++++++-----
.../python/tests/cindex/test_translation_unit.py | 7 +-
3 files changed, 92 insertions(+), 35 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 gcc-7-branch
in repository gcc.
at 55302d1ec89 Create gcc-7-branch
This branch includes the following new commits:
new 55302d1ec89 Create gcc-7-branch
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 gcc.
from 7369309777f [ARM] Fix type for .init_array.* and .fini_array.* sections
new 498621e8159 * BASE-VER: Set to 8.0.0.
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/BASE-VER | 2 +-
gcc/ChangeLog | 4 ++++
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 6366ebb69b1 [APInt] In slt/sgt(uint64_t), only call getMinSignedBits if [...]
new 6a1c705057b [ARM] Rename HW div feature to HW div Thumb. NFCI.
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/Support/ARMTargetParser.def | 38 ++++-----
include/llvm/Support/TargetParser.h | 2 +-
lib/Support/TargetParser.cpp | 2 +-
lib/Target/ARM/ARM.td | 43 +++++-----
lib/Target/ARM/ARMFastISel.cpp | 3 +-
lib/Target/ARM/ARMISelLowering.cpp | 6 +-
lib/Target/ARM/ARMInstrInfo.td | 4 +-
lib/Target/ARM/ARMInstrThumb2.td | 4 +-
lib/Target/ARM/ARMSubtarget.h | 6 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 +-
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 4 +-
unittests/Support/TargetParserTest.cpp | 97 ++++++++++++-----------
12 files changed, 111 insertions(+), 102 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 63a2eae tcwg-llvm-*: Use reference git clone
new 806d975 tcwg-llvm-build.sh: Use --revision argument
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:
tcwg-llvm-build.sh | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e3fc7c8 jenkins-helpers: New functions: print_label_*
new 63a2eae tcwg-llvm-*: Use reference git clone
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:
tcwg-llvm-build.sh | 13 +++++++++++--
tcwg-llvm-testsuite.sh | 15 +++++++++++++--
2 files changed, 24 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.