LLVM backend for 6502
Go to file
2009-08-21 12:40:07 +00:00
autoconf
bindings Convert the rest of the ocaml types and functions to use context. 2009-08-19 17:32:24 +00:00
cmake Fix cmake build on non-x86 targets. Patch by 2009-08-19 12:41:52 +00:00
docs Clarify a few things in the inbounds description. 2009-08-20 17:08:17 +00:00
examples
include llvm-mc: Start MCAssembler and MCMachOStreamer. 2009-08-21 09:11:24 +00:00
lib Use masks not nodes for vector shuffle predicates. Provide set of 'legal' masks, so legalizer won't infinite cycle 2009-08-21 12:40:07 +00:00
projects
runtime Don't try to build .bc version of libprofile if LLVMGCC isn't available. 2009-08-20 05:12:55 +00:00
test Added tests for Profiling Infrastructure. 2009-08-21 09:36:28 +00:00
tools llvm-mc: Start MCAssembler and MCMachOStreamer. 2009-08-21 09:11:24 +00:00
unittests Correct for recent assert change. 2009-08-21 06:35:41 +00:00
utils Whitespace cleanup 2009-08-21 12:39:38 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Build runtime libraries by default. 2009-08-19 21:09:45 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Add a REQUIRES_FRAME_POINTER option to disable the frame pointer 2009-08-19 22:04:44 +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.