LLVM backend for 6502
Go to file
Nick Lewycky 1e85ef645d Add testcase for r133050 which added support for printing and parsing escaped
names for named metadata nodes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133166 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-16 17:14:38 +00:00
autoconf
bindings
cmake
docs Document nonlazybind. 2011-06-16 16:03:13 +00:00
examples
include Fix formatting. 2011-06-16 16:52:24 +00:00
lib Add a comment describing why transforming (shl x, 1) to (add x, x) is to be 2011-06-16 15:55:48 +00:00
projects
runtime Remove the LTO stuff from the profile_rt library's Makefile. 2011-06-15 04:56:13 +00:00
test Add testcase for r133050 which added support for printing and parsing escaped 2011-06-16 17:14:38 +00:00
tools Revert the last two commits in the series. r132911, r132912. 2011-06-13 11:53:31 +00:00
unittests unittests: add test for APInt::toString() 2011-06-15 23:36:34 +00:00
utils Fix formatting. 2011-06-16 16:52:24 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.