LLVM backend for 6502
Go to file
2013-01-02 02:31:51 +00:00
autoconf Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
bindings
cmake [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests. 2012-12-24 22:43:59 +00:00
docs docs: update docs/README.txt and make it useful. 2013-01-02 02:31:51 +00:00
examples
include Add IRBuilder::CreateVectorSplat and use it to simplify code. 2013-01-01 19:55:16 +00:00
lib Revert 171351. It broke MC/X86/x86-32-avx.s. 2013-01-02 01:35:11 +00:00
projects
runtime
test Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID 2013-01-01 14:04:36 +00:00
tools Make opt grab the triple from the module and use it to initialize the target machine. 2013-01-01 08:00:32 +00:00
unittests Go ahead and get rid of the old page size interface and convert all the 2012-12-31 23:31:56 +00:00
utils Fix comment typo 2012-12-26 18:15:42 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT R600: Add entry in CODE_OWNERS.TXT 2012-12-19 22:10:35 +00:00
configure Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
CREDITS.TXT
LICENSE.TXT Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +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.