LLVM backend for 6502
Go to file
Chris Lattner 1e3a8a4924 rename TGLoc -> SMLoc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73843 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-21 03:39:35 +00:00
autoconf
bindings
cmake
docs Clarify that if the alignment is zero then an alignment 2009-06-20 13:26:06 +00:00
examples
include rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
lib rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
projects
runtime
test Expand this test to handle more cases (remainder and shifts) of zero. 2009-06-21 01:56:41 +00:00
tools
unittests
utils rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.