LLVM backend for 6502
Go to file
Misha Brukman 8bb5e99013 * Added unittests for StringMap
* Fixed but in StringMap::clear()
* Removed trailing whitespace

Original patch by Talin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61914 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-08 04:48:20 +00:00
autoconf
bindings
cmake CMake: replace `rm' with portable invocations of cmake. 2009-01-07 19:24:44 +00:00
docs
examples
include * Added unittests for StringMap 2009-01-08 04:48:20 +00:00
lib Add APIs to record regions and variables. 2009-01-08 02:49:34 +00:00
projects
runtime
test Fix off-by-one error in traversing an array; this fixes a test. 2009-01-07 23:07:29 +00:00
tools CMake: replace `rm' with portable invocations of cmake. 2009-01-07 19:24:44 +00:00
unittests * Added unittests for StringMap 2009-01-08 04:48:20 +00:00
utils Use VIM's built-in shorthand for whitespace in regex. 2009-01-08 02:17:30 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Removed trailing whitespace. 2009-01-08 02:11:55 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Removed trailing whitespace. 2009-01-08 02:11:55 +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.