LLVM backend for 6502
Go to file
Daniel Dunbar d79637b940 raw_ostream: Add a has_colors() method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160558 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-20 18:29:41 +00:00
autoconf Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
bindings Remove tabs. 2012-07-19 00:23:13 +00:00
cmake
docs Apparently it's possible to do an 'invoke asm'. 2012-07-17 23:51:33 +00:00
examples
include raw_ostream: Add a has_colors() method. 2012-07-20 18:29:41 +00:00
lib raw_ostream: Add a has_colors() method. 2012-07-20 18:29:41 +00:00
projects Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
runtime
test Fix assertion in jump threading (PR13405). 2012-07-20 10:36:17 +00:00
tools DebugInfo library: add support for fetching absolute paths to source files 2012-07-19 07:03:58 +00:00
unittests teach ConstantRange that zero times X is always zero 2012-07-16 20:47:16 +00:00
utils lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of 2012-07-20 18:29:34 +00:00
.gitignore
CMakeLists.txt Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
configure Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
CREDITS.TXT
LICENSE.TXT
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.