aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-241-1/+1
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-261-6/+3
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-251-4/+4
* Simplify this due to changes in the tblgen sideChris Lattner2005-10-231-9/+0
* Autogen subtarget information from .td files.Chris Lattner2005-10-231-34/+10
* Sort the cpu and features table, so that the alpha backend doesn't fail EVERYChris Lattner2005-10-021-2/+2
* subtarget support for CIX and FIX extentions (the only 2 I care about right now)Andrew Lenharth2005-09-301-2/+35
* begining alpha subtarget supportAndrew Lenharth2005-09-291-0/+28