LLVM backend for 6502
Go to file
Eli Friedman 18d643abe5 Set an operation expansion, noticed while running
llc over test/CodeGen/Generic with -march=alpha.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76154 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-17 05:23:03 +00:00
autoconf Let's start another backend :) 2009-07-16 13:27:25 +00:00
bindings
cmake Regerate CMake library dependencies. 2009-07-16 00:43:36 +00:00
docs Privatize the ConstantFP table. I'm on a roll! 2009-07-16 19:05:41 +00:00
examples Privatize the ConstantFP table. I'm on a roll! 2009-07-16 19:05:41 +00:00
include Replace isTrapping with a new, similar method called 2009-07-17 04:28:42 +00:00
lib Set an operation expansion, noticed while running 2009-07-17 05:23:03 +00:00
projects
runtime
test Make promotion in operation legalization for SETCC work correctly. 2009-07-17 05:16:04 +00:00
tools Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic 2009-07-16 17:56:39 +00:00
unittests Add SmallString unit test. 2009-07-16 17:00:06 +00:00
utils Add the private keyword to the polygen grammar. 2009-07-17 01:07:45 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Kill off cmake magic to force linking. 2009-07-16 00:35:05 +00:00
configure Let's start another backend :) 2009-07-16 13:27:25 +00:00
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +00:00
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.