LLVM backend for 6502
Go to file
Chris Lattner 2a38688494 inline the global 'getInstrOperandRegClass' function into its callers
now that TargetOperandInfo does the heavy lifting.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77508 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-29 21:36:49 +00:00
autoconf
bindings
cmake
docs Add one-past-the-end language to the inbounds keyword. 2009-07-29 16:00:30 +00:00
examples
include inline the global 'getInstrOperandRegClass' function into its callers 2009-07-29 21:36:49 +00:00
lib inline the global 'getInstrOperandRegClass' function into its callers 2009-07-29 21:36:49 +00:00
projects
runtime
test xfail for now. 2009-07-29 17:40:28 +00:00
tools Move ConstantExpr to 2.5 API. 2009-07-29 18:55:55 +00:00
unittests Update unittest for LLVM API change. 2009-07-29 19:18:13 +00:00
utils 1. Introduce a new TargetOperandInfo::getRegClass() helper method 2009-07-29 21:10:12 +00:00
website
win32
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.