LLVM backend for 6502
Go to file
2010-04-20 14:48:02 +00:00
autoconf Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
bindings
cmake
docs Refresh this documentation. Things have changed a bit in the mean time: 2010-04-17 07:00:24 +00:00
examples Fix -Wcast-qual warning. 2010-04-20 11:50:37 +00:00
include move some select simplifications out out instcombine into 2010-04-20 05:32:14 +00:00
lib If a PHI node somehow has debug info, propogate it to the MachineInstr PHI. 2010-04-20 14:48:02 +00:00
projects
runtime Delete a blank line. 2010-04-16 13:32:55 +00:00
test Bill's change in r95336 broke empty aggregates embedded 2010-04-20 06:20:21 +00:00
tools Support .a files directly (without -l). 2010-04-19 17:25:38 +00:00
unittests silence some unused-value warnings. 2010-04-18 03:28:20 +00:00
utils stop computing InstImpInputs, it is dead 2010-04-20 06:30:25 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate configure script. 2010-04-16 22:59:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
Makefile.rules Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can 2010-04-19 18:33:28 +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.