LLVM backend for 6502
Go to file
Evan Cheng 6dded67b0d Add a Thumb readme entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75173 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-09 20:50:52 +00:00
autoconf Add support for other GraphViz display tools. This can help 2009-07-09 17:06:18 +00:00
bindings
cmake
docs Regenerate. 2009-07-09 19:39:49 +00:00
examples Push LLVMContext _back_ through IRBuilder. 2009-07-08 20:50:47 +00:00
include As Chris pointed out, we don't actually need to pass the context around here. 2009-07-09 18:44:09 +00:00
lib Add a Thumb readme entry. 2009-07-09 20:50:52 +00:00
projects
runtime
test add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! 2009-07-09 17:25:12 +00:00
tools Documentation update. 2009-07-09 19:39:16 +00:00
unittests Add an option to allocate JITed global data separately from code. By 2009-07-08 21:59:57 +00:00
utils Thread LLVMContext through MVT and related parts of SDISel. 2009-07-09 17:57:24 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt bug 4524: Add MSP430 to the cmake build. 2009-07-09 20:27:09 +00:00
configure Regenerate for GraphViz tool discovery. 2009-07-09 17:16:26 +00:00
CREDITS.TXT Conform... 2009-07-08 17:55:48 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
Makefile.rules Add --enable-llvmc-dynamic configure option. 2009-07-03 03:52:47 +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.