| commit | 8453f205ebecd09a5180f6d2b2f7922ef09b732d | [log] [tgz] |
|---|---|---|
| author | Jonathan Thackray <jonathan.thackray@arm.com> | Wed Aug 13 15:07:28 2025 +0100 |
| committer | GitHub <noreply@github.com> | Wed Aug 13 14:07:28 2025 +0000 |
| tree | 7eb5eb9f251edb99e4d26135b23e5ea9e8be8acf | |
| parent | 385f83c774c25d87d53903501861cb8bcc2aac2e [diff] |
[AArch64][llvm] Unify AArch64 tests into a single file (3/4) (NFC) (#146330) This is a series of patches (3/4) to unify assembly/disassembly of recent AArch64 tests into a single file. The aim is to improve consistency, so that all instructions and system registers are thoroughly tested, and future test cases will be in a unified format. This patch: * removes .txt tests which have multiple feature dependencies * makes the .s tests have a roundabout run line to test both encoding and assembly * creates diagnostic tests when needed See also #146328, #146329 and #146331. Co-authored-by: Virginia Cangelosi <virginia.cangelosi@arm.com>
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.