Ulrich Weigand
2013-Apr-14 18:00 UTC
[LLVMdev] [RFC/PATCH][2/4] New SystemZ backend: LLVM testsuite changes
Hello, this set of patches adds platform-specific support to the base LLVM test suite. The first patch adds 290 new SystemZ CodeGen (.ll) tests. The second patch adds 582 new SystemZ MC assembler (.s) tests. The third patch adds the usual test suite config changes for a platform that supports MCJIT, but not the old JIT, modeled after existing changes for PPC64 and AARCH64. Overall, this test of tests ought to provide significant coverage of SystemZ features. [See also LLVMdev for the full set of SystemZ patches and discussion.] Bye, Ulrich (See attached file: diff-systemz-llvm-test-codegen)(See attached file: diff-systemz-llvm-test-mc)(See attached file: diff-systemz-llvm-test-jit) -------------- next part -------------- A non-text attachment was scrubbed... Name: diff-systemz-llvm-test-codegen Type: application/octet-stream Size: 876263 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130414/9b93b67c/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: diff-systemz-llvm-test-mc Type: application/octet-stream Size: 495545 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130414/9b93b67c/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: diff-systemz-llvm-test-jit Type: application/octet-stream Size: 10365 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130414/9b93b67c/attachment-0002.obj>
Possibly Parallel Threads
- [LLVMdev] [RFC/PATCH][1/4] New SystemZ backend: LLVM code changes
- [LLVMdev] [RFC/PATCH][3/4] New SystemZ backend:Clang changes
- [LLVMdev] [RFC/PATCH][0/4] New SystemZ backend
- [LLVMdev] Code ownership for SystemZ port
- [LLVMdev] Removing TargetMachine CPU auto-detection for PowerPC and SystemZ?