Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2009-10-01 22:19:57 +00:00
autoconf Fix configure bug that only shows up in a clean build. Don't try to invoke gcc 2009-09-29 06:18:00 +00:00
bindings
cmake Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, uint64_t, and u_int64_t, from Yonggang Luo 2009-10-01 17:25:36 +00:00
docs add macruby, fix a validation problem. 2009-09-30 06:27:22 +00:00
examples
include Expand api out in the usual inserter way, though, I do have a 2009-10-01 22:08:58 +00:00
lib Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default. 2009-10-01 22:19:57 +00:00
projects
runtime
test Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default. 2009-10-01 22:19:57 +00:00
tools
unittests
utils Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When 2009-10-01 08:21:18 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2009-09-29 06:18:23 +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.