LLVM backend for 6502
Go to file
Jakob Stoklund Olesen 0d4e2ea00e Reapply 153764 and 153761 with a fix.
Use an explicit comparator instead of the default.

The sets are sorted, but not using the default comparator. Hopefully,
this will unbreak the Linux builders.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153772 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-30 20:24:14 +00:00
autoconf Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
bindings
cmake Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
docs Drop O4 from the llc manpage, it was removed in r70445. 2012-03-29 20:40:18 +00:00
examples
include Reapply 153764 and 153761 with a fix. 2012-03-30 20:24:14 +00:00
lib ARM assembler should prefer non-aliases encoding of cmp. 2012-03-30 19:59:02 +00:00
projects Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
runtime Use the correct filename for the error message. 2012-03-28 02:39:06 +00:00
test ARM assembler should prefer non-aliases encoding of cmp. 2012-03-30 19:59:02 +00:00
tools Re-factored RuntimeDyLd: 2012-03-30 16:45:19 +00:00
unittests Handle unreachable code in the dominates functions. This changes users when 2012-03-30 16:46:21 +00:00
utils Reapply 153764 and 153761 with a fix. 2012-03-30 20:24:14 +00:00
.gitignore
CMakeLists.txt Remove the C backend. 2012-03-23 05:50:46 +00:00
configure Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
CREDITS.TXT
LICENSE.TXT Happy new year 2012! 2012-01-01 08:16:56 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.