LLVM backend for 6502
Go to file
Duraid Madina 57ff7e5f64 expand count-leading/trailing-zeros; the test 2005-05-11-Popcount-ffs-fls.c
should now pass (the "LLVM" and "REF" results should be identical)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21866 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-11 08:45:08 +00:00
autoconf
docs update this to reflect the new selection daggy world 2005-05-11 03:53:53 +00:00
examples
include/llvm Add READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap long lines 2005-05-09 20:21:27 +00:00
lib expand count-leading/trailing-zeros; the test 2005-05-11-Popcount-ffs-fls.c 2005-05-11 08:45:08 +00:00
projects
runtime
test include the other bit count intrinsics 2005-05-11 05:31:01 +00:00
tools
utils
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
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.