LLVM backend for 6502
Go to file
Chris Lattner a86509d436 lets not break the old isel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97034 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-24 07:41:11 +00:00
autoconf Roll back r96959 again. 2010-02-23 20:53:37 +00:00
bindings
cmake
docs
examples Roll back r96959 again. 2010-02-23 20:53:37 +00:00
include implement a simple proof-of-concept optimization for 2010-02-24 07:31:45 +00:00
lib Speculatively revert r97010, "Add an argument to PHITranslateValue to specify 2010-02-24 06:55:22 +00:00
projects
runtime
test When forming SSE min and max nodes for UGE and ULE comparisons, it's 2010-02-24 06:52:40 +00:00
tools Roll back r96959 again. 2010-02-23 20:53:37 +00:00
unittests Roll back r96959 again. 2010-02-23 20:53:37 +00:00
utils lets not break the old isel. 2010-02-24 07:41:11 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Roll back r96959 again. 2010-02-23 20:53:37 +00:00
CREDITS.TXT Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Roll back r96959 again. 2010-02-23 20:53:37 +00:00
Makefile.common
Makefile.config.in Roll back r96959 again. 2010-02-23 20:53:37 +00:00
Makefile.rules Roll back r96959 again. 2010-02-23 20:53:37 +00:00
ModuleInfo.txt
README.txt Test commit. 2010-02-21 03:01:05 +00:00

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.