llvm with tablegen backend for capstone disassembler
Go to file
Peter Klausler a6e77fdd74
[flang][runtime] Make defined formatted I/O process format elementally (#74150)
The present implementation of defined formatted I/O is incorrect for
arrays in the data item list; it assumes that a DT defined format
descriptor (or list-directed/namelist instance) applies to all of the
elements in the array. The loop over the elements in the array is within
the DefinedFormattedIo() template function that handles defined
formatted I/O, not around its calls. This causes only one format list
edit descriptor to be used for the whole array, which is of course
wrong.

Invert this arrangment by performing the per-element looping in at the
top level in FormattedDerivedTypeIo() instead.

Defined unformatted I/O remains as it was.
2023-12-11 11:55:44 -08:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github [github] Enable assertions on test workflow (#74849) 2023-12-11 13:58:18 -05:00
bolt [BOLT] Fix local out-of-range stub issue in LongJmp (#73918) 2023-12-11 10:38:28 +08:00
clang [AArch64] Correctly mark Neoverse N2 as an Armv9.0a core (#75055) 2023-12-11 18:52:25 +00:00
clang-tools-extra [clangd] Initialize HighlightingsBuilder::Resolver (#74971) 2023-12-10 22:05:51 -05:00
cmake
compiler-rt [Profile] Disable continuous mode when reset to default.profraw due to malformed LLVM_PROFILE_FILE. (#74879) 2023-12-11 10:13:08 -05:00
cross-project-tests [Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045) 2023-12-11 15:19:40 +00:00
flang [flang][runtime] Make defined formatted I/O process format elementally (#74150) 2023-12-11 11:55:44 -08:00
libc [libc][NFC] fix uint128 init in float properties (#75084) 2023-12-11 10:46:10 -08:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libc++][test] Fix more MSVC and Clang warnings (#74965) 2023-12-10 13:46:40 -08:00
libcxxabi [libc++abi] Fix lpStart adjustment for exceptions table (#72727) 2023-12-06 20:54:21 -08:00
libunwind [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) 2023-11-29 18:03:58 -08:00
lld [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916) 2023-12-09 14:28:45 -08:00
lldb [lldb-dap] Include [opt] in the frame name only if a custom frame format is not specified. (#74861) 2023-12-11 14:46:25 -05:00
llvm [llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257) 2023-12-11 20:47:20 +01:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir][sparse] fix bug in custom reduction scalarization code (#74898) 2023-12-11 10:22:17 -08:00
openmp [OpenMP] Add extra flags to libomptarget and plugin builds (#74520) 2023-12-11 10:41:50 -08:00
polly [polly][NFC] Refactor reduction detection code for modularity (#72343) 2023-12-07 14:04:52 -08:00
pstl
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 2460bf2fac 2023-12-11 13:57:05 +01:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [libc++][NFC] Add _VSTD renaming commit to git-blame-ignore-revs 2023-12-08 09:59:15 -05:00
.gitignore
.mailmap [mailmap] Add my entry 2023-12-07 10:26:36 +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
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.