LLVM backend for 6502
Go to file
Nick Lewycky cc271861da Add new "memory use marker" intrinsics. These indicate lifetimes and invariant
sections of memory objects.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83953 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-13 07:03:23 +00:00
autoconf Haiku porting patches, Credit to Paul Davey. 2009-10-12 04:57:20 +00:00
bindings
cmake
docs Add new "memory use marker" intrinsics. These indicate lifetimes and invariant 2009-10-13 07:03:23 +00:00
examples Make ParallelJIT pthreads linking with CMake slightly less broken 2009-10-12 04:00:13 +00:00
include Add new "memory use marker" intrinsics. These indicate lifetimes and invariant 2009-10-13 07:03:23 +00:00
lib Fix a -Asserts warning. 2009-10-13 06:47:08 +00:00
projects
runtime
test Add new "memory use marker" intrinsics. These indicate lifetimes and invariant 2009-10-13 07:03:23 +00:00
tools
unittests Add a ceilLogBase2 function to APInt. 2009-10-13 01:49:02 +00:00
utils Haiku porting patches, Credit to Paul Davey. 2009-10-12 04:57:20 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate configure for rev. 83823 putback. 2009-10-13 01:01:38 +00:00
CREDITS.TXT
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.