1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
2012-04-13 20:22:19 +00:00
autoconf Remove a remaining reference to the obsolete C backend in configure 2012-04-12 12:02:39 +00:00
bindings
cmake
docs Support for Hexagon backend. 2012-04-13 19:09:44 +00:00
examples
include Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and there's already a copy there. ELF.h was hiding the one there and causing an unused function warning. 2012-04-13 05:58:19 +00:00
lib Pass to replace tranfer/copy instructions into combine instruction where possible. 2012-04-13 20:22:19 +00:00
projects
runtime
test On Darwin targets, only use vfma etc. if the source use fma() intrinsic explicitly. 2012-04-13 18:59:28 +00:00
tools Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +00:00
unittests
utils Fix target specific intrinsic handling to adjust intrinsic number before doing attribute table lookup. Also fix attribute table lookup to handle 'invalid' intrinsic correctly. Fixes PR12542 2012-04-13 06:14:57 +00:00
.gitignore
CMakeLists.txt
configure Remove a remaining reference to the obsolete C backend in configure 2012-04-12 12:02:39 +00:00
CREDITS.TXT Support for Hexagon backend. 2012-04-13 19:09:18 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +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.