1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
2010-07-19 23:32:44 +00:00
autoconf Remove extraneous character. 2010-07-19 19:41:52 +00:00
bindings
cmake
docs
examples
include ARM has to provide its own TargetLowering::findRepresentativeClass because its scalar floating point registers alias its vector registers. 2010-07-19 22:15:08 +00:00
lib Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! 2010-07-19 23:32:44 +00:00
projects
runtime
test Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! 2010-07-19 23:32:44 +00:00
tools
unittests
utils Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! 2010-07-19 23:32:44 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2010-07-19 19:42:01 +00:00
CREDITS.TXT long past time I added myself to this, I suppose. 2010-07-19 22:04:28 +00:00
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.