aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCallingConv.td
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-03-05[mips] Remove android calling convention.Akira Hatanaka
2013-03-05[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka
2013-01-05[MIPS] Add support for nacl-expand-tls pass on MIPS.Petar Jovanovic
2012-10-27Use the methods and classes that were added to simplify LowerCall and Akira Hatanaka
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka
2012-06-13Implement fastcc calling convention for MIPS.Akira Hatanaka
2012-03-01Changes for migrating to using register mask operands.Akira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-17Do not promote i32 arguments to i64. This was causing unnecessary sign extensionAkira Hatanaka
2012-02-16Remove comment.Akira Hatanaka
2011-11-14AnalyzeCallOperands function for N32/64.Akira Hatanaka
2011-11-12Function for handling byval arguments.Akira Hatanaka
2011-09-23Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka
2011-06-21Add A0 and A1 to the list of registers used for returning a value in order toAkira Hatanaka
2011-04-25Fix comment typo. Noticed by Liu.Duncan Sands
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner
2010-01-19Fix return registers for mips eabiBruno Cardoso Lopes
2009-03-19Added support for Mips O32 Calling ConventionBruno Cardoso Lopes
2008-08-03Fix PR2615Bruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes