Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [3]
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-08-28 Bruno Cardoso LopesChanged stack allocation On LowerFORMAL_ARGUMENTS.
2007-08-21 Bruno Cardoso LopesInlineAsm asm support for integer registers added
2007-08-18 Bruno Cardoso LopesRemoved LowerRETURADDR, fixed small bug into LowerRET...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-11 Bruno Cardoso LopesFixed AddLiveOut issues
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)