LLVM backend for 6502
Go to file
Owen Anderson 46d9a64944 Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic),
but should work on all the platforms we care about.

I might revisit this if a totally awesome way to do it occurs to me.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74002 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-23 20:52:29 +00:00
autoconf
bindings
cmake CMake: remove support for llvm-config-generated dependencies in the build 2009-06-23 18:30:17 +00:00
docs
examples
include Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic), 2009-06-23 20:52:29 +00:00
lib Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic), 2009-06-23 20:52:29 +00:00
projects
runtime
test Proper patterns for thumb2 shift and rotate instructions. 2009-06-23 19:39:13 +00:00
tools Temporary copy-pasto to make examples compile. 2009-06-23 20:47:24 +00:00
unittests
utils Make llvmc work again. 2009-06-23 20:46:48 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: remove support for llvm-config-generated dependencies in the build 2009-06-23 18:30:17 +00:00
configure Regenerate configure script 2009-06-23 17:22:05 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Make llvmc work again. 2009-06-23 20:46:48 +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.