LLVM backend for 6502
Go to file
Devang Patel 66b4d3ba52 Initialize MMI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73813 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-20 01:00:07 +00:00
autoconf
bindings
cmake Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT 2009-06-17 17:01:56 +00:00
docs Fix link to BasicBlock doxygen documentation in Programmer's Manual 2009-06-17 21:12:26 +00:00
examples
include make immediates be int64_t like machineoperand. Add some apis 2009-06-20 00:47:37 +00:00
lib Initialize MMI 2009-06-20 01:00:07 +00:00
projects
runtime
test Tweak this test to be a little less unusual. 2009-06-20 00:40:56 +00:00
tools fix build problem pointed out by John Thompson! 2009-06-18 23:46:04 +00:00
unittests
utils allow clients of the asmprinter to opt-out of the boilerplate with a #define. 2009-06-19 23:57:53 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Since -Wno-long-long is ignored without -pedantic, 2009-06-19 12:40:30 +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.