LLVM backend for 6502
Go to file
Reid Spencer f8f5740a37 Fix some typos in the Makefile.rules.
Patch contributed by Vladimer Merzliakov.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19877 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-28 19:52:32 +00:00
autoconf let configure recognize Alphas 2005-01-24 17:33:52 +00:00
docs Add some initial documentation for the SelectionDAG based instruction selectors 2005-01-28 17:22:53 +00:00
examples
include/llvm Do not clean up if the MappedFile was never used or if the client already 2005-01-28 16:08:23 +00:00
lib * add some DEBUG statements 2005-01-28 19:32:01 +00:00
projects
runtime Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. 2005-01-28 19:37:35 +00:00
test New testcase. 2005-01-28 19:08:32 +00:00
tools Add support for fp tolerances 2005-01-23 03:45:26 +00:00
utils This method takes sys::Path objects now. 2005-01-23 03:32:16 +00:00
win32 Get VC++ compiling again 2005-01-28 07:29:32 +00:00
.cvsignore
configure let configure recognize Alphas 2005-01-24 17:25:41 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix some typos in the Makefile.rules. 2005-01-28 19:52:32 +00:00
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.