summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16ISelLowering.cpp
Commit message (Expand)AuthorAge
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Make one statement easier to understand from post commmit feedback from aReed Kotler2014-02-19
* This patch has two main functions:Reed Kotler2014-02-14
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-25
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-08
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-28
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-27
* Revert r191350.Akira Hatanaka2013-09-25
* [mips] Define getTargetNode as a template function.Akira Hatanaka2013-09-25
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-09
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* Fix some issues with Mips16 floating when certain intrinsics are present.Reed Kotler2013-08-01
* Mips: Remove global set.Benjamin Kramer2013-06-13
* Fix a regression I introduced when I expanded the complex pseudos inReed Kotler2013-06-09
* Add some additional functions to the list of helper functions forReed Kotler2013-05-21
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* 80 columns.Akira Hatanaka2013-04-22
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add a new method which enables one to change register classes.Reed Kotler2013-03-14
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-13