LLVM backend for 6502
Go to file
Dan Gohman 38deef9ce5 Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64915 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-18 16:37:45 +00:00
autoconf
bindings
cmake Add mode_t to the config.h generated by cmake on win32. Used by clang. 2009-02-14 16:13:26 +00:00
docs Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
examples
include Add explicit keywords. 2009-02-18 16:37:45 +00:00
lib Add explicit keywords. 2009-02-18 16:37:45 +00:00
projects
runtime
test Add a test for r61358, which I forgot to add way back when. 2009-02-18 07:50:22 +00:00
tools fix style 2009-02-18 08:30:15 +00:00
unittests
utils Add explicit keywords. 2009-02-18 16:37:45 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
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.