clamav/libclamav/c++/llvm
2018-02-27 22:00:45 -05:00
..
autoconf Spelling Adjustments (#30) 2018-02-27 22:00:09 -05:00
cmake Merge LLVM 2.8 from upstream 2010-11-06 15:50:30 +02:00
docs Update autogenerated files. 2010-03-06 20:41:32 +02:00
include c++11 / g++ 6 compatibility fix, std::make_pair to std::pair for templated types 2018-02-27 22:00:45 -05:00
lib c++11 / g++ 6 compatibility fix, Explicitly cast narrowing conversions inside {}s that will become errors in C++0x. Fix taken from llvm upstream. Original commit by jyasskin. 2018-02-27 22:00:38 -05:00
utils tblgen: no asm, disasm generation needed. 2010-11-06 15:50:30 +02:00
build-for-llvm-top.sh rename libclamav/{llvm->c++} 2009-08-31 11:39:46 +03:00
CMakeLists.txt Merge LLVM 2.8 from upstream 2010-11-06 15:50:30 +02:00
configure Spelling Adjustments (#30) 2018-02-27 22:00:09 -05:00
CREDITS.TXT Merge LLVM 2.8 from upstream 2010-11-06 15:50:30 +02:00
LICENSE.TXT Merge LLVM upstream SVN r94539. 2010-01-26 15:20:54 +02:00
llvm.spec.in rename libclamav/{llvm->c++} 2009-08-31 11:39:46 +03:00
Makefile Merge LLVM 2.8 from upstream 2010-11-06 15:50:30 +02:00
Makefile.common rename libclamav/{llvm->c++} 2009-08-31 11:39:46 +03:00
Makefile.config.in Merge LLVM 2.8 from upstream 2010-11-06 15:50:30 +02:00
Makefile.rules Spelling Adjustments (#30) 2018-02-27 22:00:09 -05:00
ModuleInfo.txt rename libclamav/{llvm->c++} 2009-08-31 11:39:46 +03:00
README.txt Merge LLVM 2.8 from upstream 2010-11-06 15:50:30 +02:00

\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.