Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 601fe38b1e refactor the LowerOperation code out to individual functions for
each lowering, which is 'best practice'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48441 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-17 02:52:07 +00:00
autoconf
bindings C and Objective Caml bindings for the TargetData class. 2008-03-16 20:08:03 +00:00
docs
examples
include __builtin_ia32_movntdqa reads memory 2008-03-16 21:15:47 +00:00
lib refactor the LowerOperation code out to individual functions for 2008-03-17 02:52:07 +00:00
projects
runtime
test ensure we continue matching x86-64 rotates. 2008-03-17 01:35:03 +00:00
tools
utils
website
win32
Xcode C and Objective Caml bindings for the TargetData class. 2008-03-16 20:08:03 +00:00
build-for-llvm-top.sh
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.