This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 73508a3 [libFuzzer] simplify the TracePC logic
new bf101a6 AMDGPU/SI: Include implicit arguments in kernarg_segment_byte_size
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/AMDGPU/AMDGPUAsmPrinter.cpp | 3 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 9 +++++++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 14 ++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 6 +++++-
4 files changed, 30 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 a750e55 [RegisterBankInfo] Mark the dump methods with LLVM_DUMP_METHOD.
new 73508a3 [libFuzzer] simplify the TracePC logic
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/Fuzzer/FuzzerLoop.cpp | 6 ++++--
lib/Fuzzer/FuzzerTracePC.cpp | 33 ++++++++++++---------------------
lib/Fuzzer/FuzzerTracePC.h | 10 ++++------
3 files changed, 20 insertions(+), 29 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 5a965a6 [libFuzzer] move value profiling logic into TracePC
new 7bb963e [AArch64][RegisterBankInfo] Sanity check TableGen'ed like inputs.
new a750e55 [RegisterBankInfo] Mark the dump methods with LLVM_DUMP_METHOD.
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/GlobalISel/RegisterBankInfo.cpp | 8 ++---
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 47 ++++++++++++++++++++++++++
2 files changed, 51 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 llvm.
from bdbe64e [MC] Support skip and count for .incbin directive
new 6744636 Triple: Add opencl environment type
new 5a965a6 [libFuzzer] move value profiling logic into TracePC
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/ADT/Triple.h | 3 ++-
lib/Fuzzer/FuzzerDriver.cpp | 4 +---
lib/Fuzzer/FuzzerInternal.h | 4 ----
lib/Fuzzer/FuzzerLoop.cpp | 3 ++-
lib/Fuzzer/FuzzerOptions.h | 2 +-
lib/Fuzzer/FuzzerTracePC.h | 7 +++++++
lib/Fuzzer/FuzzerTraceState.cpp | 33 ++++++++++-----------------------
lib/Support/Triple.cpp | 2 ++
unittests/ADT/TripleTest.cpp | 6 ++++++
9 files changed, 31 insertions(+), 33 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 28f017d [libFuzzer] change ValueBitMap to remember the number of bits in it
new bdbe64e [MC] Support skip and count for .incbin 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/MC/MCParser/AsmParser.cpp | 52 +++++++++++++++++++++++++++++++-----
test/MC/AsmParser/directive_incbin.s | 43 ++++++++++++++++++++++++++++-
2 files changed, 87 insertions(+), 8 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 5255015 [AArch64][RegisterBankInfo] Switch to TableGen'ed like Partia [...]
new 28f017d [libFuzzer] change ValueBitMap to remember the number of bits in it
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/Fuzzer/FuzzerDefs.h | 3 +++
lib/Fuzzer/FuzzerInternal.h | 4 +---
lib/Fuzzer/FuzzerLoop.cpp | 21 +++++++++++----------
lib/Fuzzer/FuzzerTracePC.cpp | 8 --------
lib/Fuzzer/FuzzerTracePC.h | 8 ++++----
lib/Fuzzer/FuzzerTraceState.cpp | 2 +-
lib/Fuzzer/FuzzerValueBitMap.h | 13 +++++++++----
7 files changed, 29 insertions(+), 30 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 43896df [libFuzzer] simplify the crash minimizer; split MaxLen into t [...]
new 45c56ae [RegisterBankInfo] Use array instead of SmallVector for BreakDown.
new 04905d7 [RegisterBankInfo] Check that the mapping covers the interest [...]
new 5255015 [AArch64][RegisterBankInfo] Switch to TableGen'ed like Partia [...]
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/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 32 +++++++---
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 18 +++---
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 71 +++++++++++-----------
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 41 +++++++++++++
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 48 ++++++++++-----
5 files changed, 140 insertions(+), 70 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 gcc-6-branch
in repository gcc.
from a5fbcfd /cp 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9fd0a8d 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 gcc.
from ff982ab PR target/77676 - powerpc64 and powerpc64le stage2 bootstrap fail
new 55409ac 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 2bfa768 Daily bump.
new f217279 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.