LLVM backend for 6502
Go to file
Duncan Sands 226f54b262 Clarify that later compiler versions are known to
fail to build the Ada front-end.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74793 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-05 12:01:44 +00:00
autoconf LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
bindings
cmake
docs Clarify that later compiler versions are known to 2009-07-05 12:01:44 +00:00
examples
include Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. 2009-07-04 16:37:12 +00:00
lib When comparing constants, consider a less wide constant to be "less complex" 2009-07-04 17:24:52 +00:00
projects
runtime
test When comparing constants, consider a less wide constant to be "less complex" 2009-07-04 17:24:52 +00:00
tools LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2009-07-04 14:23:08 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
Makefile.rules
ModuleInfo.txt
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +00:00

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.