LLVM backend for 6502
Go to file
Dale Johannesen f8bc300821 Don't generate a select whose operand is load of a weak
external.  These may have address 0 and are not safe
to execute unconditionally.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71688 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-13 18:25:07 +00:00
autoconf Fix typo. 2009-05-13 13:13:18 +00:00
bindings
cmake
docs garbage allocation is not a good idea :) 2009-05-13 18:02:09 +00:00
examples
include Add three new helper routines, getNoopOrZeroExtend, 2009-05-13 03:46:30 +00:00
lib Don't generate a select whose operand is load of a weak 2009-05-13 18:25:07 +00:00
projects
runtime
test calls in nothrow functions can be marked nothrow even if the callee 2009-05-13 17:39:14 +00:00
tools
unittests
utils Slightly improve generated code in a degenerate case. 2009-05-12 22:32:29 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Fix typo. 2009-05-13 13:13:18 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Allow client Makefiles control over whether they want -pedantic by 2009-05-12 07:26:49 +00:00
ModuleInfo.txt
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.