llvm-6502/lib
Chris Lattner 7c306da505 Sink InstructionSelect() out of each target into SDISel, and rename it
DoInstructionSelection.  Inline "SelectRoot" into it from DAGISelHeader.
Sink some other stuff out of DAGISelHeader into SDISel.

Eliminate the various 'Indent' stuff from various targets, which dates
to when isel was recursive.

 17 files changed, 114 insertions(+), 430 deletions(-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97555 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-02 06:34:30 +00:00
..
Analysis Non-affine post-inc SCEV expansions have more code which must be 2010-03-02 01:59:21 +00:00
Archive
AsmParser
Bitcode
CodeGen Sink InstructionSelect() out of each target into SDISel, and rename it 2010-03-02 06:34:30 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Don't potentially read past the end of the fill data when making a NaN from 2010-03-01 18:38:45 +00:00
System
Target Sink InstructionSelect() out of each target into SDISel, and rename it 2010-03-02 06:34:30 +00:00
Transforms Non-affine post-inc SCEV expansions have more code which must be 2010-03-02 01:59:21 +00:00
VMCore Fix looking up MD names to not need a module. 2010-03-02 05:32:52 +00:00
Makefile