summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Blackfin/BlackfinSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-10-251-44/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-14/+0
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+2
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-1/+1
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-1/+5
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-2/+5
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-2/+1
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-021-2/+13
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+26
OpenPOWER on IntegriCloud