This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 182577a7d Fix assigning to _gp in linker scripts.
new 5ba828f9a Consider only A.Sec in moveAbsRight.
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/ScriptParser.cpp | 2 +-
test/ELF/linkerscript/early-assign-symbol.s | 7 ++++---
2 files changed, 5 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 a689afa09de CodeGen: support SwiftError SwiftCC on Windows x64
new 6bf994d95cc [InstCombine] Use APInt::getActiveBits() to avoid creating [...]
new 686e2d6ca3c [APInt] Use getActiveBits() to implement logBase2 and ceilL [...]
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/ADT/APInt.h | 4 ++--
lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 +-
2 files changed, 3 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 llvm.
from 96bd9232ef8 [llvm-readobj] Teach readobj to dump .res files (WindowsResource).
new a689afa09de CodeGen: support SwiftError SwiftCC on Windows x64
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/SelectionDAG/SelectionDAGISel.cpp | 2 ++
lib/Target/X86/X86CallingConv.td | 3 +++
test/CodeGen/X86/swift-error.ll | 18 ++++++++++++++++++
3 files changed, 23 insertions(+)
create mode 100644 test/CodeGen/X86/swift-error.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 libcxx.
from e2b6832fc Fix a bit of UB in __independent_bits_engine. Fixes PR#34663
new 9641305bb Mark the __eval methods on independent_bits_engine (and __ind [...]
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/algorithm | 8 ++++----
include/random | 8 ++++----
2 files changed, 8 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 f45adc29de8 Rename K_MIPS64 to K_GNU64
new 96bd9232ef8 [llvm-readobj] Teach readobj to dump .res files (WindowsResource).
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/Object/Binary.h | 4 +-
include/llvm/Object/WindowsResource.h | 2 +
include/llvm/WindowsResource/ResourceProcessor.h | 51 +++++++
include/llvm/WindowsResource/ResourceScriptToken.h | 59 ++++++++
.../llvm/WindowsResource/ResourceScriptTokenList.h | 35 +++++
.../{resources.test => coff-resources.test} | 0
test/tools/llvm-readobj/res-resources.test | 163 +++++++++++++++++++++
tools/llvm-readobj/CMakeLists.txt | 1 +
tools/llvm-readobj/WindowsResourceDumper.cpp | 79 ++++++++++
tools/llvm-readobj/WindowsResourceDumper.h | 37 +++++
tools/llvm-readobj/llvm-readobj.cpp | 13 ++
11 files changed, 442 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/WindowsResource/ResourceProcessor.h
create mode 100644 include/llvm/WindowsResource/ResourceScriptToken.h
create mode 100644 include/llvm/WindowsResource/ResourceScriptTokenList.h
rename test/tools/llvm-readobj/{resources.test => coff-resources.test} (100%)
create mode 100644 test/tools/llvm-readobj/res-resources.test
create mode 100644 tools/llvm-readobj/WindowsResourceDumper.cpp
create mode 100644 tools/llvm-readobj/WindowsResourceDumper.h
--
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 63ae4a4c9 Add a special case for trivial alignment.
new 182577a7d Fix assigning to _gp in linker scripts.
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/LinkerScript.cpp | 1 +
ELF/Writer.cpp | 2 +-
test/ELF/mips-gp-ext.s | 7 +++++++
3 files changed, 9 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 e44429964bc [TableGen] Some optimizations to TableGen.
new ca187633851 Re-land "[DebugInfo] Insert DW_OP_deref when spilling indir [...]
new f45adc29de8 Rename K_MIPS64 to K_GNU64
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/Object/Archive.h | 2 +-
lib/CodeGen/LiveDebugVariables.cpp | 112 ++++++++++++++++----------
lib/Object/Archive.cpp | 16 ++--
lib/Object/ArchiveWriter.cpp | 2 +-
test/DebugInfo/X86/bbjoin.ll | 6 +-
test/DebugInfo/X86/spill-indirect-nrvo.ll | 103 ++++++++++++++++++++++++
test/DebugInfo/X86/spill-nontrivial-param.ll | 89 +++++++++++++++++++++
test/DebugInfo/X86/spill-nospill.ll | 113 +++++++++++++++++++++++++++
8 files changed, 390 insertions(+), 53 deletions(-)
create mode 100644 test/DebugInfo/X86/spill-indirect-nrvo.ll
create mode 100644 test/DebugInfo/X86/spill-nontrivial-param.ll
create mode 100644 test/DebugInfo/X86/spill-nospill.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 45fe989fa Signal polling is supported with pselect (re-land r313704 wit [...]
new 49509d6b4 Fix the SIGINT handlers
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:
tools/driver/Driver.cpp | 10 +++++-----
tools/lldb-mi/MIDriverMain.cpp | 8 ++++----
2 files changed, 9 insertions(+), 9 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 ae599aa1b47 llvm-dwarfdump: implement --recurse-depth=<N>
new d1ebb4117db Pacify gcc's -Wnum-compare after r313775
new 6a05035fb98 Pacify a gcc -Wparentheses warning
new 1809c66b662 Revert r313771 "[SLP] Vectorize jumbled memory loads."
new d76e3d5414e [TableGen] Add a DenseMapInfo for MachineValueType.
new e44429964bc [TableGen] Some optimizations to TableGen.
The 5 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/LoopAccessAnalysis.h | 15 --
include/llvm/CodeGen/MachineOperand.h | 6 +-
include/llvm/CodeGen/MachineValueType.h | 21 ++
include/llvm/Transforms/Scalar/LoopPassManager.h | 6 +-
lib/Analysis/LoopAccessAnalysis.cpp | 71 ------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 +++++++--------------
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +-
.../X86/jumbled-load-shuffle-placement.ll | 68 ------
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 +--
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
utils/TableGen/CodeGenDAGPatterns.cpp | 85 ++++---
utils/TableGen/CodeGenDAGPatterns.h | 11 +-
12 files changed, 215 insertions(+), 419 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.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 clang.
from f6e021e7e9 Put target deduced from executable name at the start of argu [...]
new 93bd7cd32d Remove offset size check in nullptr arithmetic 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/AST/Expr.cpp | 7 -------
test/CodeGen/nullptr-arithmetic.c | 13 +++++++++++++
test/Sema/pointer-addition.c | 2 ++
test/SemaCXX/nullptr-arithmetic.cpp | 2 ++
4 files changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.