LLVM backend for 6502
Go to file
Torok Edwin 382cb2189a Revert this. There's no way to verifiy indirect calls, and an optimizer can turn
indirect call into direct call, thus the verifier would reject something it
previously accepted.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72249 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-22 07:12:05 +00:00
autoconf Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only 2009-05-19 22:18:56 +00:00
bindings Add a getAlignOf helper for getting the ABI alignment of a 2009-05-21 15:52:21 +00:00
cmake
docs Add some missing steps to the sacred testing ritual scriptures. 2009-05-21 20:23:59 +00:00
examples
include Add llvm::triple constructor from arch, vendor, os strings, and recognize 2009-05-22 02:24:11 +00:00
lib Revert this. There's no way to verifiy indirect calls, and an optimizer can turn 2009-05-22 07:12:05 +00:00
projects
runtime
test Revert this. There's no way to verifiy indirect calls, and an optimizer can turn 2009-05-22 07:12:05 +00:00
tools
unittests
utils TableGen for fast isel seems to assume an 'imm' 2009-05-21 22:25:49 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only 2009-05-19 22:18:56 +00:00
CREDITS.TXT
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +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.