This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e469ff2759 [analyzer] Support generating and reasoning over more symbol [...]
new 90b06e8c63 [DOXYGEN] Corrected typos and incorrect parameters description.
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/Headers/bmiintrin.h | 2 +-
lib/Headers/mmintrin.h | 2 +-
2 files changed, 2 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 1ece62aab5f [mips][mt][6/7] Add support for mftr, mttr instructions.
new 73d05a2a19d [LV] Don't allow outside uses of IVs if the SCEV is predica [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 9 ++++-
test/Transforms/LoopVectorize/pr33706.ll | 61 ++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr33706.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 39bfdfaa942 [PDB] Enable NativeSession to create symbols for built-in t [...]
new de79ef835a3 Fix non-Windows build after PDB native builtin type change
new 1ece62aab5f [mips][mt][6/7] Add support for mftr, mttr instructions.
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:
.../DebugInfo/PDB/Native/NativeBuiltinSymbol.h | 2 +-
lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeSession.cpp | 12 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 219 +++++++++++++++++++++
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 ++
lib/Target/Mips/MipsMTInstrFormats.td | 21 ++
lib/Target/Mips/MipsMTInstrInfo.td | 110 +++++++++++
lib/Target/Mips/MipsSchedule.td | 4 +
lib/Target/Mips/MipsTargetStreamer.h | 3 +
test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +-
test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +-
test/MC/Mips/mt/invalid-wrong-error.s | 3 +
test/MC/Mips/mt/invalid.s | 38 ++--
.../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 ++
test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 +++
test/MC/Mips/mt/mftr-mttr-aliases.s | 47 +++++
test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 +
test/MC/Mips/mt/valid.s | 42 ++--
18 files changed, 577 insertions(+), 32 deletions(-)
create mode 100644 test/MC/Mips/mt/invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.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 gcc.
from c0a09bf1d60 * cp-tree.h (DECL_CONSTRUCTOR_P, DECL_MAYBE_IN_CHARGE_CONS [...]
new 9f827c18394 * libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON, [...]
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:
libcc1/ChangeLog | 5 +++++
libcc1/libcp1plugin.cc | 4 ++--
2 files changed, 7 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 fa1648c5010 Fix to web assembly lib call list
new 39bfdfaa942 [PDB] Enable NativeSession to create symbols for built-in t [...]
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/llvm/DebugInfo/CodeView/TypeIndex.h | 21 +++++++-
.../DebugInfo/PDB/Native/NativeBuiltinSymbol.h | 49 ++++++++++++++++++
.../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 2 +-
.../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 2 +-
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 6 ++-
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 7 +++
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp | 48 ++++++++++++++++++
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeSession.cpp | 58 +++++++++++++++++++++-
12 files changed, 190 insertions(+), 10 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h
create mode 100644 lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.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 clang.
from 429fe82294 [Driver] Update Fuchsia driver path handling
new e469ff2759 [analyzer] Support generating and reasoning over more symbol [...]
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/StaticAnalyzer/Checkers/SValExplainer.h | 16 +++-
lib/StaticAnalyzer/Core/SValBuilder.cpp | 7 +-
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 26 +++++--
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 27 ++++---
test/Analysis/analyzer_test.py | 12 ++-
test/Analysis/bitwise-ops.c | 9 +--
test/Analysis/bool-assignment.c | 4 -
test/Analysis/conditional-path-notes.c | 88 +++++++++++++++++++---
test/Analysis/explain-svals.cpp | 2 +-
.../{plist-macros.cpp => plist-macros-z3.cpp} | 11 +--
test/Analysis/plist-macros.cpp | 74 ++++++++++++++++--
test/Analysis/range_casts.c | 12 +--
test/Analysis/std-c-library-functions.c | 3 +-
13 files changed, 221 insertions(+), 70 deletions(-)
copy test/Analysis/{plist-macros.cpp => plist-macros-z3.cpp} (99%)
--
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 880288aa6 On Darwin, start building the TSan dylib for the iOS simulator.
new 739a23efa [builtins] Better Fuchsia support
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/builtins/CMakeLists.txt | 13 +++++++++----
lib/builtins/int_util.c | 10 ++++++++++
2 files changed, 19 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 7c78172bced [LoopRotate] Fix DomTree update logic for unreachable nodes [...]
new fa1648c5010 Fix to web assembly lib call list
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:
.../WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | 11 +++++++++++
1 file changed, 11 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 9a439088f2 [OPENMP] Emit implicit taskgroup block around taskloop directives.
new 429fe82294 [Driver] Update Fuchsia driver path handling
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/Driver/ToolChains/Fuchsia.cpp | 79 ++++++++++++++++++++++++++++++++-------
lib/Driver/ToolChains/Fuchsia.h | 20 ++++++++--
test/Driver/fuchsia.cpp | 3 +-
3 files changed, 84 insertions(+), 18 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 4157affe62e Use std::mutex to avoid memory allocation after OOM
new 7c78172bced [LoopRotate] Fix DomTree update logic for unreachable nodes [...]
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/Transforms/Scalar/LoopRotation.cpp | 20 ++++++++++++++++----
test/Transforms/LoopRotate/pr33701.ll | 27 +++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LoopRotate/pr33701.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.