Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public...
[oota-llvm.git] / lib / Target / Mips / MipsRegisterInfo.cpp
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [3]
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-08-28 Bruno Cardoso LopesAdded method to get Mips register numbers
2007-08-18 Bruno Cardoso LopesFixed stack frame addressing bug
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-11 Bruno Cardoso LopesAdded support for framepointer
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)