LLVM backend for 6502
Go to file
Akira Hatanaka 6f94eb3512 [mips] Modify definitions of floating point load and store instructions.
No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170072 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 01:24:00 +00:00
autoconf
bindings
cmake
docs Makefile.sphinx: reST conversion is complete! 2012-12-12 21:35:43 +00:00
examples
include Express prepend and append in terms of a more generic insert(). 2012-12-13 00:59:36 +00:00
lib [mips] Modify definitions of floating point load and store instructions. 2012-12-13 01:24:00 +00:00
projects
runtime
test Take into account minimize size attribute in the inliner. 2012-12-13 01:05:25 +00:00
tools
unittests Temporarily disable test cases until they compile with g++ too. 2012-12-12 22:39:45 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Update my email address. 2012-11-29 21:17:26 +00:00
LICENSE.TXT Few more small CellSPU removals. 2012-11-14 22:13: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.