llvm with tablegen backend for capstone disassembler
Go to file
Kazu Hirata 47605ffec8 [lldb] Fix a warning
This patch fixes:

  lldb/source/Target/ProcessTrace.cpp:23:33: error: extra ';' outside
  of a function is incompatible with C++98
  [-Werror,-Wc++98-compat-extra-semi]
2024-01-09 12:04:20 -08:00
.ci
.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 [clang][modules] Objective-C test lacks support on AIX/zOS (#77485) 2024-01-09 13:40:21 -05:00
clang-tools-extra [clang-tidy] Improve performance of misc-const-correctness (#72705) 2024-01-09 18:22:03 +01:00
cmake
compiler-rt [PGO] Fix instrprof-api.c on Windows (#77508) 2024-01-09 14:53:40 -05:00
cross-project-tests
flang [Flang] Xfail hlfir test case on AIX (#76802) 2024-01-09 14:06:12 -05:00
libc [libc] temporarily set -Wno-shorten-64-to-32 (#77396) 2024-01-08 16:21:49 -08:00
libclc libclc: generic: add half implementation for erf/erfc (#66901) 2024-01-09 16:47:53 +00:00
libcxx Fixed shared_ptr comparisons with nullptr_t when spaceship is unavailable. (#76781) 2024-01-09 20:41:24 +01:00
libcxxabi [libc++abi] Handle catch null pointer-to-object (#68076) 2024-01-08 17:11:14 -05:00
libunwind [libc++] Allow running the test suite with optimizations (#68753) 2024-01-09 10:39:14 -05:00
lld [ELF,test] Set alignment of SHT_GROUP to 4 2024-01-09 10:59:48 -08:00
lldb [lldb] Fix a warning 2024-01-09 12:04:20 -08:00
llvm [LLVM][NVPTX]: Add intrinsic for setmaxnreg (#77289) 2024-01-09 12:04:13 -08:00
llvm-libgcc
mlir [acc] Fix OpenACC documentation (#77502) 2024-01-09 11:12:41 -08:00
openmp [Libomptarget] Allow the CPU targets to be built without libffi (#77495) 2024-01-09 14:01:52 -06:00
polly [polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280) 2024-01-08 09:48:02 -08:00
pstl
runtimes
third-party [System][z/OS] Fix per-thread timing error on z/OS (#76947) 2024-01-05 07:57:07 -05:00
utils [bazel] Fix compiler-rt build after 07c9189fcc 2024-01-09 17:53:25 +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
.mailmap .mailmap: add second entry for self 2023-12-19 11:13:19 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
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.