ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libclamav/c++/llvm
Török Edvin 7820abe406 LLVM: don't assert on AVX chips (cherry-pick from upstream), bb #2763 14 years ago
..
autoconf Port upstream LLVM commits to fix bb #8723. 15 years ago
cmake Merge LLVM 2.8 from upstream 15 years ago
docs Update autogenerated files. 15 years ago
include LLVM: cherry-pick upstream debug crashfix 14 years ago
lib LLVM: don't assert on AVX chips (cherry-pick from upstream), bb #2763 14 years ago
utils tblgen: no asm, disasm generation needed. 15 years ago
CMakeLists.txt Merge LLVM 2.8 from upstream 15 years ago
CREDITS.TXT Merge LLVM 2.8 from upstream 15 years ago
LICENSE.TXT Merge LLVM upstream SVN r94539. 16 years ago
Makefile Merge LLVM 2.8 from upstream 15 years ago
Makefile.common rename libclamav/{llvm->c++} 16 years ago
Makefile.config.in Merge LLVM 2.8 from upstream 15 years ago
Makefile.rules Merge LLVM 2.8 from upstream 15 years ago
ModuleInfo.txt rename libclamav/{llvm->c++} 16 years ago
README.txt Merge LLVM 2.8 from upstream 15 years ago
build-for-llvm-top.sh rename libclamav/{llvm->c++} 16 years ago
configure Port upstream LLVM commits to fix bb #8723. 15 years ago
llvm.spec.in rename libclamav/{llvm->c++} 16 years ago

README.txt

\Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.