1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
Go to file
Bill Wendling 834cb876e6 Add comments to the FDE.
llvm-svn: 134196
2011-06-30 22:02:20 +00:00
autoconf
bindings
cmake
docs The enum was moved to ISDOpcodes.h. 2011-06-30 06:37:07 +00:00
examples
include Create a isFullCopy predicate. 2011-06-30 21:15:52 +00:00
lib Add comments to the FDE. 2011-06-30 22:02:20 +00:00
projects
runtime
test Add r134057 back, but splice the predecessor after the successors phi 2011-06-30 20:14:24 +00:00
tools Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to 2011-06-30 01:53:36 +00:00
unittests
utils Pseudo-ize the Thumb tTPsoft instruction. 2011-06-30 19:38:01 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.