llvm-6502/lib
Chris Lattner 7e79b3898d Changes:
1. Update an obsolete comment.
  2. Make the sorting by base an explicit (though still N^2) step, so
     that the code is more clear on what it is doing.
  3. Partition uses so that uses inside the loop are handled before uses
     outside the loop.

Note that none of these changes currently changes the code inserted by LSR,
but they are a stepping stone to getting there.

This code is the result of some crazy pair programming with Nate. :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29493 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-03 06:34:50 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Work around a GCC 3.3.5 bug noticed by a user. 2006-08-03 00:18:59 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Reflect change to AssignTopologicalOrder(). 2006-08-02 22:01:32 +00:00
Transforms Changes: 2006-08-03 06:34:50 +00:00
VMCore
Makefile