This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 35b540858f9 [DebugInfo] Remove target-specific instructions in test
new 0eea35a6ef0 [X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets (PR36280)
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/X86TargetTransformInfo.cpp | 30 ++++
test/Analysis/CostModel/X86/arith-fp.ll | 168 +++++++++++------------
test/Analysis/CostModel/X86/intrinsic-cost.ll | 2 +-
test/Transforms/SLPVectorizer/X86/PR36280.ll | 15 +-
test/Transforms/SLPVectorizer/X86/cse.ll | 21 ++-
test/Transforms/SLPVectorizer/X86/horizontal.ll | 148 +++++++++-----------
test/Transforms/SLPVectorizer/X86/reorder_phi.ll | 59 ++++----
test/Transforms/SLPVectorizer/X86/simplebb.ll | 12 +-
8 files changed, 224 insertions(+), 231 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 lldb.
from 7ea484b09 Partial fix for TestConflictingSymbol.py on Windows
new bc3b0ecf7 Mark test_*int*_t_dwarf as failing on FreeBSD
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:
.../lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 1061365516 Revert "[analyzer] Quickfix: do not overflow in calculating [...]
new ac61b333fd [analyzer] Do not analyze bison-generated files
new 56019e5471 [analyzer] Exploration strategy prioritizing unexplored nodes first
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 1 +
.../StaticAnalyzer/Core/PathSensitive/WorkList.h | 1 +
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +
lib/StaticAnalyzer/Core/CoreEngine.cpp | 64 ++++++++++++++
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 98 ++++++++++++++--------
.../exploration_order/prefer_unexplored.cc | 1 +
test/Analysis/yaccignore.c | 13 +++
7 files changed, 143 insertions(+), 37 deletions(-)
create mode 100644 test/Analysis/yaccignore.c
--
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 binutils-gdb.
from 3275ef4774 Add test for load command
new 6f6372fadc IA-64: Fix linker error with --no-keep-memory.
new 1f4bace8d6 ChangeLog entry for previous commit.
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:
bfd/ChangeLog | 8 ++++++++
bfd/elfnn-ia64.c | 6 ++++++
2 files changed, 14 insertions(+)
--
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 4273f1a9ea2 /cp 2018-02-26 Paolo Carlini <paolo.carlini(a)oracle.com>
new eb7c25ccad5 PR c++/84558 * constexpr.c (cxx_eval_vec_init_1): For reu [...]
new fdafeeb77fd PR c++/84559 - ICE with constexpr VLA.
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:
gcc/cp/ChangeLog | 12 ++++++++++++
gcc/cp/constexpr.c | 21 ++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr84558.C | 6 ++++++
gcc/testsuite/g++.dg/ext/constexpr-vla5.C | 7 +++++++
5 files changed, 44 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84558.C
create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-vla5.C
--
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 4a681734b Fix-up for r326106: FindAvailableMemoryRange needs a nullptr [...]
new 8022cb9fc [asan] Intercept std::rethrow_exception indirectly
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/asan/asan_interceptors.cc | 42 ++++++++++++++
lib/asan/asan_interceptors.h | 9 +++
test/asan/TestCases/intercept-rethrow-exception.cc | 64 ++++++++++++++++++++++
3 files changed, 115 insertions(+)
create mode 100644 test/asan/TestCases/intercept-rethrow-exception.cc
--
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 511d223023 [analyzer] Quickfix: do not overflow in calculating offset i [...]
new 1061365516 Revert "[analyzer] Quickfix: do not overflow in calculating [...]
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/StaticAnalyzer/Core/MemRegion.cpp | 46 -----------------------------------
test/Analysis/region-store.cpp | 2 +-
test/Analysis/region_store_overflow.c | 13 ----------
3 files changed, 1 insertion(+), 60 deletions(-)
delete mode 100644 test/Analysis/region_store_overflow.c
--
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 ddeb8816496 [X86] Add constant folding to combineMOVMSK.
new 35b540858f9 [DebugInfo] Remove target-specific instructions in test
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/MC/AsmParser/debug-empty-source.s | 2 --
1 file changed, 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 lldb.
from 423f80f60 Add "lldb-test breakpoint" command and convert the case-sensi [...]
new 7ea484b09 Partial fix for TestConflictingSymbol.py on Windows
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:
packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.h | 2 +-
.../lldbsuite/test/lang/c/conflicting-symbol/TestConflictingSymbol.py | 4 ++--
packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.h | 2 +-
3 files changed, 4 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 ca6758faef6 [X86] Add a custom legalization for (i16 (bitcast v16i1)) a [...]
new 26256319f9b opt-viewer: output index first
new 5b857c139e5 opt-viewer: also find thinlto opt.yaml files
new 2ee19a308fd [opt-viewer] Set title for the source pages
new bd8ae82c637 opt-diff: Support splitting to multiple output files
new 177552c699e [opt-viewer] Kill parser processes before moving onto rendering
new ddeb8816496 [X86] Add constant folding to combineMOVMSK.
The 6 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/X86ISelLowering.cpp | 13 ++++
test/CodeGen/X86/bitcast-setcc-128.ll | 87 ++++++++++++++++------
.../tools/opt-viewer/Outputs/basic/basic_or.c.html | 1 +
.../tools/opt-viewer/Outputs/basic/basic_or.h.html | 1 +
.../tools/opt-viewer/Outputs/suppress/s.swift.html | 1 +
.../Outputs/unicode-function-name/s.swift.html | 1 +
tools/opt-viewer/opt-diff.py | 15 +++-
tools/opt-viewer/opt-viewer.py | 20 +++--
tools/opt-viewer/optpmap.py | 2 +
tools/opt-viewer/optrecord.py | 2 +-
10 files changed, 108 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.