LLVM backend for 6502
Go to file
Jim Grosbach 28b810e9e4 Fix copy/paste-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155016 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-18 18:09:53 +00:00
autoconf
bindings
cmake
docs A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist 2012-04-18 08:02:25 +00:00
examples
include Tidy up. Trailing whitespace. 2012-04-18 17:46:37 +00:00
lib Fix copy/paste-o. 2012-04-18 18:09:53 +00:00
projects
runtime
test FileCheckize 2012-04-18 17:01:26 +00:00
tools Move the JIT flags from llc to lli. These flags showed up as part of moving 2012-04-18 08:34:12 +00:00
unittests Goodbye, JSONParser... 2012-04-17 17:21:17 +00:00
utils Clean up warning text. Remove extraneous prefix. 2012-04-18 18:09:50 +00:00
.gitignore
CMakeLists.txt Goodbye, JSONParser... 2012-04-17 17:21:17 +00:00
configure
CREDITS.TXT Update woefully stale credits entry. Everything listed there had been 2012-04-17 01:19:37 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.