aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-35/+30
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-29/+41
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-17/+17
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+35
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-151-24/+24
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-081-0/+5
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-281-3/+6
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-271-1/+3
* Revert r191350.Akira Hatanaka2013-09-251-3/+1
* [mips] Define getTargetNode as a template function.Akira Hatanaka2013-09-251-1/+3
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-091-0/+1
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-1/+1
* Fix some issues with Mips16 floating when certain intrinsics are present.Reed Kotler2013-08-011-0/+52
* Mips: Remove global set.Benjamin Kramer2013-06-131-55/+68
* Fix a regression I introduced when I expanded the complex pseudos inReed Kotler2013-06-091-8/+9
* Add some additional functions to the list of helper functions forReed Kotler2013-05-211-2/+13
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-101-7/+4
* 80 columns.Akira Hatanaka2013-04-221-2/+4
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-1/+0
* Add a new method which enables one to change register classes.Reed Kotler2013-03-141-0/+8
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-131-0/+681