Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2008-11-14 18:10:48 +00:00
autoconf
bindings
cmake
docs LLVM can generate native code for amd64 on "Linux". 2008-11-13 19:07:07 +00:00
examples
include Add XCore intrinsics for getid (returns thread id) and bitrev (reverses 2008-11-14 10:12:16 +00:00
lib Remove unneeded stuff from GRAD register class. 2008-11-14 18:10:48 +00:00
projects
runtime
test [XCore] Fix expansion of 64 bit add/sub. Don't custom expand 2008-11-14 15:59:19 +00:00
tools Add Binary flag to raw_fd_ostream constructor. 2008-11-13 05:01:07 +00:00
utils Fix to record comparator to make it work for return values > 1. 2008-11-13 12:03:00 +00:00
website
win32 Add files to VC++ projects. 2008-11-13 21:18:54 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Disallow in-source builds except when building with the Visual 2008-11-14 03:43:18 +00:00
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.