LLVM backend for 6502
Go to file
Nate Begeman 2a40841387 Initial checkin of regression test for generating the PowerPC rlwimi
instruction, which performs bitfield inserts.  All tests should compile
to one rlwimi instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17206 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-24 10:30:22 +00:00
autoconf
docs
examples
include/llvm Fix grammar in comments to getSizeOf() 2004-10-24 03:18:30 +00:00
lib Fix the previous bug the correct way. This fixes ptrdist/bc 2004-10-24 04:27:59 +00:00
projects Fix nightly build by avoiding shared library construction. 2004-10-23 15:30:30 +00:00
runtime Remove the clean target. 2004-10-23 08:01:27 +00:00
test Initial checkin of regression test for generating the PowerPC rlwimi 2004-10-24 10:30:22 +00:00
tools
utils Make VC happier, patch contributed by Morten Ofstad 2004-10-23 04:58:50 +00:00
.cvsignore
configure Add Makefile.JIT to the list of Makefiles transferred to the build dir to give 2004-10-14 18:59:42 +00:00
CREDITS.TXT Update email address 2004-09-23 04:39:30 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common Standardize header comments of top-level Makefiles. 2004-04-24 00:10:56 +00:00
Makefile.config.in Remove the unused SourceDir variable (use BUILD_SRC_DIR) 2004-10-22 21:01:44 +00:00
Makefile.rules Fix uninstall from rebuilding everything (wrong dependency) 2004-10-24 08:21:04 +00:00
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.