[mips] Remove inverted predicates from MipsSubtarget that were only used by MipsCalli...
[oota-llvm.git] / lib / Target / Mips / MipsCallingConv.td
2014-09-10 Daniel Sanders[mips] Remove inverted predicates from MipsSubtarget...
2014-08-22 Sasa Stankovic[mips] Don't use odd-numbered float registers for doubl...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-10 Zoran Jovanovic[mips] Emit two CFI offset directives per double precis...
2014-07-10 Zoran Jovanovic[mips] Added FPXX modeless calling convention.
2014-04-16 Daniel Sanders[mips] Correct callee saved list for the N32 ABI and...
2014-02-07 Sasa Stankovic[mips] Forbid the use of registers t6, t7 and t8 if...
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-08-20 Akira Hatanaka[mips] Add support for calling convention CC_MipsO32_FP...
2013-08-20 Akira Hatanaka[mips] Remove predicates that were incorrectly or unnec...
2013-05-16 Jack CarterMips td file formatting: white space and long lines
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-03-05 Akira Hatanaka[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
2012-10-27 Akira HatanakaUse the methods and classes that were added to simplify...
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-17 Akira HatanakaDo not promote i32 arguments to i64. This was causing...
2012-02-16 Akira HatanakaRemove comment.
2011-11-14 Akira HatanakaAnalyzeCallOperands function for N32/64.
2011-11-12 Akira HatanakaFunction for handling byval arguments.
2011-09-23 Akira HatanakaImplement N32/64 calling convention. Patch by Liu.
2011-06-21 Akira HatanakaAdd A0 and A1 to the list of registers used for returni...
2011-04-25 Duncan SandsFix comment typo. Noticed by Liu.
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-01-19 Bruno Cardoso LopesFix return registers for mips eabi
2009-03-19 Bruno Cardoso LopesAdded support for Mips O32 Calling Convention
2008-08-03 Bruno Cardoso LopesFix PR2615
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)