aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-3/+1
* remove more remnants of small section support.Chris Lattner2009-07-241-7/+0
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-0/+1
* Fixed Bug 2751Bruno Cardoso Lopes2008-09-151-3/+3
* Make option variables static, so they won't cause nameclashAnton Korobeynikov2008-08-221-7/+10
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-131-0/+2
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-0/+1
* Match raw "psp" triple target, as done by the homebrew toolchain.Bruno Cardoso Lopes2008-08-081-1/+2
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-301-2/+3
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-0/+6
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-2/+22
* Fixed features usage.Bruno Cardoso Lopes2008-07-091-3/+3
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-2/+16
* Some Mips minor fixesBruno Cardoso Lopes2008-06-041-2/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Better processor definitionBruno Cardoso Lopes2007-11-061-1/+1
* support for Schedule included on Mips.tdBruno Cardoso Lopes2007-08-181-1/+2
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+26