LLVM backend for 6502
Go to file
Chris Lattner fa8f80ae0a new testcase: sra should be able to eliminate all of these alloca's, despite
the presense of pointer casts


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24666 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-12 07:18:59 +00:00
autoconf
docs attribute((used)) is now supported 2005-12-05 05:23:06 +00:00
examples
include/llvm Added new getNode and getTargetNode variants for X86 stores. 2005-12-10 00:37:58 +00:00
lib Fix typo :( 2005-12-11 18:43:13 +00:00
projects
runtime
test new testcase: sra should be able to eliminate all of these alloca's, despite 2005-12-12 07:18:59 +00:00
tools This solves the problem of the CBE renaming symbols that start with . but the assembly side still trying to reference them by their old names. Should be safe untill we hit a language front end that lets you specify such a name. 2005-12-06 20:51:30 +00:00
utils Send an indicator to llvm-testresults if the build failed 2005-12-11 19:55:39 +00:00
win32
Xcode
.cvsignore
configure
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.