Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Owen Anderson 2753821fab Move atomic operations' definitions out of line. While this seems kind of silly,
all kinds of problems caused by including windows.h and/or config.h in an LLVM header.

llvm-svn: 72174
2009-05-20 18:26:15 +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
cmake
docs Test commit. 2009-05-19 01:56:08 +00:00
examples
include Move atomic operations' definitions out of line. While this seems kind of silly, 2009-05-20 18:26:15 +00:00
lib Move atomic operations' definitions out of line. While this seems kind of silly, 2009-05-20 18:26:15 +00:00
projects
runtime
test Fix for PR4235: to build a floating-point value from integer parts, 2009-05-20 06:02:09 +00:00
tools
unittests
utils
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
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.