llvm-6502/lib
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
..
Analysis Add support for free instructions 2004-07-25 07:57:37 +00:00
Archive
AsmParser
Bytecode bug 122: 2004-07-18 00:18:30 +00:00
CodeGen Add some comments to the backtracking code. 2004-07-25 08:10:33 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Linker
Support Remove linux/solaris specific stuff. 2004-07-25 07:34:00 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target I think that V8 should coallesce registers, don't you? 2004-07-25 06:19:04 +00:00
Transforms * Substantially simplify how free instructions are handled (potentially fixing 2004-07-25 11:09:56 +00:00
VMCore Use name.empty() instead of testing against equality with the empty 2004-07-25 06:16:52 +00:00
Makefile