LLVM backend for 6502
Go to file
Chris Lattner fd5df2b203 don't say this is i128, because it isn't yet. Hopefully nate will change
this to be something sane, but in the mean time it is unused, so safe to
make something bogus.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24504 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-29 00:41:40 +00:00
autoconf add malloc_zone_statistics, remove mstats 2005-11-14 07:24:17 +00:00
docs Fixed a punctuation error. 2005-11-28 23:25:41 +00:00
examples
include/llvm Added documented rsprofiler interface. Also remove new profiler passes, the 2005-11-28 18:00:38 +00:00
lib don't say this is i128, because it isn't yet. Hopefully nate will change 2005-11-29 00:41:40 +00:00
projects
runtime Add the remove() function from the C library. 2005-11-28 15:49:15 +00:00
test This should not be dce'd 2005-11-20 21:46:52 +00:00
tools Allow users to specify -Wl,-native* multiple times if they please 2005-11-17 16:08:04 +00:00
utils Initialize this variable on all paths, fixing a crasher in windows. Thanks 2005-11-19 07:48:33 +00:00
win32 Teach Visual Studio about new files. 2005-11-28 06:46:36 +00:00
Xcode Remove the lowerconstantexprs pass 2005-10-29 05:34:40 +00:00
.cvsignore
configure regenearte 2005-11-14 07:25:50 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.