This is an automated email from the git hooks/post-receive script.
Diana Picus pushed a change to branch linaro-local/diana.picus/test
in repository toolchain/llvm/llvm.
at fb073aa0629 [X86] Remove the model checks from the 486 detection code i [...]
No new revisions were added by this update.
--
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.
Diana Picus pushed a change to branch linaro-local/diana.picus/test
in repository toolchain/llvm/compiler-rt.
at 0efc33137 [XRay] [compiler-rt] fix build by including errno.h into FDR mode
No new revisions were added by this update.
--
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.
Diana Picus pushed a change to branch linaro-local/diana.picus/test
in repository toolchain/llvm/clang.
at 5e43234a29 [mips] Create the correct profiling symbol on Linux MIPS
No new revisions were added by this update.
--
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 svn-tags/RELEASE_501
in repository test-suite.
at 09835d5a Creating release candidate rc1 from release_501 branch
This branch includes the following new commits:
new aaaee0a1 Creating release directory for release_501.
new 09835d5a Creating release candidate rc1 from release_501 branch
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.
--
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 test-suite.
from 6b53ea93 Remove empty folders, as currently the script is configured t [...]
new 47eaa6d2 add microbenchmark litsupport plugin use microbenchmark litsu [...]
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:
MicroBenchmarks/XRay/lit.local.cfg | 7 ++++++
litsupport/modules/microbenchmark.py | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 litsupport/modules/microbenchmark.py
--
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 19a3ba35df2 [AArch64] Use dwarf exception handling on MinGW
new ba9125e489d [PEI] Simplify handling of targets with no phys regs. 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:
lib/CodeGen/PrologEpilogInserter.cpp | 16 +++-------------
1 file changed, 3 insertions(+), 13 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 324e0a9695 [CUDA] Mark CUDA as a no-errno platform.
new 16962ce7c2 [preamble] Also record the "skipping" state of the preprocessor
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/Lex/Preprocessor.h | 33 ++++++++++++++++++++--
lib/Lex/PPDirectives.cpp | 31 ++++++++++++--------
lib/Lex/Preprocessor.cpp | 7 +++++
lib/Serialization/ASTReader.cpp | 16 +++++++++--
lib/Serialization/ASTWriter.cpp | 11 ++++++++
test/Index/preamble-conditionals-inverted.cpp | 4 ++-
...rted.cpp => preamble-conditionals-skipping.cpp} | 12 ++++++--
7 files changed, 96 insertions(+), 18 deletions(-)
copy test/Index/{preamble-conditionals-inverted.cpp => preamble-conditionals-skipp [...]
--
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 ad15b8cce cygwin: ftruncate64: add missing braces
new 1f42dc2bc Make ffsl() and ffsll() BSD-visible
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:
newlib/libc/include/strings.h | 4 +---
1 file changed, 1 insertion(+), 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 e68c23ab263 combine: Print insns we try to combine
new 90b79395dd0 PR82809: register handling in ix86_vector_duplicate_value
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/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pr82809.c | 22 ++++++++++++++++++++++
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr82809.c
--
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 0e72c33de [ELF] - Teach LLD to strip .zdebug_* sections when --strip-de [...]
new 450584fb9 [ELF] - Linkerscript: fixed non-determinism when handling MEMORY.
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/LinkerScript.h | 2 +-
ELF/ScriptParser.cpp | 2 +-
test/ELF/linkerscript/memory3.s | 23 +++++++++++++++++++++++
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/linkerscript/memory3.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.