LLVM backend for 6502
Go to file
Reid Spencer 70e2d38361 Fix the replace method to assert if an item was erased from the set but not
found in the vector. Previously, it just ignored this condition.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16296 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-11 20:38:25 +00:00
autoconf Update to latest versions of config.guess and config.sub from 2004-09-10 19:20:06 +00:00
docs
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include Fix the replace method to assert if an item was erased from the set but not 2004-09-11 20:38:25 +00:00
lib Fix typo: sterror -> strerror 2004-09-11 20:18:08 +00:00
projects Use llvm-link to link the .bc with testing.bc. This helps test the new 2004-09-11 04:15:09 +00:00
runtime
test
tools Implement dependent library processing and search paths for them. 2004-09-11 04:32:42 +00:00
utils
.cvsignore
configure
CREDITS.TXT
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
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.