aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+9
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-181-4/+5
* 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