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 0b95585 [ASAN] Pass previous stack information through __sanitizer_fi [...]
new e398a5c [compiler-rt] Fix interception of multiple defined symbols.
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/interception/interception_win.cc | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 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 e0722a9 libgo: fix for runtime/check failure with "-O0 -g"
new 0735186 * include/std/chrono (system_clock): Fix typo in comment.
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:
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/include/std/chrono | 2 +-
2 files 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 b835e6e Teach LiveDebugValues about lexical scopes.
new 4478320 Don't look through addrspacecast in GetPointerBaseWithConstantOffset
new 77f586a [X86][AVX] Add test showing that VBROADCAST loads don't corre [...]
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/ValueTracking.cpp | 9 +++-
test/CodeGen/X86/avx-vbroadcast.ll | 59 +++++++++++++++++++++++++++
test/Transforms/GVN/PRE/rle-addrspace-cast.ll | 14 +++++++
test/Transforms/GVN/PRE/rle.ll | 13 ------
test/Transforms/GVN/addrspace-cast.ll | 21 ++++++++++
5 files changed, 101 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/GVN/PRE/rle-addrspace-cast.ll
create mode 100644 test/Transforms/GVN/addrspace-cast.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 gcc.
from f8d3dfa If strchr can't be folded in gimple-fold, we still need to fa [...]
new a0d6c22 Check for overflow in filesystem::last_write_time
new e0722a9 libgo: fix for runtime/check failure with "-O0 -g"
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 1 +
libgo/Makefile.in | 1 +
libstdc++-v3/ChangeLog | 9 ++
libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 30 ++++--
.../filesystem/operations/last_write_time.cc | 111 +++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_fs.h | 21 +++-
8 files changed, 162 insertions(+), 15 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/operations/last_ [...]
--
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 89584ae Rewrite loops to use range-based for. (NFC)
new b835e6e Teach LiveDebugValues about lexical scopes.
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/CodeGen/LiveDebugValues.cpp | 51 ++++-
test/CodeGen/ARM/dbg-range-extension.mir | 1 -
test/DebugInfo/COFF/register-variables.ll | 8 +-
test/DebugInfo/MIR/X86/livedebugvalues-limit.mir | 228 +++++++++++++++++++++++
test/DebugInfo/X86/fission-ranges.ll | 6 +-
5 files changed, 278 insertions(+), 16 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/livedebugvalues-limit.mir
--
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 16d9f68 Trying to buildbot failures caused by r282577.
new 9221270 [CUDA] added __nvvm_atom_{sys|cta}_* builtins.
new 6a96fd6 [CUDA] Added support for CUDA-8
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:
include/clang/Basic/BuiltinsNVPTX.def | 73 ++++++
lib/Basic/Targets.cpp | 15 +-
lib/CodeGen/CGBuiltin.cpp | 111 ++++++++-
lib/Driver/ToolChains.cpp | 50 ++--
lib/Headers/__clang_cuda_runtime_wrapper.h | 20 +-
test/CodeGen/builtins-nvptx.c | 266 ++++++++++++++++++++-
...compute_20.10.bc => libdevice.compute_30.10.bc} | 0
.../cuda/nvvm/libdevice/libdevice.compute_50.10.bc | 0
test/Driver/cuda-detect.cu | 18 +-
9 files changed, 512 insertions(+), 41 deletions(-)
rename test/Driver/Inputs/CUDA/usr/local/cuda/nvvm/libdevice/{libdevice.compute_20 [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/CUDA_80/usr/local/cud [...]
--
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-5-branch
in repository gcc.
from 6a8264d backport from mainline 2016-09-23 Bernd Edlinger <bernd.edl [...]
new 1710bc2 Correct libgcc complex multiply excess precision handling (PR [...]
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:
libgcc/ChangeLog | 8 ++++++++
libgcc/libgcc2.c | 8 ++++----
2 files changed, 12 insertions(+), 4 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 2fd72fd [SCEV] Use a SmallPtrSet as a temporary union predicate; NFC
new 2714064 [NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instructions.
new 89584ae Rewrite loops to use range-based for. (NFC)
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:
include/llvm/IR/IntrinsicsNVVM.td | 33 +++++
lib/CodeGen/LexicalScopes.cpp | 22 +--
lib/Target/NVPTX/NVPTX.td | 9 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 37 +++--
lib/Target/NVPTX/NVPTXInstrInfo.td | 4 +
lib/Target/NVPTX/NVPTXIntrinsics.td | 196 ++++++++++++++++++++++++++
lib/Target/NVPTX/NVPTXSubtarget.cpp | 2 -
lib/Target/NVPTX/NVPTXSubtarget.h | 8 ++
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 23 +++
test/CodeGen/NVPTX/atomics-with-scope.ll | 187 ++++++++++++++++++++++++
10 files changed, 488 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/NVPTX/atomics-with-scope.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 llvm.
from bb15ebf Revert "In visitSTORE, always use FindBetterChain, rather tha [...]
new 2fd72fd [SCEV] Use a SmallPtrSet as a temporary union predicate; NFC
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/ScalarEvolution.h | 33 ++++++---
lib/Analysis/ScalarEvolution.cpp | 120 +++++++++++++++++---------------
2 files changed, 90 insertions(+), 63 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 binutils-gdb.
from 9eaff86 Fix seg-fault in the linker introduced by the previous delta.
new 4435e1c Small improvements to the remote protocol manual
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/doc/ChangeLog | 15 +++++++++++++
gdb/doc/gdb.texinfo | 63 ++++++++++++++++++++++++++++++-----------------------
2 files changed, 51 insertions(+), 27 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 a9cf082 Reverting r282565.
new 5cc0f41 zorg Xcode python test suite target arch update
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 | 4 ++--
1 file changed, 2 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 lld.
from fc813c9 [ELF] Support -z max-page-size option
new 6447804 Sort headers. NFC.
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:
ELF/InputFiles.cpp | 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 21ce832 PR middle-end/77683 - ICE on %lf directive in format_floating in
new 3e82201 PR c/77762 - Incorrect destination buffer length in -Wformat- [...]
new f8d3dfa If strchr can't be folded in gimple-fold, we still need to fa [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/gimple-fold.c | 5 ++++-
gcc/gimple-ssa-sprintf.c | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 10 +++++-----
5 files changed, 30 insertions(+), 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 llvm.
from e9067af [x86] Accept 'retn' as an alias to 'ret[lqw]'\'ret' (At&t\Intel)
new 3cdcff0 [AVR] Rename the builtin calling convention names
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/AVR/AVRCallingConv.td | 6 +++---
1 file changed, 3 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 gcc.
from af5841e PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due to
new 21ce832 PR middle-end/77683 - ICE on %lf directive in format_floating 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:
gcc/ChangeLog | 8 +++++++
gcc/gimple-ssa-sprintf.c | 28 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 ++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 6 +++++
4 files changed, 44 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 gcc-6-branch
in repository gcc.
from f110c8a libstdc++/77686 use may_alias for std::function storage
new fd89591 Correct libgcc complex multiply excess precision handling (PR [...]
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:
libgcc/ChangeLog | 8 ++++++++
libgcc/libgcc2.c | 8 ++++----
2 files changed, 12 insertions(+), 4 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 a6d3e00 In visitSTORE, always use FindBetterChain, rather than only w [...]
new e9067af [x86] Accept 'retn' as an alias to 'ret[lqw]'\'ret' (At&t\Intel)
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/X86/X86InstrInfo.td | 6 ++++++
test/MC/X86/ret.s | 16 ++++++++++++++++
2 files changed, 22 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 gcc.
from ecccbf0 2016-09-27 Richard Biener <rguenther(a)suse.de>
new af5841e PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due to
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 | 5 +++++
gcc/varasm.c | 4 +++-
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 master
in repository llvm.
from f66c56c [AVR] Add AVRMCTargetDesc.cpp
new ed9eecc [AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp
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/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 2 ++
1 file changed, 2 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 99e90f4 Also use the proper register numbers on CloudABI.
new 4289761 libunwind: Add OpenBSD case for _Unwind_Ptr typedef
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 +-
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 llvm.
from 478cda0 [AVR] Update the signature of createAVRAsmBackend
new f66c56c [AVR] Add AVRMCTargetDesc.cpp
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/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 96 +++++++++++++++++++++++++
lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | 4 --
3 files changed, 97 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.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 lld.
from 15204c4 [ELF] Ignore sections flagged with SHF_EXCLUDE
new 74c1fe6 [ELF] - Created new "Invalid" subfolder for testcases.
new fc813c9 [ELF] Support -z max-page-size option
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:
ELF/Config.h | 3 +-
ELF/Driver.cpp | 26 +++++---
ELF/LinkerScript.cpp | 2 +-
ELF/Writer.cpp | 8 +--
test/ELF/{ => Invalid}/Inputs/invalid-binding.elf | Bin
.../{ => Invalid}/Inputs/invalid-cie-version2.elf | Bin
.../{ => Invalid}/Inputs/invalid-data-encoding.a | Bin
test/ELF/{ => Invalid}/Inputs/invalid-file-class.a | Bin
.../Inputs/invalid-multiple-eh-relocs.elf | Bin
.../{ => Invalid}/Inputs/invalid-section-index.elf | Bin
.../Inputs/invalid-shentsize-zero.elf | Bin
test/ELF/{ => Invalid}/Inputs/invalid-shstrndx.so | Bin
.../Inputs/invalid-symtab-sh_info.elf | Bin
test/ELF/{ => Invalid}/eh-frame-hdr-no-out.s | 0
test/ELF/{ => Invalid}/invalid-elf.test | 0
test/ELF/{ => Invalid}/merge-invalid-size.s | 0
test/ELF/linkerscript/page-size.s | 68 +++++++++++++++++++++
17 files changed, 93 insertions(+), 14 deletions(-)
rename test/ELF/{ => Invalid}/Inputs/invalid-binding.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-cie-version2.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-data-encoding.a (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-file-class.a (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-multiple-eh-relocs.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-section-index.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-shentsize-zero.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-shstrndx.so (100%)
mode change 100755 => 100644
rename test/ELF/{ => Invalid}/Inputs/invalid-symtab-sh_info.elf (100%)
rename test/ELF/{ => Invalid}/eh-frame-hdr-no-out.s (100%)
rename test/ELF/{ => Invalid}/invalid-elf.test (100%)
rename test/ELF/{ => Invalid}/merge-invalid-size.s (100%)
create mode 100644 test/ELF/linkerscript/page-size.s
--
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 435dd3c [InstSimplify] allow or-of-icmps folds with vector splat constants
new fcd2ef9 [AVR] Enable the assembly parser
new 478cda0 [AVR] Update the signature of createAVRAsmBackend
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/AVR/AVR.td | 31 ++++++++++++++-------------
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 2 ++
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 4 +++-
3 files changed, 21 insertions(+), 16 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 656a511 [InstSimplify] add vector splat tests for or-of-icmps
new 435dd3c [InstSimplify] allow or-of-icmps folds with vector splat constants
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/Analysis/InstructionSimplify.cpp | 23 +++++++++----------
test/Transforms/InstSimplify/AndOrXor.ll | 38 +++++---------------------------
2 files changed, 17 insertions(+), 44 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 f21c98a [ARC] Add simple shift/rotate ops.
new f525bed [ARC] New CPU C-define handler.
new a124fe8 2016-09-28 Richard Biener <rguenther(a)suse.de>
new ecccbf0 2016-09-27 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 36 +++++++++
gcc/config.gcc | 2 +
gcc/config/arc/arc-c.c | 69 ++++++++++++++++
gcc/config/arc/arc-c.def | 68 ++++++++++++++++
gcc/config/arc/arc-protos.h | 1 +
gcc/config/arc/arc.h | 56 +------------
gcc/config/arc/{t-arc-uClibc => t-arc} | 25 ++++--
gcc/dwarf2out.c | 143 +++++++++++++++++++++++----------
8 files changed, 296 insertions(+), 104 deletions(-)
create mode 100644 gcc/config/arc/arc-c.c
create mode 100644 gcc/config/arc/arc-c.def
copy gcc/config/arc/{t-arc-uClibc => t-arc} (61%)
--
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 c17583a [InstSimplify] allow and-of-icmps folds with vector splat constants
new 656a511 [InstSimplify] add vector splat tests for or-of-icmps
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/Transforms/InstSimplify/AndOrXor.ll | 92 ++++++++++++++++++++++++++++++++
1 file changed, 92 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 llvm.
from 504fa86 [AVR] Merge most recent changes to AVRInstrInfo.td
new c17583a [InstSimplify] allow and-of-icmps folds with vector splat constants
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/Analysis/InstructionSimplify.cpp | 19 +++++----
test/Transforms/InstSimplify/AndOrXor.ll | 66 ++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+), 10 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 5533629 [AVR] Update the data layout
new 504fa86 [AVR] Merge most recent changes to AVRInstrInfo.td
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/AVR/AVRInstrInfo.td | 106 +++++++++++++++++++++++++++++++++--------
1 file changed, 85 insertions(+), 21 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 libunwind.
from 9feea20 [libunwind] Add support for a single-threaded libunwind build
new 99e90f4 Also use the proper register numbers on CloudABI.
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/libunwind.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 llvm.
from e62cb24 [AVR] Allow llvm-objdump to handle AVR ELF files
new 38e3973 [AVR] Handle AVR relocations when handling ELF files
new 5533629 [AVR] Update the data layout
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/Object/ELF.cpp | 7 +++++++
lib/Target/AVR/AVRTargetMachine.cpp | 4 +++-
2 files changed, 10 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 gcc.
from cfa852a 2016-09-28 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new f21c98a [ARC] Add simple shift/rotate ops.
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 | 5 +++++
gcc/config/arc/arc.md | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 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 llvm.
from 62464a3 [AVR] Add assembly parser
new e62cb24 [AVR] Allow llvm-objdump to handle AVR ELF files
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:
tools/llvm-objdump/llvm-objdump.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 154ed2a [X86][FastISel] Use a COPY from K register to a GPR instead o [...]
new 62464a3 [AVR] Add assembly parser
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/AVR/AsmParser/AVRAsmParser.cpp | 629 +++++++++++++++++++++
lib/Target/AVR/AsmParser/CMakeLists.txt | 3 +
.../AVR/{MCTargetDesc => AsmParser}/LLVMBuild.txt | 6 +-
lib/Target/AVR/CMakeLists.txt | 2 +
lib/Target/AVR/LLVMBuild.txt | 2 +-
5 files changed, 638 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/AVR/AsmParser/AVRAsmParser.cpp
create mode 100644 lib/Target/AVR/AsmParser/CMakeLists.txt
copy lib/Target/AVR/{MCTargetDesc => AsmParser}/LLVMBuild.txt (81%)
--
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-5-branch
in repository gcc.
from 4e0b06a libstdc++/77686 use may_alias for std::function storage
new 6a8264d backport from mainline 2016-09-23 Bernd Edlinger <bernd.edl [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/ubsan/object-size-9.c | 4 ++++
2 files changed, 13 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 clang.
from 1574e43 [X86] Remove the mm_malloc.h include guard hack from the X86 [...]
new 16d9f68 Trying to buildbot failures caused by r282577.
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/Tooling/Core/Replacement.cpp | 7 ++++++-
1 file changed, 6 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 gcc-5-branch
in repository gcc.
from 92516d5 Daily bump.
new 4e0b06a libstdc++/77686 use may_alias for std::function storage
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/std/functional | 2 +-
2 files changed, 6 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 compiler-rt.
from 6eef723 [lsan] [aarch64] Fix calculating TLS area
new 0b95585 [ASAN] Pass previous stack information through __sanitizer_fi [...]
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/sanitizer/common_interface_defs.h | 4 +-
lib/asan/asan_thread.cc | 16 ++++-
lib/asan/asan_thread.h | 3 +-
.../asan/TestCases/Linux/swapcontext_annotation.cc | 74 +++++++++++++++-------
4 files changed, 68 insertions(+), 29 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 bad6473 * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' [...]
new 8d9e3eb6 2016-09-28 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new cfa852a 2016-09-28 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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:
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/pr77550.C | 11 +++++++----
gcc/testsuite/gcc.dg/tree-ssa/pr68198.c | 2 +-
3 files changed, 15 insertions(+), 5 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-6-branch
in repository gcc.
from 4b7c7ac Daily bump.
new f110c8a libstdc++/77686 use may_alias for std::function storage
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/std/functional | 2 +-
2 files changed, 6 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 926244f Strip trailing whitespace
new 154ed2a [X86][FastISel] Use a COPY from K register to a GPR instead o [...]
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/X86/X86FastISel.cpp | 58 +++++++++++++++++--------------
test/CodeGen/X86/avx512-fsel.ll | 3 +-
test/CodeGen/X86/fast-isel-load-i1.ll | 15 ++++++++
test/CodeGen/X86/fast-isel-select-cmov.ll | 9 +++--
4 files changed, 54 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/X86/fast-isel-load-i1.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 gcc.
from c80b93b [ARC COMMITTED] MAINTAINERS (Reviewers): Add myself.
new bad6473 * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' [...]
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 | 5 +++++
gcc/gimple-pretty-print.c | 13 ++++---------
2 files changed, 9 insertions(+), 9 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 e33a23f Add INTERNAL_SYSCALL_CALL
new 32daf20 Minor correction to the "installed header hygiene" patches.
new 8d3bd94 Minor corrections to scripts/check-installed-headers.sh.
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:
ChangeLog | 8 ++++++++
scripts/check-installed-headers.sh | 11 ++++++++---
sysdeps/unix/sysv/linux/s390/sys/ucontext.h | 4 ++--
3 files changed, 18 insertions(+), 5 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 b2b4df3 libstdc++/77686 use may_alias for std::function storage
new 85dd8d9 Optimize strchr (s, 0) to s + strlen (s). strchr (s, 0) appe [...]
new c80b93b [ARC COMMITTED] MAINTAINERS (Reviewers): Add myself.
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:
ChangeLog | 4 +++
MAINTAINERS | 1 +
gcc/ChangeLog | 7 +++++
gcc/gimple-fold.c | 51 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 11 ++++++++
gcc/testsuite/gcc.dg/strlenopt-20.c | 4 +--
gcc/testsuite/gcc.dg/strlenopt-21.c | 4 +--
gcc/testsuite/gcc.dg/strlenopt-22.c | 4 +--
gcc/testsuite/gcc.dg/strlenopt-22g.c | 4 +--
gcc/testsuite/gcc.dg/strlenopt-26.c | 3 ++-
gcc/testsuite/gcc.dg/strlenopt-5.c | 4 +--
gcc/testsuite/gcc.dg/strlenopt-7.c | 4 +--
gcc/testsuite/gcc.dg/strlenopt-9.c | 4 +--
13 files changed, 90 insertions(+), 15 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 2db5109 [SystemZ] Implementation of getUnrollingPreferences().
new 926244f Strip trailing whitespace
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/X86/X86ISelLowering.cpp | 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.
from 9fecde6 ASTMerge: specify arch for GCCAsmStmt test explicitly to calm [...]
new 7fc60d9 Merge conflicting replacements when they are order-independent.
new e716c9e ASTMerge: explicitly specify arch for GCCAsmStmt test to calm [...]
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:
include/clang/Tooling/Core/Replacement.h | 37 +++++-
lib/Tooling/Core/Replacement.cpp | 107 +++++++++++++++--
test/ASTMerge/Inputs/asm-function.cpp | 11 ++
test/ASTMerge/asm.cpp | 7 ++
unittests/Tooling/RefactoringTest.cpp | 192 +++++++++++++++++++++++++++++--
5 files changed, 331 insertions(+), 23 deletions(-)
create mode 100644 test/ASTMerge/Inputs/asm-function.cpp
create mode 100644 test/ASTMerge/asm.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 release_39
in repository libunwind.
from 6f12065 Merging r278029 with version number adjusted: --------------- [...]
new 63ed8dc [3.9.1] Merge r279871 - [ARM] Adding .arch directives around [...]
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/UnwindRegistersRestore.S | 2 ++
src/UnwindRegistersSave.S | 2 ++
2 files 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 libunwind.
from a2a8dc6 Add missing _US_ACTION_MASK constant to unwind.h
new 9feea20 [libunwind] Add support for a single-threaded libunwind 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:
CMakeLists.txt | 6 ++++++
src/CMakeLists.txt | 4 +++-
src/UnwindCursor.hpp | 8 +++++++-
src/Unwind_AppleExtras.cpp | 18 +++++++++++++-----
src/config.h | 23 ++++++++++++++++-------
5 files changed, 45 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.