llvm with tablegen backend for capstone disassembler
Go to file
Jacques Pienaar 5930725c89
[mlir] Add config for PDL (#69927)
Make it so that PDL in pattern rewrites can be optionally disabled.

PDL is still enabled by default and not optional bazel. So this should
be a NOP for most folks, while enabling other to disable.

This is piped through mlir-tblgen invocation and that could be
changed/avoided by splitting up the passes file instead.

This only works with tests disabled. With tests enabled this still
compiles but tests fail as there is no lit config to disable tests that
depend on PDL rewrites yet.
2024-01-03 09:43:22 -08:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github Update CODEOWNERS 2024-01-01 18:12:49 -08:00
bolt [BOLT] Don't split likely fallthrough in CDSplit (#76164) 2023-12-21 16:17:10 -05:00
clang ObjcRuntime.h: Add mips64, aarch64, and riscv64 to non-legacy dispatch (#76694) 2024-01-03 17:34:00 +00:00
clang-tools-extra [clangd] check for synthesized symbols when tracking include locations (#75128) 2024-01-03 17:52:50 +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 [compiler-rt] enable pwritev interception on freebsd/netbsd. (#76759) 2024-01-02 23:37:05 +00:00
cross-project-tests [Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045) 2023-12-11 15:19:40 +00:00
flang [flang] Error out when assumed rank variable in used as selector in SELECT TYPE statement (#74286) 2024-01-03 05:46:02 -08:00
libc [libc][NFC] Remove FloatProperties (#76508) 2024-01-03 09:51:58 +01:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx Revert "Reapply "[Sema] Fix crash on invalid code with parenthesized aggregate initialization" (#76272)" 2024-01-03 17:56:07 +01:00
libcxxabi Revert "[llvm-cxxfilt] Added the option --no-params (#75348)" 2024-01-02 20:27:01 +00:00
libunwind [libunwind] Bump to CXX_STANDARD 17 (#75986) 2023-12-19 21:51:05 -08:00
lld [FuncAttrs] Deduce noundef attributes for return values (#76553) 2023-12-31 20:44:48 +08:00
lldb [lldb][test] Skip other Global Module Cache tests on Arm/AArch64 Linux 2024-01-03 11:24:58 +00:00
llvm Revert "Reapply "RegisterCoalescer: Add implicit-def of super register when coalescing SUBREG_TO_REG"" 2024-01-03 17:09:46 +00:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir] Add config for PDL (#69927) 2024-01-03 09:43:22 -08:00
openmp [Libomptarget] Fix RPC-based malloc on NVPTX (#72440) 2024-01-02 16:53:53 -06:00
polly Revert "[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75141)" 2024-01-02 19:00:58 -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 [SystemZ][z/OS] define HOST_NAME_MAX for z/OS (#76093) 2023-12-20 14:29:24 -05:00
utils [mlir] Add config for PDL (#69927) 2024-01-03 09:43:22 -08:00
.arcconfig
.arclint
.clang-format
.clang-tidy Add -misc-use-anonymous-namespace to .clang-tidy 2023-05-06 02:33:20 +03:00
.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 [docs] Add LICENSE.txt to the root of the mono-repo 2022-08-24 09:35:00 +02:00
README.md Add Scorecard Action (#69933) 2023-11-01 11:08:26 -07:00
SECURITY.md

The LLVM Compiler Infrastructure

OpenSSF Scorecard

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.