This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6e7b3cb19 [MinGW] Ignore the --enable-auto-import flag
new 27930c8bd Move bit operations to a new file, ELF/Bits.h.
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/Bits.h | 35 +++++++++++++++++++++++++++++++++++
ELF/SyntheticSections.cpp | 14 +-------------
2 files changed, 36 insertions(+), 13 deletions(-)
create mode 100644 ELF/Bits.h
--
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 7d937df6d02 [X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_SEXT_ [...]
new b1bfcf247fd Do not add discriminator encoding for debug intrinsics.
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/Transforms/Utils/LoopUnroll.cpp | 5 +++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 3 ++-
test/Transforms/LoopVectorize/discriminator.ll | 14 ++++++++++----
3 files changed, 15 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 clang.
from 28250cddca [www] Regenerate diagnostics reference.
new 290485ca2f [CGBlocks] Improve line info in backtraces containing *_help [...]
new feb6dd4fa2 [X86][Driver] Move all of the X86 feature flags to one spot [...]
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/Driver/Options.td | 246 ++++++++++++++++++-----------------
lib/CodeGen/CGBlocks.cpp | 8 +-
test/CodeGenObjC/debug-info-blocks.m | 21 +--
3 files changed, 140 insertions(+), 135 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 97d365b0a79 [X86] Teach the assembly parser to warn on duplicate regist [...]
new 7d937df6d02 [X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_SEXT_ [...]
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/X86ISelDAGToDAG.cpp | 14 +-------------
lib/Target/X86/X86ISelLowering.cpp | 21 +++++++++++++++++++--
test/CodeGen/X86/divrem8_ext.ll | 4 +---
3 files changed, 21 insertions(+), 18 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 1af8077b280 [TableGen] Use Twine instead of std::string concatenation i [...]
new fa00b3d52d6 [LICM] Restructure implicit exit handling to be more clear [NFCI]
new 97d365b0a79 [X86] Teach the assembly parser to warn on duplicate regist [...]
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/X86/AsmParser/X86AsmParser.cpp | 71 +++++++++++++++++++++++++++++++
lib/Transforms/Scalar/LICM.cpp | 61 ++++++++++++++------------
test/MC/X86/gather.s | 19 +++++++++
3 files changed, 124 insertions(+), 27 deletions(-)
create mode 100644 test/MC/X86/gather.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 clang.
from 38a85bd42a Fix C++ testcase I forgot to add to r316689.
new 28250cddca [www] Regenerate diagnostics reference.
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/DiagnosticsReference.rst | 796 +++++++++++++++++++++++++++++++++++-------
1 file changed, 668 insertions(+), 128 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 ed2fbf76593 Fix hyphenation build-time path and install-time path.
new 0bdc995faa5 2017-10-26 Sandra Loosemore <sandra(a)codesourcery.com>
new 26edd35f7b9 2017-10-26 Sandra Loosemore <sandra(a)codesourcery.com>
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 | 31 ++++++
gcc/config/nios2/constraints.md | 4 +-
gcc/config/nios2/nios2-protos.h | 1 +
gcc/config/nios2/nios2.c | 109 +++++++++++++++++++--
gcc/config/nios2/nios2.opt | 8 ++
gcc/doc/invoke.texi | 27 +++++
gcc/testsuite/ChangeLog | 8 ++
.../nios2/{gpopt-local.c => gpopt-gprel-sec.c} | 6 +-
.../nios2/{gpopt-local.c => gpopt-r0rel-sec.c} | 10 +-
9 files changed, 184 insertions(+), 20 deletions(-)
copy gcc/testsuite/gcc.target/nios2/{gpopt-local.c => gpopt-gprel-sec.c} (86%)
copy gcc/testsuite/gcc.target/nios2/{gpopt-local.c => gpopt-r0rel-sec.c} (77%)
--
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 9d9424425 [Sanitizers] Set default allocator_release_to_os_interval_ms [...]
new e27514e61 [LSan] Enable LSan tests on PPC64 Linux.
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:
cmake/config-ix.cmake | 2 +-
test/lsan/TestCases/use_registers.cc | 5 +++++
test/lsan/lit.common.cfg | 2 +-
3 files changed, 7 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 llvm.
from 2555ced389d Support/reg*.h: Make headers include their dependencies
new 1af8077b280 [TableGen] Use Twine instead of std::string concatenation i [...]
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:
utils/TableGen/SubtargetEmitter.cpp | 8 ++++----
1 file changed, 4 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 gcc.
from 168ec6c467c Fix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in gimple_copy
new d04d3b0ee06 Add some usage info -fdebug-prefix-map= docs.
new ed2fbf76593 Fix hyphenation build-time path and install-time path.
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 | 4 ++++
gcc/doc/invoke.texi | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.