This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 922a3b1b325 [CGP] add more tests for uaddo; NFC
new b51e8c39aea [ThinLTO] Rename COMDATs for COFF when promoting/renaming C [...]
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:
.../llvm/Transforms/Utils/FunctionImportUtils.h | 5 ++++
lib/Transforms/Utils/FunctionImportUtils.cpp | 17 ++++++++++++
test/Transforms/FunctionImport/Inputs/comdat.ll | 10 +++++++
test/Transforms/FunctionImport/comdat.ll | 32 ++++++++++++++++++++++
4 files changed, 64 insertions(+)
create mode 100644 test/Transforms/FunctionImport/Inputs/comdat.ll
create mode 100644 test/Transforms/FunctionImport/comdat.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 ab97eba99a0 gn build: Merge r352483
new 922a3b1b325 [CGP] add more tests for uaddo; NFC
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:
.../CodeGenPrepare/overflow-intrinsics.ll | 71 ++++++++++++++++++++++
1 file changed, 71 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 e802900f511 gn build: Merge r352681, r352739
new ab97eba99a0 gn build: Merge r352483
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:
utils/gn/secondary/compiler-rt/test/BUILD.gn | 7 +++++++
1 file changed, 7 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 fa02b48a6e Revert "[Sanitizers] UBSan unreachable incompatible with ASa [...]
new ac8c7177ed [OpenCL] Fixed addr space manging test.
new a87ff88c64 Accomodate gcc 7.3.0's -Wdangling-else
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:
test/CodeGenOpenCL/address-spaces-mangling.cl | 10 +++++-----
unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp | 3 ++-
2 files changed, 7 insertions(+), 6 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 c194927177a 2018-01-31 Bill Schmidt <wschmidt(a)linux.ibm.com>
new 8c28f0efefe PR c++/88752 - ICE with lambda and constexpr if.
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/cp/ChangeLog | 8 ++++++++
gcc/cp/cp-tree.h | 5 +++++
gcc/cp/pt.c | 22 +++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp1z/constexpr-if26.C | 28 ++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if26.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 9ad14952dfe [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...]
new e802900f511 gn build: Merge r352681, r352739
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:
utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn | 1 -
utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn | 1 +
2 files 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 llvm.
from 13be7644cc1 [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...]
new 9ad14952dfe [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...]
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/DebugInfo/Inputs/dwarfdump-test3-decl.h | 7 ----
test/DebugInfo/Inputs/dwarfdump-test3-decl2.h | 1 -
test/DebugInfo/Inputs/dwarfdump-test3.cc | 12 -------
test/DebugInfo/llvm-symbolizer.test | 49 ---------------------------
test/DebugInfo/symbolize-gnu-debuglink.test | 4 +++
test/DebugInfo/symbolize-inlined.test | 22 ++++++++++++
test/DebugInfo/symbolize-missing-file.test | 3 ++
test/tools/llvm-symbolizer/space-in-path.s | 15 ++++++++
8 files changed, 44 insertions(+), 69 deletions(-)
create mode 100644 test/DebugInfo/symbolize-gnu-debuglink.test
create mode 100644 test/DebugInfo/symbolize-inlined.test
create mode 100644 test/DebugInfo/symbolize-missing-file.test
create mode 100644 test/tools/llvm-symbolizer/space-in-path.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 llvm.
from f71abe7fa19 [llvm-symbolizer][test] Simplify test input reading
new ae8741935ec [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...]
new 13be7644cc1 [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...]
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:
test/DebugInfo/Inputs/llvm-symbolizer-test.c | 18 -----
test/DebugInfo/arange-overlap.test | 4 +
test/DebugInfo/cross-cu-inlining.test | 8 ++
test/DebugInfo/gcc-local-mem-func.test | 5 ++
test/DebugInfo/high-pc-constant.test | 10 +++
test/DebugInfo/llvm-symbolizer.test | 89 +---------------------
test/DebugInfo/symbolize-demangling.s | 24 ++++++
.../symbolize-macho-universal-unknown-arch.test | 5 ++
test/DebugInfo/symbolize-macho-universal.test | 7 ++
test/DebugInfo/symbolize-stripped.test | 4 +
test/tools/llvm-symbolizer/demangle.s | 29 +++++++
11 files changed, 97 insertions(+), 106 deletions(-)
create mode 100644 test/DebugInfo/arange-overlap.test
create mode 100644 test/DebugInfo/cross-cu-inlining.test
create mode 100644 test/DebugInfo/gcc-local-mem-func.test
create mode 100644 test/DebugInfo/high-pc-constant.test
create mode 100644 test/DebugInfo/symbolize-demangling.s
create mode 100644 test/DebugInfo/symbolize-macho-universal-unknown-arch.test
create mode 100644 test/DebugInfo/symbolize-macho-universal.test
create mode 100644 test/DebugInfo/symbolize-stripped.test
create mode 100644 test/tools/llvm-symbolizer/demangle.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 clang.
from 335f025090 Revert "Support attribute used in member funcs of class templates"
new fa02b48a6e Revert "[Sanitizers] UBSan unreachable incompatible with ASa [...]
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/CodeGen/CGCall.cpp | 13 ------------
lib/CodeGen/CodeGenFunction.h | 4 ++--
test/CodeGen/ubsan-asan-noreturn.c | 21 ------------------
test/CodeGenCXX/ubsan-unreachable.cpp | 40 +++++++++++++++++------------------
4 files changed, 21 insertions(+), 57 deletions(-)
delete mode 100644 test/CodeGen/ubsan-asan-noreturn.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 0213867bef6 [CommandLine] Improve help text for cl::values style options
new d568dc2c8f2 [X86][AVX] Fold broadcast(bitcast(src)) -> bitcast(broadcast(src))
new f71abe7fa19 [llvm-symbolizer][test] Simplify test input reading
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/X86/X86ISelLowering.cpp | 8 ++++++
test/CodeGen/X86/avx-vbroadcast.ll | 8 +++---
test/CodeGen/X86/avx2-vbroadcast.ll | 3 +--
test/CodeGen/X86/subvector-broadcast.ll | 9 +++----
...lvm-symbolizer-split-dwarf-no-skel-address.test | 7 +----
test/DebugInfo/llvm-symbolizer-tu.test | 3 +--
test/DebugInfo/llvm-symbolizer-zlib.test | 7 ++---
test/tools/llvm-symbolizer/coff-dwarf.test | 12 +++------
test/tools/llvm-symbolizer/coff-exports.test | 19 +++++---------
test/tools/llvm-symbolizer/fat.test | 10 ++++----
test/tools/llvm-symbolizer/padding-x86_64.ll | 6 ++---
test/tools/llvm-symbolizer/pdb/missing_pdb.test | 6 +----
test/tools/llvm-symbolizer/pdb/pdb.test | 30 ++++++++++------------
test/tools/llvm-symbolizer/ppc64.test | 2 +-
test/tools/llvm-symbolizer/print_context.c | 2 +-
15 files changed, 53 insertions(+), 79 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.