1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
2009-09-22 06:09:31 +00:00
autoconf
bindings
cmake
docs Add documentation on how to use enable debug information in the JIT and use it with GDB. 2009-09-21 02:34:59 +00:00
examples
include Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks 2009-09-22 04:44:56 +00:00
lib Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks 2009-09-22 04:44:56 +00:00
projects
runtime
test Fix a pasto. Also simplify for Bill's benefit. 2009-09-22 01:48:19 +00:00
tools Fix llvm-config --src-root and --obj-root for CMake builds. 2009-09-22 06:09:31 +00:00
unittests
utils Actually use the arguments with the resolved executable path. 2009-09-22 06:09:13 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.