This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from db1ddbd Clarify memory ownership semantics; NFC.
new ae25ab8 [Hexagon] Define architecture version macros for hexagonv55
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/Basic/Targets.cpp | 5 +++++
test/Preprocessor/hexagon-predefines.c | 6 ++++++
2 files 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 llvm.
from 161372b [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
new 42fa984 [mips][microMIPS] Implement ldpc instruction
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/Mips/MicroMips64r6InstrFormats.td | 12 ++++++++++++
lib/Target/Mips/MicroMips64r6InstrInfo.td | 5 +++++
lib/Target/Mips/Mips64r6InstrInfo.td | 2 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 1 +
test/MC/Mips/micromips64r6/valid.s | 1 +
5 files changed, 20 insertions(+), 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 2a866db CachePruning: early exit if no path supplied
new 1c6fe69 Fix test command line to explicitly disable CDI instructions [...]
new 33683f1 [X86] Fix vector-tzcnt-512 test to disable CDI while enabling [...]
new 0e2baf6 [AVX512] Add CTTZ support for v8i64 and v16i32 vectors.
The 3 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 | 1 +
test/CodeGen/X86/vector-tzcnt-512.ll | 326 +++++++++++++++++++++++------------
2 files changed, 214 insertions(+), 113 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 8f964ad NFC: fix copy / paste comment
new 484ff8d [RuntimeDyld] Fix conservative over-allocation of memory for [...]
new 7c699fb Zero-initialize members of the CpuHashInfoTy structure for AsmParser
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/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 18 ++++++++++++++----
lib/MC/MCParser/AsmParser.cpp | 4 ++--
2 files changed, 16 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 llvm.
from 615a6cf Address Philip's post-commit feedback for r266987. NFC.
new 6159d86 [unordered] Add tests and conservative handling in support of [...]
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/Loads.cpp | 20 +++++++++++++++
test/Transforms/InstCombine/atomic.ll | 48 ++++++++++++++++++++++++++++++++++-
2 files changed, 67 insertions(+), 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 0562d50 [AVX512] Add support for popcount of v8i64 and v16i32 with an [...]
new 3655b0c [SelectionDAG] Teach LegalizeVectorOps to directly Expand CTT [...]
new fe59ac8 [X86] Remove unnecessary setting of CTTZ_ZERO_UNDEF to Custom [...]
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/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 8 +++++---
lib/Target/X86/X86ISelLowering.cpp | 5 -----
2 files changed, 5 insertions(+), 8 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 bb1a6fc ValueMapper: Map uniqued nodes in post-order
new 0562d50 [AVX512] Add support for popcount of v8i64 and v16i32 with an [...]
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 | 13 +++
test/CodeGen/X86/vector-popcnt-512.ll | 178 ++++++++++++++++------------------
2 files changed, 97 insertions(+), 94 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 d396215 MachineSched: Cleanup; NFC
new e33a1a5 BitcodeWriter: Emit metadata in post-order (again)
new 0e60374 ThinLTO/ModuleLinker: add a flag to not always pull-in linkon [...]
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/Linker/Linker.h | 5 ++-
include/llvm/Transforms/IPO/FunctionImport.h | 6 +++-
lib/Bitcode/Writer/ValueEnumerator.cpp | 36 +++++++++++--------
lib/Bitcode/Writer/ValueEnumerator.h | 5 +--
lib/Linker/LinkModules.cpp | 9 +++++
lib/Transforms/IPO/FunctionImport.cpp | 20 ++++++++---
test/Bitcode/mdnodes-in-post-order.ll | 34 ++++++++++++++++++
test/Bitcode/metadata-function-blocks.ll | 12 +++----
test/Linker/funcimport2.ll | 2 +-
.../Transforms/FunctionImport/Inputs/funcimport.ll | 42 ++++++++++++++++++++++
test/Transforms/FunctionImport/funcimport.ll | 18 ++++++++--
tools/llvm-link/llvm-link.cpp | 6 ++--
12 files changed, 160 insertions(+), 35 deletions(-)
create mode 100644 test/Bitcode/mdnodes-in-post-order.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 lldb.
from 787f4b2 Removed extraneous print() in decorator for enabling module d [...]
new 6a52c73 Added command prefix to new help messages to ensure that they [...]
new 8f8ac54 Corrected wording of REPL not available messaging (contained [...]
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:
source/Commands/CommandObjectHelp.cpp | 16 +++++-----------
source/Core/Debugger.cpp | 2 +-
source/Target/Target.cpp | 2 +-
3 files changed, 7 insertions(+), 13 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 faa949c Refine instruction weight annotation algorithm for sample profiler.
new 32ea396 Add optimization for 'icmp slt (or A, B), A' and some related [...]
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/Analysis/ValueTracking.h | 7 ++
include/llvm/IR/PatternMatch.h | 37 +++++++++
lib/Analysis/InstructionSimplify.cpp | 57 +++++++++----
lib/Analysis/ValueTracking.cpp | 36 ++-------
test/Transforms/InstSimplify/compare.ll | 137 ++++++++++++++++++++++++++++++++
5 files changed, 231 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.