.gitignore Adjust documentation for git migration. Jan 30, 2019 CMakeLists.txt [clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone b… Oct 8, 2019 CODE_OWNERS.TXT Add myself as code owner for OpenBSD driver Dec 1, 2018 ...
The LLVM Compiler Infrastructure 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. Other components include: thelibc++ C++ standard library, theLLD linker, and more. ...
(modified) utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel (+1) diff --git a/mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp b/mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cppindex 466a9799295f9..c16c38ea22a5d 100644--- a/mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp+++ b/mlir...
[llvm] Set up .arcconfig to point to Diffusion L repository Jan 12, 2018 .clang-format Test commit. Mar 2, 2014 .clang-tidy Disable tidy checks with too many hits Feb 1, 2019 .gitattributes Fix the "git modified" issue on the preserve-comments-crlf.s. ...
Here are some pointers: Information on Clang: http://clang.llvm.org/ Building and using Clang: http://clang.llvm.org/get_started.html Clang Static Analyzer: http://clang-analyzer.llvm.org/ Information on the LLVM project: http://llvm.org/ If you have questions or comments about Clang, ...
modified clang/LLVM/libc++ toolchain providing same-source CUDA/Host/Metal/OpenCL/Vulkan programming used by libfloor (https://github.com/a2flo/floor) - a2flo/floor_llvm
[profile] Do not cache __llvm_profile_get_filename result Oct 19, 2019 test [builtins][test] Avoid unportable mmap call in clear_cache_test.c Oct 22, 2019 tools Add GWP-ASan fuzz target to compiler-rt/tools. Aug 28, 2019 unittests ...
LLVM Linker (lld) This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project. lld is open source software. You may freely distribute it under the terms of the license agreement...
This repo is a mirror of upstream https://github.com/llvm/llvm-project . Every three hours the main branch is mirrored from upstream. Please do not create pull requests on main, use branch amd-trunk-dev - ROCm-Developer-Tools/llvm-project
git clone https://github.com/llvm/llvm-project.git Or, on windows,git clone --config core.autocrlf=false https://github.com/llvm/llvm-project.git Configure and build LLVM and Clang: cd llvm-project mkdir build cd build cmake -G <generator> [options] ../llvm ...