This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 578a1d2 Fix some Include What You Use warnings in examples; other min [...]
new 0e9b526 Soften assertion in AMDGPU emitPrologue.
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/SIFrameLowering.cpp | 5 +++--
1 file changed, 3 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 b4811e7 [Support] Cleanup of an ancient Darwin work-around in Signals [...]
new 20c7e33 ScheduleDAGInstrs: Fix memory corruption
new 578a1d2 Fix some Include What You Use warnings in examples; other min [...]
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:
examples/BrainF/BrainF.cpp | 20 +++++++++++++++----
examples/BrainF/BrainF.h | 9 +++++----
examples/BrainF/BrainFDriver.cpp | 23 ++++++++++++++++++----
examples/Fibonacci/fibonacci.cpp | 15 ++++++++++++--
examples/HowToUseJIT/HowToUseJIT.cpp | 12 +++++++++--
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 18 ++++++++++++-----
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 18 ++++++++++++++---
examples/ModuleMaker/ModuleMaker.cpp | 6 ++++++
examples/ParallelJIT/ParallelJIT.cpp | 18 ++++++++++++++++-
lib/CodeGen/ScheduleDAGInstrs.cpp | 4 ++--
10 files changed, 116 insertions(+), 27 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 6807506 [esan|wset] EfficiencySanitizer working set tool fastpath
new b4811e7 [Support] Cleanup of an ancient Darwin work-around in Signals [...]
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/Support/Unix/Signals.inc | 39 ---------------------------------------
1 file changed, 39 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 e8a97b2 docs: Document how safestack handles setjmp and exceptions.
new 6a520b0 [esan|wset] Add working set tool driver flags
new 79209fd clang-cl: Fix unused argument warning when combining /O2 and /Ob2
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/clang/Basic/Sanitizers.def | 4 ++-
lib/CodeGen/BackendUtil.cpp | 2 ++
lib/Driver/MSVCToolChain.cpp | 7 ++++-
test/Driver/cl-options.c | 2 ++
test/Driver/esan.c | 7 +++--
test/Driver/fsanitize.c | 36 ++++++++++++++++---------
test/Driver/sanitize_unwind_tables.c | 1 +
test/Driver/sanitizer-ld.c | 3 +++
test/Lexer/has_feature_efficiency_sanitizer.cpp | 1 +
9 files changed, 47 insertions(+), 16 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 8d473c6 [codeview] Add support for new types and symbols.
new e89c000 Revert r270569 (teach llvm-mc to generate compressed debug se [...]
new 305ed50 [libFuzzer] print stats if we crash on empty input
new 6807506 [esan|wset] EfficiencySanitizer working set tool fastpath
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/MC/MCContext.h | 2 +
include/llvm/MC/MCSectionELF.h | 3 +-
include/llvm/Transforms/Instrumentation.h | 1 +
lib/Fuzzer/FuzzerLoop.cpp | 7 +-
lib/Fuzzer/test/CMakeLists.txt | 1 +
...thRunCrashTest.cpp => NullDerefOnEmptyTest.cpp} | 11 +-
lib/Fuzzer/test/fuzzer.test | 3 +
lib/MC/ELFObjectWriter.cpp | 44 +++---
lib/MC/MCContext.cpp | 16 ++
.../Instrumentation/EfficiencySanitizer.cpp | 104 +++++++++++++
.../EfficiencySanitizer/working_set_basic.ll | 164 +++++++++++++++++++++
test/MC/ELF/compression.s | 15 +-
12 files changed, 331 insertions(+), 40 deletions(-)
copy lib/Fuzzer/test/{NthRunCrashTest.cpp => NullDerefOnEmptyTest.cpp} (55%)
create mode 100644 test/Instrumentation/EfficiencySanitizer/working_set_basic.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 llvm.
from 04c5ee8 [WebAssembly] Put __stack_pointer in the offset field of load [...]
new a02a9cb [codeview] Add support for S_EXPORT symbol.
new 8d473c6 [codeview] Add support for new types and symbols.
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/CodeView/CVSymbolTypes.def | 2 +-
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 4 ++--
include/llvm/DebugInfo/CodeView/CodeView.h | 13 ++++++++++-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 28 +++++++++++++++++++++++
include/llvm/DebugInfo/CodeView/TypeRecord.h | 19 +++++++++++++++
include/llvm/DebugInfo/CodeView/TypeRecords.def | 3 ++-
lib/DebugInfo/CodeView/SymbolDumper.cpp | 16 +++++++++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 15 ++++++++++++
lib/DebugInfo/CodeView/TypeRecord.cpp | 4 ++++
9 files changed, 99 insertions(+), 5 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 gcc.
from d8a3f15 * g++.dg/pr65295.C: Use target c++14.
new 5b097a4 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-6-branch
in repository gcc.
from 59e2059 /cp 2016-05-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new 1662f33 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 2209cb8 2016-05-24 Richard Biener <rguenther(a)suse.de>
new 0b8175b 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-4_9-branch
in repository gcc.
from d582cff Daily bump.
new 7a8a45b 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.