This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ae1ca02d148 Recommit "[llvm-objcopy] Switch over to using TableGen for [...]
new 7f71e973940 [llvm-objcopy] Adjust the code for the old versions of msvc
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/llvm-objcopy/llvm-objcopy.cpp | 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 3c8c5ef2e4d [NFC] Use FileCheck in test
new ae1ca02d148 Recommit "[llvm-objcopy] Switch over to using TableGen for [...]
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/tools/llvm-objcopy/add-section-remove.test | 2 +-
test/tools/llvm-objcopy/add-section.test | 2 +-
test/tools/llvm-objcopy/basic-only-keep.test | 2 +-
.../llvm-objcopy/binary-first-seg-offset-zero.test | 2 +-
test/tools/llvm-objcopy/keep-only-keep.test | 2 +-
.../llvm-objcopy/only-keep-remove-strtab.test | 2 +-
test/tools/llvm-objcopy/parent-loop-check.test | 2 +-
test/tools/llvm-objcopy/remove-section.test | 2 +-
tools/llvm-objcopy/CMakeLists.txt | 9 +
tools/llvm-objcopy/LLVMBuild.txt | 2 +-
tools/llvm-objcopy/Opts.td | 58 +++++
tools/llvm-objcopy/llvm-objcopy.cpp | 283 +++++++++++++--------
12 files changed, 251 insertions(+), 117 deletions(-)
create mode 100644 tools/llvm-objcopy/Opts.td
--
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 9d4b43cf243 [NFC] Use forgetTopmostLoop instead of logic duplication
new 3c8c5ef2e4d [NFC] Use FileCheck in test
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/Transforms/LoopUnswitch/2008-11-03-Invariant.ll | 6 +++++-
1 file changed, 5 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 eceadea7706 [PM/LoopUnswitch] Remove another over-aggressive assert.
new 1e1ca09b35b [X86] Add a BSWAP16 instruction using the 32-bit encoding p [...]
new 9d4b43cf243 [NFC] Use forgetTopmostLoop instead of logic duplication
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/X86InstrInfo.td | 8 ++++++--
lib/Transforms/Utils/LoopUnroll.cpp | 8 ++------
test/MC/Disassembler/X86/x86-64.txt | 2 +-
3 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 clang.
from a35ba6b4b1 Make add_clang_tool() formatting a bit more consistent.
new 54d5fd3102 [X86] Remove '#ifdef __x86_64__' around mask_set1_epi64 intrinsics.
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/avx512fintrin.h | 4 ----
lib/Headers/avx512vlintrin.h | 3 ---
test/CodeGen/avx512f-builtins.c | 2 --
test/CodeGen/avx512vl-builtins.c | 2 --
4 files changed, 11 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 903870a8da3 Remove unused function HexagonEarlyIfConversion::replacePhi [...]
new eceadea7706 [PM/LoopUnswitch] Remove another over-aggressive assert.
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/SimpleLoopUnswitch.cpp | 5 +-
.../SimpleLoopUnswitch/nontrivial-unswitch.ll | 73 ++++++++++++++++++++++
2 files changed, 74 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 0a219a22e15 Reflow formatting after previous NFC commit.
new 76f6bf2a288 [NFC] Add clarification comment
new 903870a8da3 Remove unused function HexagonEarlyIfConversion::replacePhi [...]
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/Hexagon/HexagonEarlyIfConv.cpp | 15 ---------------
lib/Transforms/Utils/LoopRotationUtils.cpp | 6 ++++--
2 files changed, 4 insertions(+), 17 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 3eb9432cd20 Mostly revert r330672.
new 5bef44a156a Change if-conditionals to else-if as they should all be mut [...]
new 0a219a22e15 Reflow formatting after previous NFC commit.
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/MC/MCParser/ELFAsmParser.cpp | 18 +++++++++---------
1 file 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 clang.
from 06e0734ae8 Fix build break due to content moving from Scalar.h to InstC [...]
new a35ba6b4b1 Make add_clang_tool() formatting a bit more consistent.
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/clang-rename/CMakeLists.txt | 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 llvm.
from bdd8ac7826b Remove code that's almost always dead, and harmful if not.
new 3eb9432cd20 Mostly revert r330672.
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:
utils/lit/lit/util.py | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.