aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
AgeCommit message (Expand)Author
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar
2009-07-24Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner
2009-07-22Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands
2009-07-22set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-27This looks like it passes now.Bill Wendling
2009-01-15Add the private linkage.Rafael Espindola
2009-01-13The list-td and list-tdrr schedulers don't yet support physregDan Gohman
2008-11-10Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands
2008-10-27Turn on LegalizeTypes, the new type legalizationDuncan Sands
2008-10-13FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...Evan Cheng
2008-09-15Added testcase for bswap allegrexel intrinsicBruno Cardoso Lopes
2008-08-08Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes
2008-08-08[Last] Batch 7 of Mips CodeGen testsBruno Cardoso Lopes
2008-08-08Batch 6 of Mips CodeGen testsBruno Cardoso Lopes
2008-08-08Batch 5 of Mips CodeGen testsBruno Cardoso Lopes
2008-08-08Batch 4 of Mips CodeGen testsBruno Cardoso Lopes
2008-08-08Batch 3 of Mips CodeGen testsBruno Cardoso Lopes
2008-08-08Batch 2 of Mips CodeGen testsBruno Cardoso Lopes
2008-08-08Batch 1 of Mips CodeGen tests, more coming...Bruno Cardoso Lopes