diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-08-02 17:32:10 +0000 | 
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-08-02 17:32:10 +0000 | 
| commit | 552d8d6618b080f08e0cdf3b5ad430b9f66bbdf5 (patch) | |
| tree | 22359f7c8105cf32aba235f854c11a639168eaa8 /llvm/include | |
| parent | 3f323847bc6a270312c615309c3c3f8c16ddbed9 (diff) | |
| download | bcm5719-llvm-552d8d6618b080f08e0cdf3b5ad430b9f66bbdf5.tar.gz bcm5719-llvm-552d8d6618b080f08e0cdf3b5ad430b9f66bbdf5.zip | |
Analog Devices Blackfin back-end.
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
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/ADT/Triple.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/include/llvm/ADT/Triple.h b/llvm/include/llvm/ADT/Triple.h index b6c8193f89e..5d584f4fe6c 100644 --- a/llvm/include/llvm/ADT/Triple.h +++ b/llvm/include/llvm/ADT/Triple.h @@ -38,6 +38,7 @@ public:      alpha,   // alpha      arm,     // arm, armv.* +    bfin,    // blackfin      cellspu, // spu, cellspu      mips,    // mips, mipsallegrex      mipsel,  // mipsel, mipsallegrexel, psp | 

