This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 10ec7dda33a 2018-09-11 Paul Thomas <pault(a)gcc.gnu.org>
new 28cfe0e4475 * config/i386/i386.md (fyl2x_extend<mode>xf3_i387): Remove [...]
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/ChangeLog | 20 +++++
gcc/config/i386/i386.md | 195 ++++++++++++++----------------------------------
2 files changed, 77 insertions(+), 138 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 8df88c5301c [X86] Correct the one use check from r341915.
new 3aac0132d0e [MachineOutliner][NFC] Factor out instruction mapping into [...]
new 127e4faaf54 [NFC] Fix typo in comment
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/IR/PassManager.h | 2 +-
lib/CodeGen/MachineOutliner.cpp | 66 ++++++++++++++++++++++++-----------------
2 files changed, 39 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 clang.
from 7dfb64163c [CodeCompletion] Enable signature help when initializing cla [...]
new 0a8a76da18 [ASTMatchers] add three matchers for dependent expressions
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:
docs/LibASTMatchersReference.html | 40 +++++++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 42 ++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 3 ++
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 42 ++++++++++++++++++++++
4 files changed, 127 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 llvm.
from 95b03186771 [GVNHoist] Re-enable GVNHoist by default
new 8df88c5301c [X86] Correct the one use check from r341915.
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/X86ISelLowering.cpp | 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 lldb.
from 8db05451d [PDB] Fix problems after rL341782
new 59608853b Remove undefined behavior around the use of StateType
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:
include/lldb/lldb-enumerations.h | 3 ++-
scripts/Python/python-typemaps.swig | 20 ++++++++++++++++++++
unittests/Utility/StateTest.cpp | 14 ++++++++++++--
3 files changed, 34 insertions(+), 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 gcc.
from a00c2b64f74 [driver] Use regular error routines
new 10ec7dda33a 2018-09-11 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++
gcc/fortran/expr.c | 1 +
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/select_type_43.f90 | 48 ++++++++++++++++++++++++++++
4 files changed, 60 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/select_type_43.f90
--
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 dea972401f3 [DagCombine][NFC] Some more tests fo for X % C == 0 (UREM c [...]
new 95b03186771 [GVNHoist] Re-enable GVNHoist by default
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/Passes/PassBuilder.cpp | 4 ++--
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 ++--
test/Other/new-pm-defaults.ll | 15 ++++-----------
test/Other/new-pm-thinlto-defaults.ll | 15 ++++-----------
test/Other/opt-O2-pipeline.ll | 6 ++++++
test/Other/opt-O3-pipeline.ll | 6 ++++++
test/Other/opt-Os-pipeline.ll | 6 ++++++
7 files changed, 30 insertions(+), 26 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-tools-extra.
from 8429065e [clangd] Add unittests for D51917
new dff75f49 Reland "Implement a (simple) Markdown generator"
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:
clang-doc/CMakeLists.txt | 1 +
clang-doc/Generators.cpp | 3 +
clang-doc/Generators.h | 2 +-
clang-doc/MDGenerator.cpp | 312 +++++++++++++++++++++
clang-doc/Representation.h | 15 +-
clang-doc/YAMLGenerator.cpp | 10 +-
clang-doc/gen_tests.py | 33 ++-
clang-doc/tool/ClangDocMain.cpp | 43 +--
test/clang-doc/md-comment.cpp | 48 ++++
.../{test_cases/linkage.cpp => md-linkage.cpp} | 39 +++
.../{test_cases/module.cpp => md-module.cpp} | 9 +
test/clang-doc/md-namespace.cpp | 46 +++
test/clang-doc/md-record.cpp | 97 +++++++
13 files changed, 620 insertions(+), 38 deletions(-)
create mode 100644 clang-doc/MDGenerator.cpp
create mode 100644 test/clang-doc/md-comment.cpp
copy test/clang-doc/{test_cases/linkage.cpp => md-linkage.cpp} (56%)
copy test/clang-doc/{test_cases/module.cpp => md-module.cpp} (53%)
create mode 100644 test/clang-doc/md-namespace.cpp
create mode 100644 test/clang-doc/md-record.cpp
--
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 18dd74a3d2a [SanitizerCoverage] Create comdat for global arrays.
new 1c8be0dcb72 [MIPS] Fix illegal type assert in single-float mode
new dea972401f3 [DagCombine][NFC] Some more tests fo for X % C == 0 (UREM c [...]
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/Target/Mips/MipsISelLowering.cpp | 11 +-
test/CodeGen/AArch64/urem-seteq-vec-nonsplat.ll | 240 ++++++
test/CodeGen/AArch64/urem-seteq-vec-splat.ll | 166 +++++
test/CodeGen/Mips/f32-to-i64-single-float.ll | 52 ++
test/CodeGen/X86/urem-seteq-optsize.ll | 3 +-
test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 932 ++++++++++++++++++++++++
test/CodeGen/X86/urem-seteq-vec-splat.ll | 483 ++++++++++++
test/CodeGen/X86/urem-seteq.ll | 3 +-
8 files changed, 1883 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AArch64/urem-seteq-vec-nonsplat.ll
create mode 100644 test/CodeGen/AArch64/urem-seteq-vec-splat.ll
create mode 100644 test/CodeGen/Mips/f32-to-i64-single-float.ll
create mode 100644 test/CodeGen/X86/urem-seteq-vec-nonsplat.ll
create mode 100644 test/CodeGen/X86/urem-seteq-vec-splat.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.