Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Bill Wendling 972bbac789 Use a StringMap instead of std::map for storing std::string->DIE* maps. This
gives a micro speedup in the Dwarf writer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68728 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-09 21:49:15 +00:00
autoconf
bindings
cmake
docs
examples
include Fix pr3954. The register scavenger asserts for inline assembly with 2009-04-09 17:16:43 +00:00
lib Use a StringMap instead of std::map for storing std::string->DIE* maps. This 2009-04-09 21:49:15 +00:00
projects
runtime
test Fix pr3954. The register scavenger asserts for inline assembly with 2009-04-09 17:16:43 +00:00
tools Accommodate empty string for build type. This was previously causing an error 2009-04-08 17:28:16 +00:00
unittests Fix pointer casting problem. 2009-04-09 03:10:03 +00:00
utils Convert TargetRegisterInfo's super-register checking to use a pre-computed hash table just like subregister checking does. 2009-04-09 03:50:16 +00:00
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 Revert r68708. It was causing this failure in the self-hosting buildbot: 2009-04-09 18:26:57 +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.