1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
Benjamin Kramer abcce0b8be XFAIL tblgen tests on leak checkers.
llvm-svn: 141533
2011-10-10 13:09:59 +00:00
autoconf
bindings ocaml/C bindings: type->isSized() 2011-10-06 12:13:28 +00:00
cmake
docs Remove Multidefs 2011-10-07 18:25:05 +00:00
examples
include PathV2: Add simplified version of exists that returns false on error. 2011-10-08 00:18:12 +00:00
lib When getting the number of bits necessary for addressing mode 2011-10-10 07:24:23 +00:00
projects
runtime Include direct.h for _mkdir on mingw32 too. 2011-10-08 15:49:19 +00:00
test XFAIL tblgen tests on leak checkers. 2011-10-10 13:09:59 +00:00
tools llvm-objdump: Add relocation and archive support. 2011-10-08 00:18:30 +00:00
unittests Fix APInt::operator*= so that it computes the correct result for large integers where there is unsigned overflow. Fix APFloat::toString so that it doesn't depend on the incorrect behavior in common cases (and computes the correct result in some rare cases). Fixes PR11086. 2011-10-07 23:40:49 +00:00
utils ARM NEON assembly parsing and encoding for VDUP(scalar). 2011-10-07 23:56:00 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Add clang-tblgen to OPTIONAL_DIRS when building native tools for the 2011-10-08 00:27:38 +00:00
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.