LLVM backend for 6502
Go to file
2009-05-23 20:40:47 +00:00
autoconf
bindings
cmake CMake: Use libdl only when available. Fixes build on FreeBSD. 2009-05-23 02:37:24 +00:00
docs Add a note mentioning that uses of the return value of an invoke 2009-05-22 21:47:08 +00:00
examples
include Propagate CPU string out of SubtargetFeatures 2009-05-23 19:50:50 +00:00
lib Add ARMv7 architecture, Cortex processors and different FPU modes handling. 2009-05-23 19:51:43 +00:00
projects
runtime
test Fix PR4254. 2009-05-23 17:29:48 +00:00
tools
unittests
utils Propagate CPU string out of SubtargetFeatures 2009-05-23 19:50:50 +00:00
website
win32 Add a new codegen pass that normalizes dwarf exception handling 2009-05-22 20:36:31 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Use latin symbols. I was told not everybody has a UTF-8 capable editor. 2009-05-23 20:40:47 +00:00
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.