llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner e58a780166 Intrinsics that just load from memory can be treated like loads: they don't
have to serialize against each other.  This allows us to schedule lvx's
across each other, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27346 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-02 03:41:14 +00:00
..
DAGCombiner.cpp Constant fold all of the vector binops. This allows us to compile this: 2006-04-02 03:25:57 +00:00
LegalizeDAG.cpp Add a new -view-legalize-dags command line option 2006-04-02 03:07:27 +00:00
Makefile
ScheduleDAG.cpp fix spello 2006-03-24 07:15:07 +00:00
ScheduleDAGList.cpp Don't advance the hazard recognizer when there are no hazards and no instructions 2006-03-12 09:01:41 +00:00
ScheduleDAGSimple.cpp Move simple-selector-specific types to the simple selector. 2006-03-10 07:51:18 +00:00
SelectionDAG.cpp These entries already exist 2006-04-02 02:51:27 +00:00
SelectionDAGISel.cpp Intrinsics that just load from memory can be treated like loads: they don't 2006-04-02 03:41:14 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp Was returning the wrong type. 2006-03-31 01:50:09 +00:00