LLVM backend for 6502
Go to file
Evan Cheng 513d19b6a1 Also requires -mattr=-sse3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26778 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-15 18:05:13 +00:00
autoconf
docs Fixed a typo in the vsetfp examples. 2006-03-14 23:22:57 +00:00
examples
include/llvm Set TargetPrefix on target-specific intrinsics. That way, in theory, different 2006-03-15 01:32:36 +00:00
lib allow field sensitivity to be a tunable parameter 2006-03-15 05:43:41 +00:00
projects
runtime Optimizing to calloc() to malloc() + memset() can be bad on some platforms. 2006-03-13 21:22:43 +00:00
test Also requires -mattr=-sse3 2006-03-15 18:05:13 +00:00
tools Convert llvm.cs.uiuc.edu -> llvm.org 2006-03-14 05:54:52 +00:00
utils Fix VC++ build error. 2006-03-15 02:51:05 +00:00
win32 Put intrinsics.gen in its proper place. 2006-03-10 04:36:01 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules reorder these to make it work with static libraries 2006-03-10 21:01:34 +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.