Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -21/+0 |
| | | | | llvm-svn: 142880 | ||||
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
| | | | | | | These are strictly utilities for registering targets and components. llvm-svn: 138450 | ||||
* | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -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 |