This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository dejagnu.
from 12028b9 * lib/framework.exp (isremote): New. * doc/dejagnu.texi (is [...]
new 88486ad * runtest.exp: Use isremote. * lib/target.exp: Likewise. * [...]
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 | 13 +++++++++++++
baseboards/androideabi.exp | 2 +-
baseboards/basic-sim.exp | 2 +-
config/gdb-comm.exp | 8 ++++----
config/gdb_stub.exp | 2 +-
config/sim.exp | 4 ++--
config/unix.exp | 2 +-
lib/libgloss.exp | 42 +++++++++++++++++++++---------------------
lib/remote.exp | 18 +++++++++---------
lib/target.exp | 18 +++++++++---------
runtest.exp | 2 +-
11 files changed, 63 insertions(+), 50 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 c574e6780f7 [CMake] build correctly if build path contains whitespace
new 76eded2a273 Revert "Revert r347596 "Support for inserting profile-direc [...]
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/CMakeLists.txt | 2 +
lib/Target/X86/LLVMBuild.txt | 2 +-
lib/Target/X86/X86.h | 7 +
lib/Target/X86/X86DiscriminateMemOps.cpp | 132 +++++++++++
lib/Target/X86/X86InsertPrefetch.cpp | 253 +++++++++++++++++++++
lib/Target/X86/X86TargetMachine.cpp | 2 +
test/CodeGen/X86/O0-pipeline.ll | 2 +
test/CodeGen/X86/O3-pipeline.ll | 2 +
test/CodeGen/X86/discriminate-mem-ops.ll | 55 +++++
test/CodeGen/X86/insert-prefetch-inline.afdo | 4 +
test/CodeGen/X86/insert-prefetch-inline.ll | 76 +++++++
.../CodeGen/X86/insert-prefetch-invalid-instr.afdo | 2 +
test/CodeGen/X86/insert-prefetch-invalid-instr.ll | 46 ++++
test/CodeGen/X86/insert-prefetch-other.afdo | 3 +
test/CodeGen/X86/insert-prefetch.afdo | 3 +
test/CodeGen/X86/insert-prefetch.ll | 101 ++++++++
16 files changed, 691 insertions(+), 1 deletion(-)
create mode 100644 lib/Target/X86/X86DiscriminateMemOps.cpp
create mode 100644 lib/Target/X86/X86InsertPrefetch.cpp
create mode 100644 test/CodeGen/X86/discriminate-mem-ops.ll
create mode 100644 test/CodeGen/X86/insert-prefetch-inline.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch-inline.ll
create mode 100644 test/CodeGen/X86/insert-prefetch-invalid-instr.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch-invalid-instr.ll
create mode 100644 test/CodeGen/X86/insert-prefetch-other.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch.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 dejagnu.
from 6471c5b * INSTALL: Update to latest upstream version.
new 12028b9 * lib/framework.exp (isremote): New. * doc/dejagnu.texi (is [...]
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 | 6 ++++++
NEWS | 4 ++++
doc/dejagnu.texi | 18 ++++++++++++++++--
lib/framework.exp | 6 ++++++
4 files changed, 32 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 28ade4e6f89 [SCEV] Guard movement of insertion point for loop-invariants
new c574e6780f7 [CMake] build correctly if build path contains whitespace
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/modules/AddLLVM.cmake | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.