1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
Misha Brukman 5cb753f05b * Fixed formatting of command descriptions to be consistent:
- descriptions on new line
  - no terminating period
* Changed the W3C logos from yellow to blue to not stand out

llvm-svn: 60879
2008-12-11 17:12:52 +00:00
autoconf
bindings
cmake
docs * Fixed formatting of command descriptions to be consistent: 2008-12-11 17:12:52 +00:00
examples
include fix grammar, thanks Duncan! 2008-12-11 11:44:49 +00:00
lib fix grammar, thanks Duncan! 2008-12-11 11:44:49 +00:00
projects
runtime
test If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on 2008-12-10 22:36:00 +00:00
tools Merge Base.td and Tools.td. 2008-12-11 10:38:06 +00:00
utils Put Edge* classes into anonymous namespace. 2008-12-11 10:34:18 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix PR3117: not all nodes being legalized. The 2008-12-09 21:33:20 +00:00
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.