summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaSubtarget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
| | | | | | | | | | Module*. Also, dropped uses of TargetMachine where unnecessary. The only target which still takes a TargetMachine& is Mips, I would appreciate it if someone would normalize this to match other targets. llvm-svn: 77918
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-241-1/+1
| | | | llvm-svn: 33492
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-261-6/+3
| | | | llvm-svn: 24013
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-251-4/+4
| | | | | | CPU. llvm-svn: 23974
* Simplify this due to changes in the tblgen sideChris Lattner2005-10-231-9/+0
| | | | llvm-svn: 23908
* Autogen subtarget information from .td files.Chris Lattner2005-10-231-34/+10
| | | | llvm-svn: 23904
* Sort the cpu and features table, so that the alpha backend doesn't fail EVERYChris Lattner2005-10-021-2/+2
| | | | | | compile with an assertion that the tables are not sorted! llvm-svn: 23591
* subtarget support for CIX and FIX extentions (the only 2 I care about right now)Andrew Lenharth2005-09-301-2/+35
| | | | llvm-svn: 23569
* begining alpha subtarget supportAndrew Lenharth2005-09-291-0/+28
llvm-svn: 23531
OpenPOWER on IntegriCloud