aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.cpp
AgeCommit message (Expand)Author
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner
2009-08-13Restore some "small section" support code, reverting my patch from r76936.Chris Lattner
2009-08-03Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-07-24remove more remnants of small section support.Chris Lattner
2009-05-27Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes
2008-09-15Fixed Bug 2751Bruno Cardoso Lopes
2008-08-22Make option variables static, so they won't cause nameclashAnton Korobeynikov
2008-08-13Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes
2008-08-08Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes
2008-08-08Match raw "psp" triple target, as done by the homebrew toolchain.Bruno Cardoso Lopes
2008-07-30Added new features to represent specific instructions groupsBruno Cardoso Lopes
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes
2008-07-14Added Subtarget support into RegisterInfoBruno Cardoso Lopes
2008-07-09Fixed features usage.Bruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2008-06-04Some Mips minor fixesBruno Cardoso Lopes
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-06Better processor definitionBruno Cardoso Lopes
2007-08-18support for Schedule included on Mips.tdBruno Cardoso Lopes
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes