1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
Go to file
Akira Hatanaka af5cc4a41d Enclose instruction rdhwr with directives, which are needed when target is
mips32 rev1 (the directives are emitted when target is mips32r2 too).

llvm-svn: 159770
2012-07-05 19:26:38 +00:00
autoconf
bindings
cmake
docs add @llvm.donothing 2012-07-05 17:37:07 +00:00
examples
include Remove dead infrastructure for building DenseMaps with a SlotIndex as 2012-07-05 11:40:23 +00:00
lib Enclose instruction rdhwr with directives, which are needed when target is 2012-07-05 19:26:38 +00:00
projects
runtime
test Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 2012-07-05 09:32:46 +00:00
tools
unittests
utils
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.

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