summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-10-251-21/+0
| | | | llvm-svn: 142880
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
| | | | | | These are strictly utilities for registering targets and components. llvm-svn: 138450
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+21
Generate code for the Blackfin family of DSPs from Analog Devices: http://www.analog.com/en/embedded-processing-dsp/blackfin/processors/index.html We aim to be compatible with the exsisting GNU toolchain found at: http://blackfin.uclinux.org/gf/project/toolchain The back-end is experimental. llvm-svn: 77897
OpenPOWER on IntegriCloud