• Home
Name Date Size #Lines LOC

..--

autoconf/03-May-2024-20,70017,514

bindings/03-May-2024-8,3276,065

cmake/03-May-2024-1,5321,359

docs/03-May-2024-75,49759,310

examples/03-May-2024-11,7547,636

include/03-May-2024-142,41285,022

include-android/llvm/03-May-2024-1,022312

include-fuchsia/llvm/03-May-2024-1,016303

include-linux/llvm/03-May-2024-1,020312

include-osx/llvm/03-May-2024-1,022305

lib/03-May-2024-1,323,6841,145,504

projects/03-May-2024-6,0014,898

runtime/03-May-2024-912508

test/03-May-2024-442,465356,190

tools/03-May-2024-19,61113,494

unittests/03-May-2024-11,0187,967

utils/03-May-2024-73,86949,653

ALL_BUILD.vcxproj.filtersD03-May-2024698 2625

Android.bpD03-May-202417.8 KiB456440

Android.mkD03-May-202414.8 KiB448424

BUILD.gnD03-May-202417 KiB476463

CREDITS.TXTD03-May-20248.6 KiB377297

FastIntrinsicID.patchD03-May-20242.6 KiB6860

INSTALL.vcxproj.filtersD03-May-2024657 2524

LICENSE.TXTD03-May-20243.1 KiB7055

MakefileD03-May-20248 KiB266182

Makefile.commonD03-May-20242.7 KiB716

Makefile.config.inD03-May-202410.1 KiB328265

Makefile.rulesD03-May-202476.6 KiB2,2461,546

ModuleInfo.txtD03-May-2024125 54

OnlyX86.patchD03-May-202411 KiB275269

PACKAGE.vcxproj.filtersD03-May-2024657 2524

README.txtD03-May-2024579 1611

ZERO_CHECK.vcxproj.filtersD03-May-2024770 2827

build-for-llvm-top.shD03-May-20242.2 KiB6953

configureD03-May-2024590.7 KiB20,56917,479

llvm.spec.inD03-May-20241.9 KiB6857

ubsan_blacklist.txtD03-May-2024133 43

README.txt

1Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a toolkit for the construction of highly optimized compilers,
6optimizers, and runtime environments.
7
8LLVM is open source software. You may freely distribute it under the terms of
9the license agreement found in LICENSE.txt.
10
11Please see the HTML documentation provided in docs/index.html for further
12assistance with LLVM.
13
14If you're writing a package for LLVM, see docs/Packaging.html for our
15suggestions.
16