1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Chris Lattner 3bec87fb38 Make sure this forces the x86 targets
llvm-svn: 112169
2010-08-26 05:25:05 +00:00
autoconf Remove getsect checks, the result is unused and is broken anyhow. 2010-08-25 08:44:54 +00:00
bindings
cmake Updated CMake library dependencies. Removed unnecessary component name 2010-08-26 02:29:53 +00:00
docs
examples
include SmallVector's growth policies don't like starting from zero capacity. 2010-08-26 02:11:48 +00:00
lib fix sse1 only codegen in x86-64 mode, which is something we 2010-08-26 05:24:29 +00:00
projects
runtime
test Make sure this forces the x86 targets 2010-08-26 05:25:05 +00:00
tools Updated CMake library dependencies. Removed unnecessary component name 2010-08-26 02:29:53 +00:00
unittests
utils
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2010-08-25 08:45:06 +00:00
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.