This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository dejagnu.
from 5dca1d3 * config.guess: Update to latest version. * config.sub: Likewise.
new 366485c * runtest: Use POSIX 'command', not 'type', to look for the [...]
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 ++++++
runtest | 2 +-
2 files changed, 7 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 compiler-rt.
from 2722b7ab7 [Xray] Fix allocator build, MAP_NORESERVE flag is not always [...]
new 8caa0e5cb [XRay][compiler-rt] FDR Mode: Add extents metadata to buffer
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/xray/xray_fdr_logging.cc | 32 ++++++++++++++++++++++++++++++--
1 file 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 compiler-rt.
from 456e46e79 [libFuzzer] fix the bot (the no-assert build)
new 2722b7ab7 [Xray] Fix allocator build, MAP_NORESERVE flag is not always [...]
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/xray/xray_allocator.h | 7 ++++++-
1 file 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 lld.
from 291bc779f [COFF] Don't produce base relocs for discardable sections
new b68464c01 [PDB] Add PDBSourcePath flag to support absolutize source file path
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 3 +
COFF/Options.td | 2 +
COFF/PDB.cpp | 10 +-
...{pdb_lines_1.yaml => pdb_lines_1_relative.yaml} | 427 +++++++++------------
...{pdb_lines_2.yaml => pdb_lines_2_relative.yaml} | 171 ++++-----
test/COFF/pdb-relative-source-lines.test | 45 +++
7 files changed, 310 insertions(+), 349 deletions(-)
copy test/COFF/Inputs/{pdb_lines_1.yaml => pdb_lines_1_relative.yaml} (58%)
copy test/COFF/Inputs/{pdb_lines_2.yaml => pdb_lines_2_relative.yaml} (52%)
create mode 100644 test/COFF/pdb-relative-source-lines.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 48e19b54a ELF: Implement --icf=safe using address-significance tables.
new 291bc779f [COFF] Don't produce base relocs for discardable sections
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:
COFF/Writer.cpp | 2 +-
test/COFF/debug-reloc.s | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 test/COFF/debug-reloc.s
--
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 b4e61f8 * lib/remote.exp (close_wait_program): Use separate kill com [...]
new 5dca1d3 * config.guess: Update to latest version. * config.sub: 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 | 5 +
config.guess | 590 +++++++++++----------
config.sub | 1644 ++++++++++++++++++++++++++++------------------------------
3 files changed, 1120 insertions(+), 1119 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 compiler-rt.
from 3a6f658e8 [libFuzzer] quick hack to fix the bot
new 456e46e79 [libFuzzer] fix the bot (the no-assert build)
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/FuzzerMutate.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 e601e5fe08b Rename __asan_gen_* symbols to ___asan_gen_*.
new 62b518b75a7 [SCEV] Fix buggy behavior in getAddExpr with truncs
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/Analysis/ScalarEvolution.cpp | 2 +-
test/Analysis/ScalarEvolution/truncate.ll | 34 +++++++++++++++++++++++++++++++
2 files changed, 35 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 compiler-rt.
from b245ab336 [libFuzzer] first experimental attempt at DFT-based mutations [...]
new 3a6f658e8 [libFuzzer] quick hack to fix the bot
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/fuzzer/only-some-bytes.test | 1 +
1 file changed, 1 insertion(+)
--
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 385df7539 Remove scheduling dependency from XRay :: Posix/fork_basic_lo [...]
new b245ab336 [libFuzzer] first experimental attempt at DFT-based mutations [...]
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/FuzzerCorpus.h | 9 +++++++--
lib/fuzzer/FuzzerDataFlowTrace.cpp | 2 +-
lib/fuzzer/FuzzerDataFlowTrace.h | 4 ++--
lib/fuzzer/FuzzerLoop.cpp | 10 +++++++---
lib/fuzzer/FuzzerMutate.cpp | 27 +++++++++++++++++++++++++++
lib/fuzzer/FuzzerMutate.h | 8 ++++++++
lib/fuzzer/tests/FuzzerUnittest.cpp | 3 ++-
test/fuzzer/only-some-bytes.test | 18 ++++++++++++------
8 files changed, 66 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.