1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Evan Cheng d7a079b7e2 New test.
llvm-svn: 40073
2007-07-19 23:53:50 +00:00
autoconf support poolalloc as checked out from svn 2007-07-17 20:37:35 +00:00
docs For PR1553: 2007-07-19 23:13:04 +00:00
examples
include Verify loop info. 2007-07-19 18:02:32 +00:00
lib Fix custom lowering of SSE FXOR. 2007-07-19 23:36:01 +00:00
projects
runtime
test New test. 2007-07-19 23:53:50 +00:00
tools Fix a sys::Path API error caught by a gcc 4.2 warning. 2007-07-18 05:27:33 +00:00
utils Change instruction description to split OperandList into OutOperandList and 2007-07-19 01:14:50 +00:00
win32
Xcode
build-for-llvm-top.sh The property is svn:executable not svn:execute. 2007-07-18 04:26:05 +00:00
configure support poolalloc as checked out from svn 2007-07-17 20:37:35 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt In ModuleInfo.txt, make sure that the script being executed can be 2007-07-16 22:25:13 +00:00
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.