llvm with tablegen backend for capstone disassembler
Go to file
Joseph Huber e203968e41
[Libomptarget] Do not abort on failed plugin init (#77623)
Summary:
The current code logic is supposed to skip plugins that aren't found or
could not be loaded. However, the plugic ontained a call to `abort` if
it failed, which prevented us from continuing if initilalization the
plugin failed (such as if `dlopen` failed for the dyanmic plugins).
2024-01-10 11:42:04 -06:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github [libc++] Allow running the test suite with optimizations (#68753) 2024-01-09 10:39:14 -05:00
bolt [DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParallel to have a common library. Part 1. (#75925) 2024-01-09 11:32:08 +03:00
clang [Flang] Support -mrvv-vector-bits flag (#77588) 2024-01-11 00:37:01 +07:00
clang-tools-extra [emacs] Fix Emacs library formatting (#76110) 2024-01-10 13:14:21 +01:00
cmake [CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviour 2023-07-17 09:59:05 +03:00
compiler-rt Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)" 2024-01-09 18:37:04 -08:00
cross-project-tests [Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045) 2023-12-11 15:19:40 +00:00
flang [Flang] Support -mrvv-vector-bits flag (#77588) 2024-01-11 00:37:01 +07:00
libc [libc] Disable Death Tests While Hermetic (#77388) 2024-01-09 15:04:22 -08:00
libclc libclc: generic: add half implementation for erf/erfc (#66901) 2024-01-09 16:47:53 +00:00
libcxx [libc++][docs] Document the libc++ Lit testing format naming scheme (#73136) 2024-01-10 10:51:06 -05:00
libcxxabi [libc++abi] Handle catch null pointer-to-object (#68076) 2024-01-08 17:11:14 -05:00
libunwind [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534) 2024-01-10 11:25:17 +02:00
lld [lld][LoongArch] Handle extreme code model relocs according to psABI v2.30 (#73387) 2024-01-10 18:03:52 +08:00
lldb [lldb][ClangASTImporter][NFC] Remove redundant do-while loop (#77596) 2024-01-10 13:08:11 +00:00
llvm [RISCV] Re-implement Zacas MC layer support to make it usable for CodeGen. (#77418) 2024-01-10 09:18:40 -08:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir] allow inlining complex ops (#77514) 2024-01-10 09:23:36 -08:00
openmp [Libomptarget] Do not abort on failed plugin init (#77623) 2024-01-10 11:42:04 -06:00
polly [polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280) 2024-01-08 09:48:02 -08:00
pstl Clear release notes for 18.x 2023-07-25 13:58:49 +02:00
runtimes [CMake] Always define runtimes-test-depends (#73629) 2023-11-28 15:30:52 -08:00
third-party [System][z/OS] Fix per-thread timing error on z/OS (#76947) 2024-01-05 07:57:07 -05:00
utils [bazel] Port 79aa776267 2024-01-10 17:41:22 +01:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [libc++] Add libc++ clang-formatting commit to git-blame-ignore-revs file 2023-12-18 14:04:41 -05:00
.gitattributes [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
.gitignore Revert accidental .gitignore change from 9b7763821a 2023-09-07 22:42:05 -07:00
.mailmap .mailmap: add second entry for self 2023-12-19 11:13:19 +00:00
CODE_OF_CONDUCT.md [llvm] Add CODE_OF_CONDUCT.md (#65816) 2023-09-09 10:55:31 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md to remove the not about not accepting PR 2023-09-10 15:21:06 -07:00
LICENSE.TXT
README.md [libc++][CI] Moves CI badge to main README. (#77247) 2024-01-09 19:12:42 +01:00
SECURITY.md

The LLVM Compiler Infrastructure

OpenSSF Scorecard libc++

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, 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.