commit | d8bffa9018c88ef6ce441bb44d7b7d7a9091e583 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Fri Aug 30 17:37:48 2024 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 30 17:37:48 2024 -0700 |
tree | 84f35e075179c0bdfe71987e5f5b2f35f10ff630 | |
parent | 0ab3d6e14305ce8a97bfe3af7ddc52c416e698a6 [diff] |
Revert "[AArch64][AsmParser] Directives should clear transitively implied features (#106625)" (#106813) Revert #106625 and fix attempt #106804" There is another issue in https://lab.llvm.org/buildbot/#/builders/169/builds/2690 directive-cpu-err.s and the fix like #106804 fixed the overflow but fails CHECKs. This reverts commit 10affaf894a72bee9b84ada77dc943b1bb03d02e. This reverts commit 24977395592fb3a47d0356b6e9e6d25358a521c5.
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.