aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsCallingConv.td
Commit message (Expand)AuthorAgeFilesLines
* 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