This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6e4ee4f Attempt to make MSVC buildbots happy.
new ae47c1d Simplify PICStyles.
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/X86Subtarget.cpp | 20 ++++++--------------
lib/Target/X86/X86Subtarget.h | 10 ++++------
2 files changed, 10 insertions(+), 20 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 4ac8718 [CFLAA] Add interprocedural function summaries.
new 6e4ee4f Attempt to make MSVC buildbots happy.
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/CFLAliasAnalysis.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 test-suite.
from b26bc84 cmake: Append to existing TEST_SUITE_ARCH_FLAGS in xcode_sdk cache
new ceea91d lit: Initialize preparescript in TestPlan constructor
new eb53f30 test-suite: Remove pointless docs/website directory
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:
docs/index.html | 6 ------
litsupport/testplan.py | 1 +
website/index.html | 6 ------
3 files changed, 1 insertion(+), 12 deletions(-)
delete mode 100644 docs/index.html
delete mode 100644 website/index.html
--
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 bf57e9c [X86][X87] Fix issue with sitofp i64 -> fp128 on 32-bit targets
new 06026c4 [X86][SSE] Add cost model for BSWAP of vectors
new 4ac8718 [CFLAA] Add interprocedural function summaries.
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/Analysis/CFLAliasAnalysis.h | 3 +-
lib/Analysis/CFLAliasAnalysis.cpp | 295 +++++++++++----------
lib/Target/X86/X86TargetTransformInfo.cpp | 27 +-
test/Analysis/CFLAliasAnalysis/basic-interproc.ll | 20 +-
.../Analysis/CFLAliasAnalysis/interproc-ret-arg.ll | 25 ++
.../interproc-ret-deref-arg-multilevel.ll | 50 ++++
.../CFLAliasAnalysis/interproc-ret-deref-arg.ll | 33 +++
.../interproc-ret-ref-arg-multilevel.ll | 52 ++++
.../CFLAliasAnalysis/interproc-ret-ref-arg.ll | 37 +++
.../CFLAliasAnalysis/interproc-ret-unknown.ll | 27 ++
.../interproc-store-arg-multilevel.ll | 49 ++++
.../interproc-store-arg-unknown.ll | 35 +++
.../CFLAliasAnalysis/interproc-store-arg.ll | 37 +++
test/Analysis/CostModel/X86/bswap.ll | 68 ++---
test/Analysis/CostModel/X86/scalarize.ll | 8 +-
test/Transforms/SLPVectorizer/X86/bswap.ll | 202 +++++---------
16 files changed, 640 insertions(+), 328 deletions(-)
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-arg.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-deref-arg-multilevel.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-deref-arg.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-ref-arg-multilevel.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-ref-arg.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-unknown.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-store-arg-multilevel.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-store-arg-unknown.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-store-arg.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 lld.
from 7950094 ELF/AMDGPU: Add support for R_AMDGPU_REL32 relocations
new 6154952 Allow both one and two dashes for all multi-letter options.
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:
ELF/Options.td | 176 ++++++++++++++++++++-------------------------------------
1 file changed, 61 insertions(+), 115 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 lnt.
from da8ecba check pgo releated cmake flags in PGO test case
new 834b0fc Move the shortname generator to be common and add a jinja fil [...]
new a2ad613 [NFC] Fixup some style violations
new 0bf38bc Make shortname guesses work better in LNT compile
new 8956840 LNT Matrix view
The 4 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:
lnt/server/db/regression.py | 7 +-
lnt/server/ui/filters.py | 14 ++-
lnt/server/ui/templates/v4_matrix.html | 81 ++++++++++++
lnt/server/ui/templates/v4_run.html | 15 ++-
lnt/server/ui/util.py | 27 +++-
lnt/server/ui/views.py | 220 ++++++++++++++++++++++++++++++++-
tests/server/ui/test_matrix_page.py | 79 ++++++++++++
7 files changed, 431 insertions(+), 12 deletions(-)
create mode 100644 lnt/server/ui/templates/v4_matrix.html
create mode 100644 tests/server/ui/test_matrix_page.py
--
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 1eac708 Allow installing watchpoints at less than 8-byte alligned add [...]
new 51f6697 Test that lldb calls the right 'printf' even when a 'printf' [...]
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:
.../cpp/printf/TestPrintf.py} | 2 +-
.../test_attach.cpp => lang/cpp/printf/main.cpp} | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/data-formatter/typedef_array/ [...]
copy packages/Python/lldbsuite/test/{tools/lldb-mi/target/test_attach.cpp => lang/ [...]
--
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 zorg.
from 9c295f0 Allow merge build requests for builder llvm-clang-lld-x86_64- [...]
new 1d423c5 Final round of refactoring for LLVMBuildFactory usage and tra [...]
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:
zorg/buildbot/builders/LLDBuilder.py | 147 +++++++++++++++++------------------
zorg/buildbot/process/factory.py | 10 ++-
2 files changed, 79 insertions(+), 78 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 d7f45b8 PR middle-end/71581 * tree-ssa-uninit.c (warn_uninit): If E [...]
new e218d07 Fix ICE on conditional expression between DFP and non-DFP flo [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-typeck.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/dfp/usual-arith-conv-bad-3.c | 13 +++++++++++++
4 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/dfp/usual-arith-conv-bad-3.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 9b90e7e Forgot to svn add one of my test files for the change in r273207.
new 46137a4 don't repeat function names in documentation comments; NFC
new bf57e9c [X86][X87] Fix issue with sitofp i64 -> fp128 on 32-bit targets
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/Analysis/ValueTracking.h | 130 ++++++++---------
lib/Target/X86/X86ISelLowering.cpp | 4 +-
test/CodeGen/X86/fp128-cast.ll | 266 ++++++++++++++++++++++------------
3 files changed, 238 insertions(+), 162 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.