llvm-project/llvm/lib/CodeGen/SelectionDAG
Evan Cheng 31d15fa093 Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not
currently used.

llvm-svn: 24988
2005-12-23 07:29:34 +00:00
..
DAGCombiner.cpp Simplify store(bitconv(x)) to store(x). This allows us to compile this: 2005-12-23 05:48:07 +00:00
LegalizeDAG.cpp Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not 2005-12-23 07:29:34 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Disengage DEBUG_LOC from non-PPC targets. 2005-12-21 20:51:37 +00:00
SelectionDAG.cpp Fold bitconv(bitconv(x)) -> x. We now compile this: 2005-12-23 05:37:50 +00:00
SelectionDAGISel.cpp enable the gep isel opt 2005-12-21 19:36:36 +00:00
SelectionDAGPrinter.cpp Added an index field to GlobalAddressSDNode so it can represent X+12, etc. 2005-11-30 02:04:11 +00:00