Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Reid Spencer 8085cff7eb Provide support for HP/UX aCC compiler's variant of hash_map and hash_set
(RogueWave). These are implemented in rw/stdex/hash_map.h and
rw/stdex/hash_set.h on HP/UX.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19600 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-16 02:58:39 +00:00
autoconf Provide support for HP/UX aCC compiler's variant of hash_map and hash_set 2005-01-16 02:58:39 +00:00
docs Fix locations of libraries and executables to match makefiles. 2005-01-16 02:38:06 +00:00
examples
include/llvm Provide support for HP/UX aCC compiler's variant of hash_map and hash_set 2005-01-16 02:58:39 +00:00
lib Clarify assertion. 2005-01-16 02:23:34 +00:00
projects Update per new Makefile requirements for projects 2005-01-16 02:21:42 +00:00
runtime
test
tools Rename BUILD_* to PROJ_* 2005-01-16 02:21:29 +00:00
utils
win32
.cvsignore
configure Provide support for HP/UX aCC compiler's variant of hash_map and hash_set 2005-01-16 02:58:39 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common Make this file capable of being used by both LLVM and its projects 2005-01-16 02:20:30 +00:00
Makefile.config.in Several changes: 2005-01-16 02:20:42 +00:00
Makefile.rules Several changes: 2005-01-16 02:20:54 +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.