llvm with tablegen backend for capstone disassembler
Go to file
Ramiro Leal-Cavazos ab2fc9521e Fix handling of special and large vals in expand pattern for round
The current expand pattern for `math.round` does not handle the
special values -0.0, +-inf, and +-nan correctly. It also does not
properly handle values with magnitude |x| >= 2^23. Lastly, the pattern
generates invalid IR when the input to `math.round` is a vector. This
patch fixes these issues.

Reviewed By: rsuderman

Differential Revision: https://reviews.llvm.org/D148398
2023-04-20 18:08:19 +00:00
.github workflows/release-binaries: Install missing dependencies 2023-04-20 08:21:53 -07:00
bolt [BOLT][NFC] Remove exec permission from some tests 2023-04-19 19:42:01 -04:00
clang arm_bf16.td: fix copy/paste typo in comment header 2023-04-20 19:43:51 +02:00
clang-tools-extra [Clangd] Make the type hint length limit configurable 2023-04-20 15:21:48 +02:00
cmake Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag" 2023-03-28 08:28:17 +00:00
compiler-rt [scudo] Support printing the status of cached blocks 2023-04-20 01:08:47 +00:00
cross-project-tests [Dexter] Add timeout options 2023-03-22 13:50:00 +00:00
flang [flang][openacc] Support array section with constant lb or ub for data operand 2023-04-20 10:53:47 -07:00
libc [libc] Zero initialize Uint<T>::val 2023-04-20 13:47:55 -03:00
libclc Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
libcxx Instructions to run libc++ test suite 2023-04-20 09:52:47 -07:00
libcxxabi [libcxxabi][demangle] create helper for std::string_view::starts_with 2023-04-20 10:02:32 -07:00
libunwind [libunwind] [SEH] Add debug logging in __libunwind_seh_personality 2023-04-19 23:05:48 +03:00
lld Revert D147493 "[ELF] Cap parallel::strategy to 16 threads when --threads= is unspecified" 2023-04-20 09:49:22 -07:00
lldb [LLDB] Discard register flags where the size doesn't match the register 2023-04-20 08:36:49 +00:00
llvm [DAG] Retain nuw flags when reassociating adds 2023-04-20 19:05:45 +01:00
llvm-libgcc Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
mlir Fix handling of special and large vals in expand pattern for round 2023-04-20 18:08:19 +00:00
openmp [OpenMP][libomptarget][NFC] Remove error data member from AsyncInfoWrapperTy 2023-04-18 18:52:01 +02:00
polly Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
pstl Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
runtimes Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
third-party Remove an extra // in the IWYU pragma for gtest-matchers.h 2023-03-14 13:11:53 +01:00
utils [bazel] Fix the bazel build for the "analysis" target for a443b3d18e. 2023-04-20 09:02:29 +02:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
.mailmap Fix incorrect .mailmap entry 2023-03-27 14:02:10 -07:00
CONTRIBUTING.md Added instruction to join the llvm discourse and discord group. 2023-03-27 17:02:07 -07:00
LICENSE.TXT
README.md
SECURITY.md

The LLVM Compiler Infrastructure

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.

Getting the Source Code and Building LLVM

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.

Getting in touch

Join the LLVM Discourse forums, Discord chat, or #llvm IRC channel on OFTC.

The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.