LLVM backend for 6502
Go to file
2010-08-28 05:12:57 +00:00
autoconf Remove getsect checks, the result is unused and is broken anyhow. 2010-08-25 08:44:54 +00:00
bindings - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. 2010-08-24 20:00:52 +00:00
cmake Updated CMake library dependencies. Removed unnecessary component name 2010-08-26 02:29:53 +00:00
docs remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
examples Trailing whitespace. 2010-08-19 20:03:53 +00:00
include remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
lib Use pseudo instructions for VST1 and VST2. 2010-08-28 05:12:57 +00:00
projects
runtime
test remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
tools Straighten out any triple strings passed on the command line before 2010-08-28 01:30:02 +00:00
unittests StringRef::compare_numeric also differed from StringRef::compare for characters > 127. 2010-08-26 15:25:35 +00:00
utils more dead thing zapping. 2010-08-28 03:43:50 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2010-08-25 08:45:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix the "Finished Creating" messages for aliases to print the 2010-08-18 01:35:53 +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.

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