LLVM backend for 6502
Go to file
Chad Rosier fbd828d8e1 Add missing functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145608 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-01 18:26:19 +00:00
autoconf Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. 2011-12-01 10:50:19 +00:00
bindings
cmake build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
docs fix broken tag 2011-12-01 17:25:28 +00:00
examples
include Add a few more functions to TargetLibraryInfo. More of rdar://10500969. 2011-12-01 17:54:37 +00:00
lib Add missing functions. 2011-12-01 18:26:19 +00:00
projects
runtime
test For 64-bit the rest of the general regs are ok for the q constraint. Make 2011-12-01 08:12:41 +00:00
tools Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. 2011-12-01 10:50:19 +00:00
unittests
utils Replace an assert() with an actual diagnostic. 2011-11-30 23:16:25 +00:00
.gitignore
CMakeLists.txt Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. 2011-12-01 10:50:19 +00:00
configure Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. 2011-12-01 10:50:19 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. 2011-12-01 10:50:19 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. 2011-12-01 10:50:19 +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.

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