LLVM backend for 6502
Go to file
Chris Lattner 70e9b59b0e * Substantially simplify how free instructions are handled (potentially fixing
a bug in DSE).
* Delete dead operand uses iteratively instead of recursively, using a
  SetVector.
* Defer deletion of dead operand uses until the end of processing, which means
  we don't have to bother with updating the AliasSetTracker.  This speeds up
  DSE substantially.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15204 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-25 11:09:56 +00:00
autoconf Revised the generation of files so that they follow the newer autoconf 2004-07-23 15:40:57 +00:00
docs bug fixed 2004-07-23 19:41:13 +00:00
examples/ModuleMaker
include Add back() and pop_back() methods to SetVector 2004-07-25 11:07:02 +00:00
lib * Substantially simplify how free instructions are handled (potentially fixing 2004-07-25 11:09:56 +00:00
projects
runtime
test New testcase for DSE 2004-07-25 07:57:50 +00:00
tools Finally give bugpoint -timeout support! 2004-07-24 07:53:26 +00:00
utils
.cvsignore
configure Revised the generation of files so that they follow the newer autoconf 2004-07-23 15:40:57 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

This file is a placeholder; see docs/index.html for documentation.