LLVM backend for 6502
Go to file
Dan Gohman d908adf2ec Remove an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70262 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-27 22:12:34 +00:00
autoconf Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
bindings Fix ocaml bindings; add "available_externally" linkage type. 2009-04-13 07:02:32 +00:00
cmake
docs Fix some confusion in the Ada f-e build instructions between 2009-04-27 11:21:35 +00:00
examples silence a warning. 2009-04-15 00:16:05 +00:00
include Add tests for WeakVH and AssertingVH. These pointed out that the overloads for 2009-04-27 20:32:07 +00:00
lib Remove an obsolete comment. 2009-04-27 22:12:34 +00:00
projects
runtime
test Fix PR 4086, a bug in FP IV elimination. 2009-04-27 21:03:15 +00:00
tools give bitstreamreader an API to ignore names for blocks/records, 2009-04-27 20:04:08 +00:00
unittests Add tests for WeakVH and AssertingVH. These pointed out that the overloads for 2009-04-27 20:32:07 +00:00
utils 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. 2009-04-27 18:41:29 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Use a bigger hammer to coerce subversion into english. 2009-04-24 17:00:03 +00:00
Makefile.common
Makefile.config.in Add a --enable-profiling option to configure to build Debug+Profile and 2009-04-17 14:49:22 +00:00
Makefile.rules Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +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.