1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
Go to file
Daniel Dunbar 777095c7bc Update CMake.
llvm-svn: 78367
2009-08-07 03:59:06 +00:00
autoconf
bindings
cmake
docs Add note about msys perl needed for windows/mingw32 builds. 2009-08-06 12:54:58 +00:00
examples
include Use std::string() instead of std::string(""). 2009-08-07 01:43:45 +00:00
lib Update CMake. 2009-08-07 03:59:06 +00:00
projects
runtime
test It turns out most of the thumb2 instructions are not allowed to touch SP. The semantics of such instructions are unpredictable. We have just been lucky that tests have been passing. 2009-08-07 00:34:42 +00:00
tools llvm-ld has a new option called -b to specify the name of bitcode output file, use that. 2009-08-06 04:09:26 +00:00
unittests Update unit test. 2009-08-05 23:28:57 +00:00
utils Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. 2009-08-05 23:16:16 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Vanity. 2009-08-06 21:54:23 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. 2009-08-05 09:37:43 +00:00
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.