Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 505277a7f5 Add some very paranoid checking for operand/result reg class matchup
For instructions that define multiple results, use the right regclass
to define the result, not always the rc of result #0


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23580 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-01 07:45:09 +00:00
autoconf
docs Update the discussion of TargetRegisterDesc 2005-09-30 17:46:55 +00:00
examples
include/llvm Annotate nodes with their addresses if a graph requests it. 2005-10-01 00:19:21 +00:00
lib Add some very paranoid checking for operand/result reg class matchup 2005-10-01 07:45:09 +00:00
projects
runtime
test more specific tests of subtarget stuff 2005-09-30 20:30:24 +00:00
tools
utils Rename MRegisterDesc -> TargetRegisterDesc for consistency 2005-09-30 17:49:27 +00:00
win32 Fix VC++ build errors. 2005-09-25 19:04:43 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.