| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -49/+0 |
| | | | | | llvm-svn: 143164 | ||||
| * | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -1/+2 |
| | | | | | llvm-svn: 134606 | ||||
| * | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 134281 | ||||
| * | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 1 | -2/+2 |
| | | | | | llvm-svn: 134259 | ||||
| * | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 1 | -1/+4 |
| | | | | | | | | | | itineraries. - Refactor TargetSubtarget to be based on MCSubtargetInfo. - Change tablegen generated subtarget info to initialize MCSubtargetInfo and hide more details from targets. llvm-svn: 134257 | ||||
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -3/+3 |
| | | | | | | | | | | | be the first encoded as the first feature. It then uses the CPU name to look up features / scheduling itineray even though clients know full well the CPU name being used to query these properties. The fix is to just have the clients explictly pass the CPU name! llvm-svn: 134127 | ||||
| * | Sink SubtargetFeature and TargetInstrItineraries (renamed ↵ | Evan Cheng | 2011-06-29 | 1 | -2/+1 |
| | | | | | | | MCInstrItineraries) into MC. llvm-svn: 134049 | ||||
| * | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -3/+2 |
| | | | | | | | | | | | 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 | ||||
| * | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -1/+2 |
| | | | | | llvm-svn: 72335 | ||||
| * | 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 | -3/+0 |
| | | | | | llvm-svn: 33492 | ||||
| * | Alpha Scheduling classes | Andrew Lenharth | 2006-03-09 | 1 | -0/+3 |
| | | | | | llvm-svn: 26643 | ||||
| * | Typo made worse x 2 - take 2. | Jim Laskey | 2005-10-26 | 1 | -1/+1 |
| | | | | | llvm-svn: 24018 | ||||
| * | Typo x 2 | Jim Laskey | 2005-10-26 | 1 | -1/+1 |
| | | | | | llvm-svn: 24016 | ||||
| * | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 1 | -0/+4 |
| | | | | | llvm-svn: 24013 | ||||
| * | begining alpha subtarget support | Andrew Lenharth | 2005-09-29 | 1 | -0/+42 |
| llvm-svn: 23531 | |||||

