llvm with tablegen backend for capstone disassembler
Go to file
Matthias Springer 8f9aac4427
[mlir][vector] Fix invalid IR in vector.print lowering (#74410)
`DecomposePrintOpConversion` used to generate invalid op such as:
```
error: 'arith.extsi' op operand type 'vector<10xi32>' and result type 'vector<10xi32>' are cast incompatible
  vector.print %v9 : vector<10xi32>
```

This commit fixes tests such as
`mlir/test/Integration/Dialect/Vector/CPU/test-reductions-i32.mlir` when
verifying the IR after each pattern application (#74270).
2023-12-06 09:44:03 +09:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github Disable fail-fast for libc++ builders. (#74485) 2023-12-05 15:01:46 -05:00
bolt [bolt] Support arm64 FP register spills (#73021) 2023-12-05 20:32:58 +01:00
clang [clang][tidy] Ensure rewriter has the correct CWD (#67839) 2023-12-05 15:35:55 -08:00
clang-tools-extra [clang][tidy] Fix build failure after 07157db 2023-12-05 15:52:57 -08:00
cmake [CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviour 2023-07-17 09:59:05 +03:00
compiler-rt [scudo] Add parameters for ring buffer and stack depot sizes (#74539) 2023-12-05 16:12:16 -08:00
cross-project-tests [cross-project-tests] Fix struct-dse example so that it fails again (#73566) 2023-11-27 13:14:10 -08:00
flang [Flang] remove assert using femode_t from AIX (#74500) 2023-12-05 17:17:28 -05:00
libc [libc] fix -Wtype-limits in wctob (#74511) 2023-12-05 15:37:27 -08:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libc++] Refactor of ASan annotation functions (#74023) 2023-12-05 13:27:08 -05:00
libcxxabi [libc++] Run picolibc tests with qemu 2023-11-29 17:21:08 -05:00
libunwind [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) 2023-11-29 18:03:58 -08:00
lld [LLD][COFF] Add -build-id flag to generate .buildid section. (#71433) 2023-12-05 14:57:45 -05:00
lldb [NFC][lldb] Implement DiagnosticManager::Consume (#74011) 2023-12-05 12:26:10 -08:00
llvm [IR] Remove deprecated PointerType::getWithSamePointeeType() 2023-12-05 15:12:03 -08:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir][vector] Fix invalid IR in vector.print lowering (#74410) 2023-12-06 09:44:03 +09:00
openmp [OpenMP][FIX] Fixup test that doesn't work with lit's env substitute 2023-12-05 16:32:19 -08:00
polly [Polly] Add disjoint flag to some tests (NFC) 2023-12-05 14:37:19 +01: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 [gtest] Disable new posix::FOpen Windows implementation for now 2023-09-28 21:11:09 +02:00
utils [bazel] Port 7fc792cba7 2023-12-06 00:03:04 +01: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 [git] Add _LIBCPP_INLINE_VISIBILITY renaming to .git-blame-ignore-revs file 2023-12-04 10:26:52 -05:00
.gitignore Revert accidental .gitignore change from 9b7763821a 2023-09-07 22:42:05 -07:00
.mailmap [mailmap] Add entry for myself 2023-12-04 18:05:55 +08: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.