LLVM backend for 6502
Go to file
Nick Lewycky fa8ffc10b3 Generalize to support more ARM types.
Configure was not actually regenerated, but the change last time only touched
this one line, so I'm being lazy and cheating by fixing it manually.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69453 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-18 18:11:26 +00:00
autoconf Generalize to support more ARM types. 2009-04-18 18:11:26 +00:00
bindings
cmake
docs Make it clearer that llvm-gcc is not needed for 2009-04-18 12:40:19 +00:00
examples
include Add a ScalarEvolution::getCouldNotCompute() function, and use it 2009-04-18 17:58:19 +00:00
lib Add a ScalarEvolution::getCouldNotCompute() function, and use it 2009-04-18 17:58:19 +00:00
projects
runtime
test Adjust XFAIL syntax, maybe that will help. The other 2009-04-18 02:01:23 +00:00
tools Temporarily revert r69438 and r69439. These were causing failures during a 2009-04-18 11:20:33 +00:00
unittests
utils Use CallConvLower.h and TableGen descriptions of the calling conventions 2009-04-17 19:07:39 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Generalize to support more ARM types. 2009-04-18 18:11:26 +00:00
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.