summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCallingConv.td
Commit message (Expand)AuthorAge
* [mips] Correct callee saved list for the N32 ABI and enable testDaniel Sanders2014-04-16
* [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.Sasa Stankovic2014-02-07
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-20
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-20
* Mips td file formatting: white space and long linesJack Carter2013-05-16
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* [mips] Remove android calling convention.Akira Hatanaka2013-03-05
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-05
* Use the methods and classes that were added to simplify LowerCall and Akira Hatanaka2012-10-27
* Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka2012-08-16
* Implement fastcc calling convention for MIPS.Akira Hatanaka2012-06-13
* Changes for migrating to using register mask operands.Akira Hatanaka2012-03-01
* remove blanks, and some code formatJia Liu2012-02-28
* Do not promote i32 arguments to i64. This was causing unnecessary sign extensionAkira Hatanaka2012-02-17
* Remove comment.Akira Hatanaka2012-02-16
* AnalyzeCallOperands function for N32/64.Akira Hatanaka2011-11-14
* Function for handling byval arguments.Akira Hatanaka2011-11-12
* Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka2011-09-23
* Add A0 and A1 to the list of registers used for returning a value in order toAkira Hatanaka2011-06-21
* Fix comment typo. Noticed by Liu.Duncan Sands2011-04-25
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Fix return registers for mips eabiBruno Cardoso Lopes2010-01-19
* Added support for Mips O32 Calling ConventionBruno Cardoso Lopes2009-03-19
* Fix PR2615Bruno Cardoso Lopes2008-08-03
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06