LLVM backend for 6502
Go to file
Torok Edwin 68c405d6e8 fix style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68542 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-07 19:45:59 +00:00
autoconf Detect that we're building from a git checkout like we do for cvs and svn. 2009-04-01 04:39:25 +00:00
bindings
cmake CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
docs Use 'name' instead of 'href'. 2009-04-07 18:54:06 +00:00
examples Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
include Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
lib fix style. 2009-04-07 19:45:59 +00:00
projects
runtime
test fix rdar://6762290, a crash compiling cxx filt with clang. 2009-04-07 05:03:34 +00:00
tools Add an API for the bitstream reader to read blobs and return 2009-04-07 02:56:46 +00:00
unittests Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
utils "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. 2009-04-03 20:25:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT Test commit access to LLVM with some minor narcissism. 2009-04-03 21:41:52 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Add ccc back for now. 2009-03-30 17:43:04 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Avoid -O3 on Darwin for now. 2009-04-06 19:58:11 +00:00
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.