This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e83ab54 * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG. [...]
new 40bbfc1 gcc/ChangeLog:
new 6cec5c6 gcc/ChangeLog:
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/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/g++.dg/torture/pr71281.C | 63 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71408.c | 30 ++++++++++++++++
gcc/tree-ssa-reassoc.c | 7 ++--
5 files changed, 119 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr71281.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71408.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 llvm.
from 052c9ee Verifier: Simplify and fix issue where we were not verifying [...]
new 968f991 [codeview] Emit information about global variables
new 2fce618 Attempt to work around lack of std::map::emplace in libstdc++4.7
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 105 +++++++++++++++++-----
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 11 +++
lib/DebugInfo/Symbolize/Symbolize.cpp | 3 +-
test/DebugInfo/COFF/asm.ll | 11 ++-
test/DebugInfo/COFF/globals.ll | 146 +++++++++++++++++++++++++++++++
test/DebugInfo/COFF/multifile.ll | 4 +-
test/DebugInfo/COFF/simple.ll | 14 +--
7 files changed, 260 insertions(+), 34 deletions(-)
create mode 100644 test/DebugInfo/COFF/globals.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 compiler-rt.
from 9d50d61 [libprofile] Also use `env` for this test.
new f2f6037 add -f to rm so the test passes the first time it's run the f [...]
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/profile/Linux/instrprof-file_ex.test | 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 acd5f5a Revert "Retry "[llvm-profdata] Add option to ingest filepaths [...]
new 6039b79 Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"
new d97680d [pdbdump] Verify the size of TPI hash records.
new 052c9ee Verifier: Simplify and fix issue where we were not verifying [...]
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:
docs/CommandGuide/llvm-profdata.rst | 9 ++++
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 5 ++
lib/IR/Verifier.cpp | 28 +++++-----
test/tools/llvm-profdata/input-filenames.test | 16 ++++++
tools/llvm-profdata/llvm-profdata.cpp | 76 ++++++++++++++++++++++-----
unittests/IR/MetadataTest.cpp | 5 ++
6 files changed, 111 insertions(+), 28 deletions(-)
create mode 100644 test/tools/llvm-profdata/input-filenames.test
--
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 89296cb [libprofile] Add %run to a couple tests.
new 9d50d61 [libprofile] Also use `env` for this test.
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/profile/instrprof-icall-promo.test | 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 llvm.
from 8771e17 Retry "[llvm-profdata] Add option to ingest filepaths from a file"
new acd5f5a Revert "Retry "[llvm-profdata] Add option to ingest filepaths [...]
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/CommandGuide/llvm-profdata.rst | 9 ----
test/tools/llvm-profdata/input-filenames.test | 16 ------
tools/llvm-profdata/llvm-profdata.cpp | 71 +++++----------------------
3 files changed, 13 insertions(+), 83 deletions(-)
delete mode 100644 test/tools/llvm-profdata/input-filenames.test
--
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 9fdc667 Improved Visual Studio visualizations for template argument lists
new e9331c3 [CUDA] Add implicit conversion of __launch_bounds__ arguments [...]
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/Sema/SemaDeclAttr.cpp | 41 ++++++++++++++++++++++++++-------------
test/CodeGenCUDA/launch-bounds.cu | 5 +++++
test/SemaCUDA/pr27778.cu | 6 ++++++
3 files changed, 38 insertions(+), 14 deletions(-)
create mode 100644 test/SemaCUDA/pr27778.cu
--
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 3d8b06b Fix dbl-64 asin (sNaN) (bug 20213).
new 3f61232 Fix a typo in comments in memmove-vec-unaligned-erms.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:
ChangeLog | 5 +++++
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S | 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 6510b62 Verifier: Remove dead code.
new 8771e17 Retry "[llvm-profdata] Add option to ingest filepaths from a file"
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/CommandGuide/llvm-profdata.rst | 9 ++++
test/tools/llvm-profdata/input-filenames.test | 16 ++++++
tools/llvm-profdata/llvm-profdata.cpp | 71 ++++++++++++++++++++++-----
3 files changed, 83 insertions(+), 13 deletions(-)
create mode 100644 test/tools/llvm-profdata/input-filenames.test
--
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 029e6f2 Create version.txt in a reproduce archive file.
new b75bd9c Ignore the "globally available" version.
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 +-
test/ELF/Inputs/version-use.script | 6 ++++++
test/ELF/Inputs/version-use.so | Bin 0 -> 2720 bytes
test/ELF/version-use.s | 9 +++++++++
4 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/version-use.script
create mode 100755 test/ELF/Inputs/version-use.so
create mode 100644 test/ELF/version-use.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.