Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -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 Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth | 2007-01-24 | 1 | -1/+1 |
| | | | | llvm-svn: 33492 | ||||
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 1 | -6/+3 |
| | | | | llvm-svn: 24013 | ||||
* | Preparation of supporting scheduling info. Need to find info based on selected | Jim Laskey | 2005-10-25 | 1 | -4/+4 |
| | | | | | | CPU. llvm-svn: 23974 | ||||
* | Simplify this due to changes in the tblgen side | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
| | | | | llvm-svn: 23908 | ||||
* | Autogen subtarget information from .td files. | Chris Lattner | 2005-10-23 | 1 | -34/+10 |
| | | | | llvm-svn: 23904 | ||||
* | Sort the cpu and features table, so that the alpha backend doesn't fail EVERY | Chris Lattner | 2005-10-02 | 1 | -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 Lenharth | 2005-09-30 | 1 | -2/+35 |
| | | | | llvm-svn: 23569 | ||||
* | begining alpha subtarget support | Andrew Lenharth | 2005-09-29 | 1 | -0/+28 |
llvm-svn: 23531 |