SelectionDAG switch lowering: Replace unreachable default with most popular case.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / TargetSelectionDAGInfo.cpp
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...