Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Daniel Dunbar cad3580e99 Change getLLVMName to use raw_ostream & PrintLLVMName.
- Avoids duplicated quotification code.
 - Remove QuoteNameIfNeeded.
 - No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57537 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-14 23:28:09 +00:00
autoconf Fix configure issue where configure 2008-10-07 22:21:03 +00:00
bindings
cmake
docs Add some ReleaseNotes on clang codegen. 2008-10-14 23:25:09 +00:00
examples
include Add llvm::hexdigit to StringExtras (number -> hexadecimal char) 2008-10-14 23:26:20 +00:00
lib Change getLLVMName to use raw_ostream & PrintLLVMName. 2008-10-14 23:28:09 +00:00
projects
runtime
test Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible. 2008-10-14 18:44:08 +00:00
tools Fix command-line option printing to print two spaces where needed, 2008-10-14 20:25:08 +00:00
utils Add <cstdio> include where needed by gcc-4.4. 2008-10-08 07:23:46 +00:00
website
win32 update win32 project file, patch provided by OvermindDL1 on llvmdev. 2008-10-11 22:14:59 +00:00
Xcode Remove Stacker.html from Xcode project. 2008-10-14 23:23:59 +00:00
build-for-llvm-top.sh
CMakeLists.txt
configure Fix configure issue where configure 2008-10-07 22:21:03 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Another dependency fix, prevent ObjDir from having trailing slash. 2008-10-03 21:24:52 +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.