Fixed Bug 2751
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.cpp
2008-09-15 Bruno Cardoso LopesFixed Bug 2751
2008-08-22 Anton KorobeynikovMake option variables static, so they won't cause nameclash
2008-08-13 Bruno Cardoso LopesRemoved SELECT_CC custom lowering. This is not needed...
2008-08-08 Bruno Cardoso LopesSupport added for ctlz intrinsic, test case added.
2008-08-08 Bruno Cardoso LopesMatch raw "psp" triple target, as done by the homebrew...
2008-07-30 Bruno Cardoso LopesAdded new features to represent specific instructions...
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-09 Bruno Cardoso LopesFixed features usage.
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-06 Bruno Cardoso LopesBetter processor definition
2007-08-18 Bruno Cardoso Lopessupport for Schedule included on Mips.td
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)