1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Mikhail Glushenkov 2b4696b585 Fix incorrect code generation with ENV.
See PR4157 for details. Patch by Martin Nowack!

llvm-svn: 70973
2009-05-05 12:34:34 +00:00
autoconf Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
bindings Fix the JIT bindings for ocaml. 2009-04-30 00:43:39 +00:00
cmake
docs It turns out that this version of gcc is broken (cygwin is well-known in shipping 2009-05-04 10:24:46 +00:00
examples
include Move getInstrOperandRegClass from the scheduler to TargetInstrInfo. 2009-05-05 00:30:09 +00:00
lib Do not require variable debug info nodes to have a compile unit. 2009-05-05 04:55:56 +00:00
projects
runtime
test Fix incorrect code generation with ENV. 2009-05-05 12:34:34 +00:00
tools Default llc / lli optimization to "Default", which corresponds to -O1 / -O2. 2009-05-04 23:05:19 +00:00
unittests Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me 2009-05-02 21:10:48 +00:00
utils Fix incorrect code generation with ENV. 2009-05-05 12:34:34 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate 2009-05-03 13:42:23 +00:00
CREDITS.TXT Initial test commit 2009-04-28 06:15:00 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Lets install the manual page with install-clang! Radar 6838692 2009-05-01 01:47:55 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Workaround libstdc++ bug when crosscompiling to mingw. 2009-05-04 10:25:30 +00:00
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.