LLVM backend for 6502
Go to file
Anshuman Dasgupta 3c1ded2691 Remove trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154755 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-14 20:59:13 +00:00
autoconf Remove a remaining reference to the obsolete C backend in configure 2012-04-12 12:02:39 +00:00
bindings
cmake
docs Remove trailing whitespace. 2012-04-14 20:59:13 +00:00
examples
include There is no need for setIsExact to be public. Make it private. 2012-04-14 15:43:22 +00:00
lib Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:36:06 +00:00
projects
runtime
test Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:36:06 +00:00
tools Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +00:00
unittests
utils Remove old code to strip out unwanted PPC slices for Apple llvmCore. 2012-04-13 22:58:53 +00:00
.gitignore
CMakeLists.txt
configure Remove a remaining reference to the obsolete C backend in configure 2012-04-12 12:02:39 +00:00
CREDITS.TXT Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch 2012-04-14 20:57:13 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +00:00
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.