1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Chris Lattner 9c5aa00411 Implement an efficient and fully general SSA update mechanism that
works on unstructured CFGs.  This implements PR217, our oldest open PR.

llvm-svn: 83705
2009-10-10 09:04:27 +00:00
autoconf
bindings
cmake
docs As it turns out, the bug fixes in GC codegen did not make it 2009-10-09 13:17:57 +00:00
examples
include Implement an efficient and fully general SSA update mechanism that 2009-10-10 09:04:27 +00:00
lib Implement an efficient and fully general SSA update mechanism that 2009-10-10 09:04:27 +00:00
projects
runtime
test Update this test; the code is the same but it gets counted as one 2009-10-09 23:31:04 +00:00
tools
unittests ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse 2009-10-09 22:10:27 +00:00
utils
website
win32
Xcode
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.