Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2009-11-07 17:15:25 +00:00
autoconf
bindings
cmake CMake: Detect dotty. 2009-11-05 19:03:26 +00:00
docs add the ability for TargetData to return information about legal integer 2009-11-07 09:35:34 +00:00
examples Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. 2009-11-07 00:16:28 +00:00
include Add 8 bit libcalls and make use of them for msp430 2009-11-07 17:14:39 +00:00
lib First try of the post-inc operands handling... Not fully worked, though :( 2009-11-07 17:15:25 +00:00
projects
runtime
test Add some dummy support for post-incremented loads 2009-11-07 17:15:06 +00:00
tools
unittests
utils clang++ points out that this is pointless. 2009-11-06 06:33:01 +00:00
website
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.