summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix 'jumpy' debug line info around calls.Daniel Sanders2015-01-241-2/+2
* Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...Daniel Sanders2014-11-021-4/+3
* Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...NAKAMURA Takumi2014-11-021-3/+4
* [mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.Daniel Sanders2014-11-011-4/+3
* [mips] For indirect calls we don't need $gp to point to .got. Mips linkerSasa Stankovic2014-10-011-2/+4
* Fix spelling and reflow comments.Eric Christopher2014-09-291-6/+5
* constify the TargetMachine being passed through the Mips subtargetEric Christopher2014-09-191-2/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-0/+2
* Fix typos:Sylvestre Ledru2014-08-111-1/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-2/+0
* Nuke the old JIT.Rafael Espindola2014-08-071-0/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-7/+14
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-271-3/+4
* In preparation for replacing the whole subtarget on the target machine,Eric Christopher2014-07-181-4/+6
* The subtarget in MipsTargetLowering isn't going to change andEric Christopher2014-07-181-1/+1
* Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachineEric Christopher2014-07-181-1/+1
* Remove dead code.Eric Christopher2014-07-031-7/+0
* 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