LLVM backend for 6502
Go to file
Chris Lattner bcb56d8104 new testcase for pr1045
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32467 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-12 04:24:17 +00:00
autoconf Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 2006-12-10 23:12:42 +00:00
docs Fixed some formatting. 2006-12-09 01:35:43 +00:00
examples
include/llvm Implement getIntegerCast and getFPCast for ConstantExpr. These are similar 2006-12-12 00:51:07 +00:00
lib Revert Nate's patch to fix X86/store-fp-constant.ll. With the dag combiner 2006-12-12 04:18:56 +00:00
projects
runtime
test new testcase for pr1045 2006-12-12 04:24:17 +00:00
tools Generate the correct cast opcode for constant expressions. 2006-12-12 01:31:37 +00:00
utils Provide a script that can track down which optimization pass causes 2006-12-11 17:42:12 +00:00
win32
Xcode
.cvsignore
configure Regenerate. 2006-12-10 23:29:19 +00:00
CREDITS.TXT The list is sorted by name. 2006-08-29 01:42:47 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in For PR739: 2006-12-10 04:09:19 +00:00
Makefile.rules Don't bother with setting the path before running llvm-gcc4, it doesn't 2006-12-10 04:56:38 +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.