aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsCallingConv.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-13/+32
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-46/+190
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+12
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-201-3/+17
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-201-1/+1
* Mips td file formatting: white space and long linesJack Carter2013-05-161-1/+1
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-101-0/+10
* [mips] Remove android calling convention.Akira Hatanaka2013-03-051-12/+0
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-051-0/+6
* Use the methods and classes that were added to simplify LowerCall and Akira Hatanaka2012-10-271-12/+0
* Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka2012-08-161-0/+12
* Implement fastcc calling convention for MIPS.Akira Hatanaka2012-06-131-0/+52
* Changes for migrating to using register mask operands.Akira Hatanaka2012-03-011-0/+17
* remove blanks, and some code formatJia Liu2012-02-281-3/+3
* Do not promote i32 arguments to i64. This was causing unnecessary sign extensionAkira Hatanaka2012-02-171-10/+15
* Remove comment.Akira Hatanaka2012-02-161-2/+0
* AnalyzeCallOperands function for N32/64.Akira Hatanaka2011-11-141-0/+19
* Function for handling byval arguments.Akira Hatanaka2011-11-121-2/+3
* Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka2011-09-231-1/+54
* Add A0 and A1 to the list of registers used for returning a value in order toAkira Hatanaka2011-06-211-2/+2
* Fix comment typo. Noticed by Liu.Duncan Sands2011-04-251-1/+1
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-9/+9
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-9/+9
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-8/+8
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Fix return registers for mips eabiBruno Cardoso Lopes2010-01-191-4/+4
* Added support for Mips O32 Calling ConventionBruno Cardoso Lopes2009-03-191-13/+4
* Fix PR2615Bruno Cardoso Lopes2008-08-031-1/+7
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-8/+58
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+39