LLVM backend for 6502
Go to file
Bill Wendling e1a9042041 More ordering plumbing. This time for GEP. I need to remember to assign
orderings to values returned by getValue().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91850 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-21 23:10:19 +00:00
autoconf
bindings
cmake CMake: Update lib deps. 2009-12-19 21:27:30 +00:00
docs
examples
include - Add a bit more plumbing assigning an order to SDNodes. 2009-12-21 21:59:52 +00:00
lib More ordering plumbing. This time for GEP. I need to remember to assign 2009-12-21 23:10:19 +00:00
projects
runtime OptimalEdgeProfiling: Creation of profiles. 2009-09-01 19:03:44 +00:00
test Fix a bug in !subst where TableGen would go and resubstitute text it had 2009-12-21 21:21:34 +00:00
tools Adding a bunch of options to the mcc16 driver. 2009-12-19 13:13:29 +00:00
unittests Change StringRef::startswith and StringRef::endswith to versions which are a 2009-12-21 06:49:24 +00:00
utils Fix a bug in !subst where TableGen would go and resubstitute text it had 2009-12-21 21:21:34 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.