commit | 6f34d03b3132a8286630f8496aa7dce9605e677b | [log] [tgz] |
---|---|---|
author | Un1q32 <joey.t.reinhart@gmail.com> | Fri Apr 04 19:02:39 2025 -0400 |
committer | GitHub <noreply@github.com> | Fri Apr 04 16:02:39 2025 -0700 |
tree | 202ef65a90ade8a6f93b6c92c68ad66f96017703 | |
parent | b0d0636026cdd2d1088d60c169a7a3a3371c0e66 [diff] |
Remove iOS 5 check for tailcalls on ARM (#133354) Fixes #102053 The check was added in 8decdc472f308b13d7fb7fd50c3919db086c0417, and at the time iOS 5 was the latest iOS version, before that commit tail calls were disabled for all ARMv7 targets. Testing a build of wasm3 with the patch on a device running iOS 3.0 shows a noticeable performance improvement and no issues.
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.