Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2011-05-18 12:26:38 +00:00
autoconf
bindings
cmake
docs
examples
include Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' 2011-05-18 12:26:38 +00:00
lib Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' 2011-05-18 12:26:38 +00:00
projects
runtime
test Tighten up checking of the validity of casts. (1) The IR parser would 2011-05-18 09:21:57 +00:00
tools
unittests Teach getCastOpcode about element-by-element vector casts. For example, "trunc" 2011-05-18 07:13:41 +00:00
utils In r131488 I misunderstood how VREV works. It splits the vector in half and splits each half. Therefore, the real problem was that we were using a VREV64 for a 4xi16, when we should have been using a VREV32. 2011-05-18 06:42:21 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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.