1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
Douglas Gregor ecabb8b6ff Add count() method to MapVector
llvm-svn: 165559
2012-10-09 23:02:47 +00:00
autoconf
bindings Fix the ocaml binding breakage from TargetData -> DataLayout changes. 2012-10-08 17:06:25 +00:00
cmake
docs Fix typo in docs. 2012-10-08 23:54:10 +00:00
examples
include Add count() method to MapVector 2012-10-09 23:02:47 +00:00
lib Use the attribute enums to query if a function has an attribute. 2012-10-09 21:49:51 +00:00
projects
runtime Use a special path to place the .o files in. 2012-10-08 21:17:45 +00:00
test Inline the checks for mutually exclusive attributes since they're used in only one module. 2012-10-09 20:11:19 +00:00
tools Use a special path to place the .o files in. 2012-10-08 21:17:45 +00:00
unittests
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Use a special path to place the .o files in. 2012-10-08 21:17:45 +00:00
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.