This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f0843f82b [COFF] Add support for /WX
new dc703892e Remove obsolete comment.
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/InputSection.h | 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 llvm.
from 376cc58a734 ARMAddressingModes.h: Don't mark header functions as file local
new 2ea99a1a974 bpf: fix an uninitialized variable issue
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/BPF/BPFISelDAGToDAG.cpp | 4 +++-
1 file changed, 3 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 clang.
from 05b3b1db31 [Sema] Document+test the -Wsign-compare change for enums in [...]
new 50ce061d12 mplement __has_unique_object_representations
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/clang/AST/Type.h | 6 +
include/clang/Basic/TokenKinds.def | 2 +
include/clang/Basic/TypeTraits.h | 3 +-
lib/AST/Type.cpp | 146 +++++++++++++++++++++++
lib/Parse/ParseExpr.cpp | 1 +
lib/Sema/SemaExprCXX.cpp | 3 +
test/SemaCXX/type-traits.cpp | 233 +++++++++++++++++++++++++++++++++++++
7 files changed, 393 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 0c6dd78930a Fix Wdocumentation warning. NFCI.
new 26ee77f2532 [Transforms] Fix some Clang-tidy modernize and Include What [...]
new e3ed1e8dc7b RegisterUsageInfo.h: Add missing header for complete type n [...]
new 3beb4af75e4 X86AsmPrinter.h: Add missing header for complete type neede [...]
new 66d0e9446a3 X86Operand.h: Include X86MCTargetDesc.h for SSE register en [...]
new 53a0dabbc5f WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunction [...]
new e186a09f148 HexagonDepTimingClasses.h: Don't mark header functions as f [...]
new 8287ed23983 Type.h: Don't mark header functions as file local
new 04614e095ba LaneBitmask.h: Don't mark header functions as file local
new b6293695c35 AtomicOrdering.h: Don't mark header functions as file local
new 88d6995bda4 ConvertUTF.h: Don't mark header functions as file local
new b5c3a33e44b Printable.h: Don't mark header functions as file local
new 4eaad940163 TargetOpcodes.h: Don't mark header functions as file local
new 36f40a6dcda Transforms/Utils/Local.h: Don't mark header functions as fi [...]
new 1617f0720ed ValueMapper.h: Don't mark header functions as file local
new 376cc58a734 ARMAddressingModes.h: Don't mark header functions as file local
The 15 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/CodeGen/RegisterUsageInfo.h | 1 +
include/llvm/IR/Type.h | 2 +-
include/llvm/MC/LaneBitmask.h | 2 +-
include/llvm/Support/AtomicOrdering.h | 21 ++-
include/llvm/Support/ConvertUTF.h | 8 +-
include/llvm/Support/Printable.h | 2 +-
include/llvm/Target/TargetOpcodes.h | 4 +-
include/llvm/Transforms/Utils/Local.h | 8 +-
include/llvm/Transforms/Utils/ValueMapper.h | 2 +-
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h | 149 +++++++++------------
lib/Target/Hexagon/HexagonDepTimingClasses.h | 19 ++-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 2 +-
lib/Target/X86/AsmParser/X86Operand.h | 1 +
lib/Target/X86/X86AsmPrinter.h | 1 +
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 96 ++++++-------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 22 +--
lib/Transforms/InstCombine/InstCombineInternal.h | 71 +++++++---
.../InstCombine/InstCombineMulDivRem.cpp | 65 +++++----
lib/Transforms/InstCombine/InstCombineSelect.cpp | 32 ++++-
.../InstCombine/InstCombineVectorOps.cpp | 29 +++-
.../InstCombine/InstructionCombining.cpp | 56 +++++---
.../Scalar/InductiveRangeCheckElimination.cpp | 111 ++++++++-------
22 files changed, 416 insertions(+), 288 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 lld.
from e41946a30 Use ArgList::hasFlag().
new e3695fa58 [COFF] Clean up boolean flag handling
new f0843f82b [COFF] Add support for /WX
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 46 ++++++++++++++++++++++++++--------------------
COFF/DriverUtils.cpp | 3 +++
COFF/Error.cpp | 5 +++++
COFF/Options.td | 47 ++++++++++++++++++++++++++++++-----------------
test/COFF/wx.s | 17 +++++++++++++++++
6 files changed, 82 insertions(+), 37 deletions(-)
create mode 100644 test/COFF/wx.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 3692af84ce [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined [...]
new 05b3b1db31 [Sema] Document+test the -Wsign-compare change for enums in [...]
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/ReleaseNotes.rst | 4 ++++
test/Sema/sign-compare-enum.c | 24 ++++++++++++++++++++++++
2 files changed, 28 insertions(+)
create mode 100644 test/Sema/sign-compare-enum.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 lld.
from 14176db4d Move comment to the place where it makes more sense.
new e41946a30 Use ArgList::hasFlag().
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/Driver.cpp | 37 +++++++++++++++----------------------
1 file changed, 15 insertions(+), 22 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 f8fc02fbd4a Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand [...]
new 0c6dd78930a Fix Wdocumentation warning. NFCI.
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/MC/MCAsmBackend.h | 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 llvm.
from 58a8315339f Delete unused instantiations of DIBuilder. NFC
new c79e8ba6d6c [NVPTX] allow address space inference for volatile loads/stores.
new 5cb4d688511 Use range-based for loop. NFC
new f8fc02fbd4a Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand [...]
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:
include/llvm/Analysis/TargetTransformInfo.h | 11 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 5 +
lib/CodeGen/CodeGenPrepare.cpp | 397 ++++++++++++------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +-
lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 16 +
lib/Transforms/Scalar/InferAddressSpaces.cpp | 35 ++-
test/CodeGen/NVPTX/ld-st-addrrspace.py | 97 ++++++
8 files changed, 351 insertions(+), 219 deletions(-)
create mode 100644 test/CodeGen/NVPTX/ld-st-addrrspace.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.