This patch addresses gp relative fixups/relocations for jump tables.
[oota-llvm.git] / lib / Target / Mips / MipsCallingConv.td
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! =)