summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Have HexagonSelectionDAGInfo take a DataLayout rather than aEric Christopher2014-06-271-2/+2
| | | | | | target machine since that's all it needs. llvm-svn: 211822
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-4/+2
| | | | | | a TargetMachine since the only thing it wants is DataLayout. llvm-svn: 210366
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
| | | | | | | definition below all of the header #include lines, lib/Target/... edition. llvm-svn: 206842
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-1/+1
| | | | | | | Change SelectionDAG::getXXXNode() interfaces as well as call sites of these functions to pass in SDLoc instead of DebugLoc. llvm-svn: 182703
* Hexagon backend supportTony Linthicum2011-12-121-0/+46
llvm-svn: 146412
OpenPOWER on IntegriCloud