This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 91d004da6 [test] Remove workaround for C1XX empty parameter pack bug
new 018fbafdf [libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS 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:
test/support/msvc_stdlib_force_include.hpp | 3 +++
1 file changed, 3 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 446c2e7b477 [x86] Add the test for folding stack spills into pextrw.
new 801b4cef3c3 Add a dominanance check interface that uses caching for ins [...]
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/OrderedInstructions.h | 51 +++++++++++++++++
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/OrderedInstructions.cpp | 33 +++++++++++
unittests/Transforms/Utils/CMakeLists.txt | 1 +
unittests/Transforms/Utils/OrderedInstructions.cpp | 65 ++++++++++++++++++++++
5 files changed, 151 insertions(+)
create mode 100644 include/llvm/Transforms/Utils/OrderedInstructions.h
create mode 100644 lib/Transforms/Utils/OrderedInstructions.cpp
create mode 100644 unittests/Transforms/Utils/OrderedInstructions.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 llvm.
from c9977b6aa4b [DWARF] Adding support for the DWARF v5 string offsets tabl [...]
new 565cfe059ca [x86] Revert the X86FoldTablesEmitter due to more miscompiles.
new 446c2e7b477 [x86] Add the test for folding stack spills into pextrw.
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/CMakeLists.txt | 1 -
lib/Target/X86/X86InstrInfo.cpp | 3400 +++++++++++++++++++++++-
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 21 +-
test/CodeGen/X86/stack-folding-int-sse42.ll | 17 +-
test/CodeGen/X86/vector-sqrt.ll | 18 +-
utils/TableGen/CMakeLists.txt | 1 -
utils/TableGen/TableGen.cpp | 6 -
utils/TableGen/TableGenBackends.h | 1 -
utils/TableGen/X86FoldTablesEmitter.cpp | 732 -----
10 files changed, 3442 insertions(+), 761 deletions(-)
delete mode 100644 utils/TableGen/X86FoldTablesEmitter.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 e883f1b319 PR33318: Add missing full-expression checking to static_asse [...]
new 6d3b995210 [Driver] Don't force .exe suffix for lld
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/MSVC.cpp | 4 +---
test/Driver/cl-link.c | 2 +-
2 files changed, 2 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 clang.
from 9a007fcb67 Retain header search and preprocessing options from AST file [...]
new e883f1b319 PR33318: Add missing full-expression checking to static_asse [...]
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/Parse/Parser.h | 3 ++-
lib/Parse/ParseDeclCXX.cpp | 4 +++-
lib/Sema/SemaDeclCXX.cpp | 8 ++++++++
test/SemaCXX/cxx1y-generic-lambdas-capturing.cpp | 4 ++++
test/SemaTemplate/deduction.cpp | 6 +++---
5 files changed, 20 insertions(+), 5 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 20350be310e [cmake] Enable reverse iteration by default through build macro
new 2144c5262ff CodeGen: Refactor MIR parsing
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/CodeGen/MIRParser/MIRParser.h | 20 +--
include/llvm/CodeGen/MachineFunctionInitializer.h | 38 ------
include/llvm/CodeGen/MachineModuleInfo.h | 15 +--
include/llvm/Target/TargetMachine.h | 7 +-
lib/CodeGen/LLVMTargetMachine.cpp | 10 +-
lib/CodeGen/MIRParser/MIRParser.cpp | 136 ++++++++++++---------
lib/CodeGen/MachineFunction.cpp | 3 -
lib/CodeGen/MachineFunctionPass.cpp | 2 +-
lib/CodeGen/MachineModuleInfo.cpp | 14 ++-
lib/CodeGen/MachineOutliner.cpp | 6 +-
.../AArch64/generic-virtual-registers-error.mir | 1 -
...eneric-virtual-registers-with-regbank-error.mir | 1 -
.../Generic/function-missing-machine-function.mir | 13 --
test/CodeGen/MIR/X86/empty0.mir | 6 +
test/CodeGen/MIR/X86/empty1.mir | 8 ++
test/CodeGen/MIR/X86/empty2.mir | 8 ++
tools/llc/llc.cpp | 5 +-
unittests/MI/LiveIntervalTest.cpp | 10 +-
unittests/Target/AArch64/InstSizes.cpp | 11 +-
19 files changed, 147 insertions(+), 167 deletions(-)
delete mode 100644 include/llvm/CodeGen/MachineFunctionInitializer.h
delete mode 100644 test/CodeGen/MIR/Generic/function-missing-machine-function.mir
create mode 100644 test/CodeGen/MIR/X86/empty0.mir
create mode 100644 test/CodeGen/MIR/X86/empty1.mir
create mode 100644 test/CodeGen/MIR/X86/empty2.mir
--
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 e6c9b7e113b llc: Create custom pass pipeline for .mir files; NFCI
new 20350be310e [cmake] Enable reverse iteration by default through build macro
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:
cmake/modules/HandleLLVMOptions.cmake | 4 ++++
include/llvm/ADT/SmallPtrSet.h | 4 ++++
include/llvm/Config/abi-breaking.h.cmake | 3 +++
3 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 clang.
from 532a634d67 Fix crash when an 'import a module' TypoCorrection has its C [...]
new 9a007fcb67 Retain header search and preprocessing options from AST file [...]
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/Frontend/ASTUnit.h | 14 +++++++++++++-
lib/Frontend/ASTUnit.cpp | 36 +++++++++++++++++++++++++++---------
lib/Frontend/FrontendAction.cpp | 3 +++
lib/Serialization/ASTReader.cpp | 2 ++
lib/Serialization/ASTWriter.cpp | 2 ++
test/Modules/preprocess-module.cpp | 8 ++++++++
6 files changed, 55 insertions(+), 10 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 binutils-gdb.
from 61756f84ee Drop arm support for falkor/qdf24xx targets, not present in [...]
new 056bafd472 ELF/BFD: Hold the number of internal static relocs in `->rel [...]
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:
bfd/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
bfd/elf-bfd.h | 2 +-
bfd/elf.c | 3 ++-
bfd/elf32-score.c | 4 ++--
bfd/elf32-score7.c | 8 ++++----
bfd/elf64-mips.c | 19 ++-----------------
bfd/elflink.c | 18 ++++++++----------
bfd/elfxx-mips.c | 4 ++--
8 files changed, 57 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.