This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 589c5da [AArch64][MachineLegalizer] Mark v2s32 G_LOAD as legal.
new 082e838 [AArch64][InstructionSelector] Teach the selector how to hand [...]
new 7d96c0b [AArch64][InstructionSelector] Teach how to select FP load/store.
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/AArch64InstructionSelector.cpp | 9 ++
.../AArch64/GlobalISel/arm64-instructionselect.mir | 140 +++++++++++++++++++++
2 files changed, 149 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 4118bd2 [Driver][Diagnostics] Make 'show option names' default for dr [...]
new 5733999 Aligned allocation versus CUDA: make deallocation function pr [...]
new 651a37d [Sema] Add explicit move constructor for ExpressionEvaluation [...]
new 81b0670 Add an option to save the backend-produced YAML optimization [...]
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:
include/clang/Driver/CC1Options.td | 3 +
include/clang/Driver/Options.td | 9 +++
include/clang/Frontend/CodeGenOptions.h | 4 ++
include/clang/Sema/Sema.h | 18 ++++--
lib/CodeGen/CodeGenAction.cpp | 23 +++++++
lib/Driver/Tools.cpp | 33 ++++++++++
lib/Frontend/CompilerInvocation.cpp | 4 ++
lib/Sema/SemaCUDA.cpp | 73 ++++------------------
lib/Sema/SemaExprCXX.cpp | 60 ++++++++++--------
.../Inputs/opt-record.proftext} | 7 ++-
test/CodeGen/opt-record.c | 33 ++++++++++
test/Driver/opt-record.c | 18 ++++++
test/SemaCUDA/call-host-fn-from-device.cu | 13 ++++
13 files changed, 202 insertions(+), 96 deletions(-)
copy test/{Frontend/Inputs/optimization-remark-with-hotness.proftext => CodeGen/In [...]
create mode 100644 test/CodeGen/opt-record.c
create mode 100644 test/Driver/opt-record.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 9c78fe6 Fix a bug in DbiStreamBuilder::addDbgStream.
new 51c08b7 Revert r283824 and r283823: Define DbiStreamBuilder::addDbgSt [...]
new 589c5da [AArch64][MachineLegalizer] Mark v2s32 G_LOAD as legal.
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/DebugInfo/PDB/Raw/DbiStreamBuilder.h | 11 --------
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h | 1 -
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 32 ++--------------------
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 2 +-
.../AArch64/GlobalISel/legalize-load-store.mir | 4 +++
5 files changed, 7 insertions(+), 43 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 8bd553f Store FileEntry::Filename as a StringRef instead of raw point [...]
new 4118bd2 [Driver][Diagnostics] Make 'show option names' default for dr [...]
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/Frontend/CompilerInvocation.h | 3 ++-
lib/Frontend/CompilerInvocation.cpp | 11 +++++++----
test/Driver/show-option-names.c | 5 +++++
3 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 test/Driver/show-option-names.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 gcc.
from 648c681 Infer and push new value ranges for x in y < x. gcc/ChangeLog:
new 536b776 Accidentally failed to commit these earlier, as part of:
new bc84e51 compiler: move Backend/Linemap creation out of front end.
new cc6844a Daily bump.
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/DATESTAMP | 2 +-
gcc/go/ChangeLog | 10 ++
gcc/go/go-c.h | 10 +-
gcc/go/go-gcc.cc | 1 +
gcc/{config/i386/winnt-stubs.c => go/go-gcc.h} | 30 ++--
gcc/go/go-lang.c | 3 +
gcc/go/go-linemap.cc | 2 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 4 -
gcc/go/gofrontend/go-linemap.h | 4 -
gcc/go/gofrontend/go.cc | 3 +-
.../bug051.go => libgo/go/runtime/write_err.go | 14 +-
libgo/go/runtime/write_err_android.go | 160 +++++++++++++++++++++
libgo/runtime/go-print.c | 36 -----
14 files changed, 203 insertions(+), 78 deletions(-)
copy gcc/{config/i386/winnt-stubs.c => go/go-gcc.h} (59%)
copy gcc/testsuite/go.test/test/fixedbugs/bug051.go => libgo/go/runtime/write_err. [...]
create mode 100644 libgo/go/runtime/write_err_android.go
delete mode 100644 libgo/runtime/go-print.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 gcc-6-branch
in repository gcc.
from c672eb6 * sv.po: Update.
new 4e74354 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from a811cc0 * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
new f8d7a7d Daily bump.
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/DATESTAMP | 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 lld.
from 49a3915 Add section header stream to PDB.
new d5537f1 [ThinLTO] Attempt to fix the test (and the bots).
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/ELF/lto/thinlto.ll | 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 binutils-gdb.
from 82057c7 S/390: Move binary start to 16M.
new 3b202c1 Automatic date update in version.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:
bfd/version.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 gdb-7.12-branch
in repository binutils-gdb.
from 5f8cf6c Automatic date update in version.in
new 2556009 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.