summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-171-3/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-11/+10
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-6/+3
* Make one statement easier to understand from post commmit feedback from aReed Kotler2014-02-191-1/+1
* This patch has two main functions:Reed Kotler2014-02-141-3/+27
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-051-1/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-251-2/+1
* 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
OpenPOWER on IntegriCloud