LLVM backend for 6502
Go to file
2012-11-16 23:38:16 +00:00
autoconf Remove the CellSPU port. 2012-11-14 22:09:20 +00:00
bindings
cmake
docs ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress. 2012-11-16 19:46:35 +00:00
examples
include Add constant definitions for fission dwarf attributes, forms, etc. 2012-11-16 23:04:31 +00:00
lib Remove hard coded registers in ARM ldrexd and strexd instructions 2012-11-16 21:55:34 +00:00
projects Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
runtime
test Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily). 2012-11-16 23:38:16 +00:00
tools Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. 2012-11-15 23:50:01 +00:00
unittests Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. 2012-11-15 23:50:01 +00:00
utils Remove hard coded registers in ARM ldrexd and strexd instructions 2012-11-16 21:55:34 +00:00
.gitignore
CMakeLists.txt Fix CMake build. 2012-11-14 22:10:47 +00:00
CODE_OWNERS.TXT Claim the driver. 2012-11-16 22:49:27 +00:00
configure Remove the CellSPU port. 2012-11-14 22:09:20 +00:00
CREDITS.TXT Finally add myself to the credits. 2012-11-16 18:44:36 +00:00
LICENSE.TXT Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
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.