Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
NAKAMURA Takumi ad71e57658 Happy new year 2012!
llvm-svn: 147395
2012-01-01 08:16:56 +00:00
autoconf Happy new year 2012! 2012-01-01 08:16:56 +00:00
bindings Update OCaml bindings for the new half float type. 2011-12-28 18:51:08 +00:00
cmake Use 'check_symbol_exists' instead of 'check_function_exists' for finding isatty. This change allows Xcode generated projects to have HAVE_ISATTY to be properly defined. 2011-12-23 01:31:45 +00:00
docs Happy new year 2012! 2012-01-01 08:16:56 +00:00
examples
include Implement cfi_restore. Patch by Brian Anderson! 2011-12-29 21:43:03 +00:00
lib Merge X86 SHUFPS and SHUFPD node types. 2011-12-31 23:50:21 +00:00
projects
runtime
test Add patterns for integer forms of SHUFPD/VSHUFPD with a memory load. 2011-12-31 23:24:49 +00:00
tools Remove extraneous ".get()->" which is just "->". No functionality change. 2011-12-30 19:17:23 +00:00
unittests
utils Add disassembler support for VPERMIL2PD and VPERMIL2PS. 2011-12-30 06:23:39 +00:00
.gitignore
CMakeLists.txt
configure Happy new year 2012! 2012-01-01 08:16:56 +00:00
CREDITS.TXT
LICENSE.TXT Happy new year 2012! 2012-01-01 08:16:56 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. 2011-12-27 21:37:11 +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.