aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-3/+5
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-3/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-2/+2
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-1/+1
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-091-0/+5
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-141-16/+16
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-141-0/+308