LLVM backend for 6502
Go to file
Oscar Fuentes 5905bc4fd3 CMake: updated library dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78976 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-14 01:55:28 +00:00
autoconf * Moved all tool version requirements to the same place 2009-08-13 20:29:30 +00:00
bindings
cmake CMake: updated library dependencies. 2009-08-14 01:55:28 +00:00
docs Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
examples Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
include Add helpers for fetching basic types. 2009-08-14 00:30:41 +00:00
lib Shrink ADR and LDR from constantpool late during constantpool island pass. 2009-08-14 00:32:16 +00:00
projects
runtime
test Shrink ADR and LDR from constantpool late during constantpool island pass. 2009-08-14 00:32:16 +00:00
tools CMake: build llvm-config before the other tools. 2009-08-14 01:55:05 +00:00
unittests Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
utils Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 2009-08-12 08:37:37 +00:00
configure
CREDITS.TXT Vanity. 2009-08-06 21:54:23 +00:00
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
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.