This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 41efb10075 [X86] Prevent inclusion of __wmmintrin_aes.h and __wmmintrin [...]
new f018741d7d GNUstep Objective-C ABI version 2
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/Expr.h | 8 +
include/clang/Basic/DiagnosticDriverKinds.td | 2 +
lib/CodeGen/CGObjCGNU.cpp | 1750 ++++++++++++++++++-----
lib/Driver/ToolChains/Clang.cpp | 9 +-
lib/Frontend/InitPreprocessor.cpp | 13 +
test/CodeGenObjC/constant-strings.m | 15 +-
test/CodeGenObjC/forward-declare-protocol-gnu.m | 11 +
test/CodeGenObjC/gnu-empty-protocol-v3.m | 15 +-
test/CodeGenObjC/gnu-init.m | 69 +
test/CodeGenObjC/gnustep2-category.m | 26 +
test/CodeGenObjC/gnustep2-class.m | 55 +
test/CodeGenObjC/gnustep2-ivar-offset.m | 28 +
test/CodeGenObjC/gnustep2-proto.m | 39 +
test/CodeGenObjC/ivar-type-encoding.m | 8 +-
test/Preprocessor/init.c | 7 +
15 files changed, 1691 insertions(+), 364 deletions(-)
create mode 100644 test/CodeGenObjC/forward-declare-protocol-gnu.m
create mode 100644 test/CodeGenObjC/gnu-init.m
create mode 100644 test/CodeGenObjC/gnustep2-category.m
create mode 100644 test/CodeGenObjC/gnustep2-class.m
create mode 100644 test/CodeGenObjC/gnustep2-ivar-offset.m
create mode 100644 test/CodeGenObjC/gnustep2-proto.m
--
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 0b09ac3e5 Handle --plugin-opt= options as alias options.
new 88389ad11 CommandFlags.def -> CommandFlags.inc, leftover after r329840
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:
Common/TargetOptionsCommandFlags.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 29e11a0437 ld: Adjust tic6x tests
new 7455c018e4 PR23207, hppa ld SIGSEGVs on invalid object files
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 | 6 ++++++
bfd/elf32-hppa.c | 23 ++++++++++++-----------
2 files changed, 18 insertions(+), 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 33b4099feb6 [GlobalISel][InstructionSelect] Removing redundant num oper [...]
new b77633aafe8 [WebAssembly] Fix fast-isel lowering illegal argument and r [...]
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/WebAssembly/WebAssemblyFastISel.cpp | 18 ++++++++----
.../WebAssembly/WebAssemblyMachineFunctionInfo.h | 2 ++
test/CodeGen/WebAssembly/fast-isel-i24.ll | 12 ++++++++
test/CodeGen/WebAssembly/fast-isel-i256.ll | 33 ++++++++++++++++++++++
4 files changed, 60 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/fast-isel-i256.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 release_60
in repository llvm.
from 1b1a4b851e8 Merge r322521 - just regenerates the CHECK lines using the [...]
new 75a5bfcd08b Merge r328945 which corrected the fundamental structure of [...]
new 7adebb3f26b Merge r329657.
new af30b243d2f Merge r329673, fixing test case to use %regname instead of [...]
new 46812d9b083 Merge r329771, fixing $regname to be %regname.
new 239a5fb0211 Merge r330264 for the fix to PR37100, a regression introduc [...]
new 2015726c965 Merge r330269 to fix egregiously bad codegeneration in the [...]
new 624ddd84406 Merge r332389 to pick up the fix for PR37431, a regression [...]
new 9b6cedd7a59 [X86] Add hasSideEffects=0 back to ADOX instructions. Parti [...]
The 8 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/MachineBasicBlock.h | 7 +
lib/CodeGen/MachineBasicBlock.cpp | 8 +
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/Disassembler/X86Disassembler.cpp | 7 +-
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86FlagsCopyLowering.cpp | 935 ++++
lib/Target/X86/X86ISelLowering.cpp | 26 +-
lib/Target/X86/X86ISelLowering.h | 3 -
lib/Target/X86/X86InstrArithmetic.td | 34 +-
lib/Target/X86/X86InstrCompiler.td | 8 +-
lib/Target/X86/X86InstrInfo.cpp | 107 +-
lib/Target/X86/X86InstrInfo.td | 71 +-
lib/Target/X86/X86InstrSystem.td | 13 +
lib/Target/X86/X86RegisterInfo.td | 16 +-
lib/Target/X86/X86TargetMachine.cpp | 3 +
test/CodeGen/X86/GlobalISel/add-scalar.ll | 14 +-
test/CodeGen/X86/O0-pipeline.ll | 2 +
test/CodeGen/X86/clobber-fi0.ll | 37 -
test/CodeGen/X86/cmpxchg-clobber-flags.ll | 372 +-
test/CodeGen/X86/copy-eflags.ll | 274 +-
test/CodeGen/X86/eflags-copy-expansion.mir | 64 -
test/CodeGen/X86/flags-copy-lowering.mir | 555 ++
test/CodeGen/X86/ipra-reg-usage.ll | 2 +-
test/CodeGen/X86/mul-i1024.ll | 6223 ++++++++++-----------
test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 109 +-
test/CodeGen/X86/win64_frame.ll | 88 +-
test/CodeGen/X86/x86-repmov-copy-eflags.ll | 11 +-
27 files changed, 5050 insertions(+), 3943 deletions(-)
create mode 100644 lib/Target/X86/X86FlagsCopyLowering.cpp
delete mode 100644 test/CodeGen/X86/clobber-fi0.ll
delete mode 100644 test/CodeGen/X86/eflags-copy-expansion.mir
create mode 100644 test/CodeGen/X86/flags-copy-lowering.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 f02d6fd47c1 AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" [...]
new 33b4099feb6 [GlobalISel][InstructionSelect] Removing redundant num oper [...]
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/TableGen/GlobalISelEmitter.td | 10 +++---
utils/TableGen/GlobalISelEmitter.cpp | 66 +++++++++++++++++++++++++++++++++---
2 files changed, 66 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 34a87bb07a ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
new 29e11a0437 ld: Adjust tic6x tests
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:
ld/ChangeLog | 17 +++++
ld/testsuite/ld-tic6x/shlib-1.rd | 119 +++++++++++++++---------------
ld/testsuite/ld-tic6x/shlib-1b.rd | 119 +++++++++++++++---------------
ld/testsuite/ld-tic6x/shlib-1r.rd | 119 +++++++++++++++---------------
ld/testsuite/ld-tic6x/shlib-1rb.rd | 119 +++++++++++++++---------------
ld/testsuite/ld-tic6x/shlib-app-1.rd | 121 +++++++++++++++---------------
ld/testsuite/ld-tic6x/shlib-app-1b.rd | 121 +++++++++++++++---------------
ld/testsuite/ld-tic6x/shlib-app-1r.rd | 101 +++++++++++++------------
ld/testsuite/ld-tic6x/shlib-app-1rb.rd | 101 +++++++++++++------------
ld/testsuite/ld-tic6x/shlib-noindex.rd | 127 ++++++++++++++++----------------
ld/testsuite/ld-tic6x/static-app-1.rd | 111 ++++++++++++++--------------
ld/testsuite/ld-tic6x/static-app-1b.rd | 111 ++++++++++++++--------------
ld/testsuite/ld-tic6x/static-app-1r.rd | 107 +++++++++++++--------------
ld/testsuite/ld-tic6x/static-app-1rb.rd | 107 +++++++++++++--------------
14 files changed, 752 insertions(+), 748 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 82363e747 Fix typo.
new 0b09ac3e5 Handle --plugin-opt= options as alias options.
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:
Common/Args.cpp | 18 +++---
ELF/Driver.cpp | 86 ++++++++++-----------------
ELF/DriverUtils.cpp | 24 ++++++++
ELF/Options.td | 21 +++++++
test/ELF/lto/opt-level.ll | 2 +-
test/ELF/lto/thinlto-object-suffix-replace.ll | 2 +-
test/ELF/lto/thinlto-prefix-replace.ll | 2 +-
7 files changed, 91 insertions(+), 64 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 compiler-rt.
from e3c8c25f3 [CMake] Use a different source depending on C++ support
new 6418b4a6a [CMake] Silence unused variable warning in compiler check
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/CompilerRTUtils.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.