freebsd kernel with SKQ
Go to file
Ed Schouten f76359690a Import LLVM r73984.
It seems I keep importing sources at very unlucky moments. Let's see
what this revision of LLVM does.
2009-06-23 19:31:59 +00:00
autoconf Import LLVM r73984. 2009-06-23 19:31:59 +00:00
bindings Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
cmake Import LLVM r73984. 2009-06-23 19:31:59 +00:00
docs Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
examples Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
include Import LLVM r73984. 2009-06-23 19:31:59 +00:00
lib Import LLVM r73984. 2009-06-23 19:31:59 +00:00
projects Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
runtime Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
test Import LLVM r73984. 2009-06-23 19:31:59 +00:00
tools Import LLVM r73984. 2009-06-23 19:31:59 +00:00
unittests Import LLVM r73340. 2009-06-14 09:23:33 +00:00
utils Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
website Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
win32 Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Xcode Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
build-for-llvm-top.sh Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
CMakeLists.txt Import LLVM r73984. 2009-06-23 19:31:59 +00:00
configure Import LLVM r73984. 2009-06-23 19:31:59 +00:00
CREDITS.TXT Import LLVM r73984. 2009-06-23 19:31:59 +00:00
LICENSE.TXT Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
llvm.spec.in Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
Makefile.common Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile.config.in Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile.rules Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
ModuleInfo.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
README.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00: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.