1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
Chris Lattner 0957a2e87c Add C_Memory operand type
llvm-svn: 26344
2006-02-24 01:10:14 +00:00
autoconf
docs Match the case of other mailing lists in the list 2006-02-23 16:18:29 +00:00
examples
include/llvm Add C_Memory operand type 2006-02-24 01:10:14 +00:00
lib Parse the %*# constraint modifiers 2006-02-23 23:36:53 +00:00
projects
runtime
test Add a test case for 'lea'. 2006-02-23 00:12:12 +00:00
tools
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
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.