This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from def5c17 [RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.
new 0d170a8 [SimplifyCFG] propagate branch metadata when creating select
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/SimplifyCFG.cpp | 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 clang.
from d62c9cc [OpenMP] Map clause codegeneration.
new 8822338 [OpenMP] Code generation for target data directive
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/CGOpenMPRuntime.cpp | 455 +++++++++++++++++++++++++-----------
lib/CodeGen/CGOpenMPRuntime.h | 12 +
lib/CodeGen/CGStmtOpenMP.cpp | 34 ++-
test/OpenMP/target_data_codegen.cpp | 248 ++++++++++++++++++++
4 files changed, 609 insertions(+), 140 deletions(-)
create mode 100644 test/OpenMP/target_data_codegen.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 llvm.
from 0d974f8 Fix a bug in llvm-objdump printing of 32-bit addresses for -s [...]
new 3fdd252 [X86] Enable the post-RA-scheduler for clang's default 32-bit cpu.
new def5c17 [RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 3 +-
lib/Target/X86/X86.td | 36 +++++++++++++------
lib/Target/X86/X86Schedule.td | 12 +++++--
test/CodeGen/X86/post-ra-sched.ll | 40 ++++++++++++++++++++++
4 files changed, 78 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/X86/post-ra-sched.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 dfba090 match.pd: unsigned A - B > A --> A < B
new 0ef0478 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 4 ++++
gcc/params.def | 2 +-
2 files changed, 5 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 6c76c89 [X86][FastISel] Make sure we use the right register class whe [...]
new 0d974f8 Fix a bug in llvm-objdump printing of 32-bit addresses for -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:
test/tools/llvm-objdump/Inputs/section.macho-armv7 | Bin 0 -> 232 bytes
test/tools/llvm-objdump/macho-sections.test | 4 ++++
tools/llvm-objdump/MachODump.cpp | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-objdump/Inputs/section.macho-armv7
--
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 e5c389d Remove unused LangOpts private variable in HeaderSearch.
new d62c9cc [OpenMP] Map clause codegeneration.
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/CGOpenMPRuntime.cpp | 677 +++++-
lib/Sema/SemaOpenMP.cpp | 50 +-
test/OpenMP/target_firstprivate_codegen.cpp | 2 +-
test/OpenMP/target_map_codegen.cpp | 3252 ++++++++++++++++++++++++++-
4 files changed, 3891 insertions(+), 90 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 d0d678f Fix buildbot failure due to r267792
new 6c76c89 [X86][FastISel] Make sure we use the right register class whe [...]
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 | 10 +++++++++-
test/CodeGen/X86/fast-isel-nontemporal.ll | 6 +++---
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 clang.
from 38f45f2 Minor test simplification (per David Blaikie suggestion).
new e5c389d Remove unused LangOpts private variable in HeaderSearch.
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/HeaderSearch.h | 2 --
lib/Lex/HeaderSearch.cpp | 3 +--
2 files changed, 1 insertion(+), 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 clang.
from d8ee968 [modules] When diagnosing a missing module import, suggest ad [...]
new 38f45f2 Minor test simplification (per David Blaikie suggestion).
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/CodeGenCXX/debug-info-nodebug.cpp | 19 +++++--------------
1 file changed, 5 insertions(+), 14 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 1baab3b [Hexagon] Merging nops in to previous packet rather than alwa [...]
new d0d678f Fix buildbot failure due to r267792
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/PGOProfile/comdat_internal.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.