llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 7c0104b525 Handle GEP's a bit more intelligently. Fold constant indices early and
turn power-of-two multiplies into shifts early to improve compile time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24253 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-09 04:45:33 +00:00
..
DAGCombiner.cpp Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse 2005-11-02 18:42:59 +00:00
LegalizeDAG.cpp Allocate the right amount of memory for this vector up front. 2005-11-08 23:32:44 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Explicitly initialize some instance vars 2005-11-08 21:54:57 +00:00
SelectionDAG.cpp Change the ValueList array for each node to be shared instead of individuallyallocated. Further, in the common case where a node has a single value, justreference an element from a small array. This is a small compile-time win. 2005-11-08 23:30:28 +00:00
SelectionDAGISel.cpp Handle GEP's a bit more intelligently. Fold constant indices early and 2005-11-09 04:45:33 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00
TargetLowering.cpp Invert the TargetLowering flag that controls divide by consant expansion. 2005-10-21 00:02:42 +00:00