LLVM backend for 6502
Go to file
Chris Lattner 87ac972709 Allow globals to have an alignment specified. Switch to using isPowerOf2_32
at Jim's request for the checking code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24210 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-06 06:46:28 +00:00
autoconf
docs enumerate non-standard argument encoding cases, such as alignment info for 2005-11-05 22:32:06 +00:00
examples
include/llvm allow functions and modules to have an explicit alignment 2005-11-06 06:44:42 +00:00
lib Allow globals to have an alignment specified. Switch to using isPowerOf2_32 2005-11-06 06:46:28 +00:00
projects
runtime
test new testcase 2005-11-05 22:07:30 +00:00
tools add a hack that fixes: 2005-11-03 07:17:51 +00:00
utils 1. Remove ranges from itinerary data. 2005-11-03 22:47:41 +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.