LLVM backend for 6502
Go to file
Chris Lattner 3b515802f6 Implement Function::getIntrinsicID without it needing to call Value::getName,
which allocates a string.  This speeds up instcombine on 447.dealII by 5%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34318 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-15 19:17:16 +00:00
autoconf
docs For PR1195: 2007-02-15 03:08:48 +00:00
examples eliminate vector-related ctors 2007-02-13 06:06:26 +00:00
include operator== returns false when two bitvectors have different sizes. 2007-02-15 19:16:21 +00:00
lib Implement Function::getIntrinsicID without it needing to call Value::getName, 2007-02-15 19:17:16 +00:00
projects
runtime
test For PR1195: 2007-02-15 02:26:10 +00:00
tools For PR1195: 2007-02-15 03:39:18 +00:00
utils Implement Function::getIntrinsicID without it needing to call Value::getName, 2007-02-15 19:17:16 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
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.