LLVM backend for 6502
Go to file
Kevin Enderby b5db830840 Fixed some problems with the logic of parsing line comments by adding
isAtStartOfComment and using that instead in two places where a loop
to check if the char was in MAI.getCommentString().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82059 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-16 18:08:00 +00:00
autoconf
bindings Expose initializing the native target for the execution engine. 2009-09-14 21:54:32 +00:00
cmake
docs apparently russians are really hard to sort or something! 2009-09-16 05:42:12 +00:00
examples
include Reapplied r81355 with the problems fixed. 2009-09-16 11:35:50 +00:00
lib Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. 2009-09-16 17:18:29 +00:00
projects
runtime
test Fix the comment in this test. 2009-09-16 16:33:59 +00:00
tools Fixed some problems with the logic of parsing line comments by adding 2009-09-16 18:08:00 +00:00
unittests Drop the raw_ostream required buffer size to 1. 2009-09-15 20:31:46 +00:00
utils lit: Add a custom test format for use in clang. 2009-09-16 01:34:52 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
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.