Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Daniel Dunbar e1f6de3fbd AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order
is still deterministic even amongst ambiguous instructions (eventually ambiguous
match orders will be a hard error, but we aren't there yet).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95157 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02 23:46:36 +00:00
autoconf
bindings
cmake
docs Inline addAssemblyEmitter into its one real caller and delete 2010-02-02 18:44:12 +00:00
examples
include refactor code so that LLVMTargetMachine creates the asmstreamer and 2010-02-02 23:37:42 +00:00
lib use OwningPtr and factor code better. 2010-02-02 23:45:17 +00:00
projects
runtime
test Hopefully temporarily revert this. 2010-02-02 23:01:31 +00:00
tools Remove a bunch of stuff around the edges of the ELF writer. 2010-02-02 22:31:11 +00:00
unittests
utils AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order 2010-02-02 23:46:36 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Added a custom TableGen backend to support the 2010-01-29 00:21:04 +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.