LLVM backend for 6502
Go to file
Chris Lattner dacbe7b171 Make functions with an "asm" name propagate that asm name into the cbe.c file.
This fixes link errors on programs with these on targets with prefixes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29390 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-28 20:58:47 +00:00
autoconf For PR848: 2006-07-28 05:05:00 +00:00
docs Correct a misunderstanding about cross-compiling. Anton's changes don't 2006-07-27 06:41:31 +00:00
examples
include/llvm The smallvector dtor should destroy the elements. 2006-07-28 05:03:42 +00:00
lib Make functions with an "asm" name propagate that asm name into the cbe.c file. 2006-07-28 20:58:47 +00:00
projects
runtime Reverted previous commit. Thanks, Chris. 2006-07-28 18:30:52 +00:00
test allow this to pass on non-x86 machines 2006-07-26 20:44:24 +00:00
tools Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has been addressed. 2006-07-28 18:03:01 +00:00
utils Clean up. 2006-07-28 01:19:22 +00:00
win32
Xcode
.cvsignore
configure For PR848: 2006-07-28 05:05:00 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile Revamp this to use filter-out, which makes the logic simpler and not nested. 2006-07-26 19:10:34 +00:00
Makefile.common
Makefile.config.in For PR848: 2006-07-28 05:05:00 +00:00
Makefile.rules Pass -fstrict-aliasing to the compiler when building a release build on darwin. 2006-07-27 18:19:51 +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.