Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Eric Christopher 929ba63dcf Add support for the 'I' inline asm constraint. Also add tests
from the previous 2 patches.

Patch by Jack Carter.

llvm-svn: 156279
2012-05-07 03:13:32 +00:00
autoconf [build] Add build check for ::arc4random(). 2012-05-05 16:36:16 +00:00
bindings
cmake [build] Add build check for ::arc4random(). 2012-05-05 16:36:16 +00:00
docs
examples
include Tidy up. Whitespace. 2012-05-07 02:25:53 +00:00
lib Add support for the 'I' inline asm constraint. Also add tests 2012-05-07 03:13:32 +00:00
projects
runtime
test Add support for the 'I' inline asm constraint. Also add tests 2012-05-07 03:13:32 +00:00
tools
unittests
utils TableGen: AsmMatcher diagnostic when missing instruction mnemonic. 2012-05-06 17:33:14 +00:00
.gitignore
CMakeLists.txt
configure [build] Add build check for ::arc4random(). 2012-05-05 16:36:16 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.