Inline assembly support for Blackfin.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 2 Aug 2009 17:39:17 +0000 (17:39 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 2 Aug 2009 17:39:17 +0000 (17:39 +0000)
commit63cc527fbce3d1e4b47b687c404b1777fa15ffe5
tree0cd6b5fa5f13421e7b72aff823868b7c7a2072a6
parent73b7bb7b07fdf63f699698d4027dd981fd46ce80
Inline assembly support for Blackfin.

We use the same constraints as GCC, including those that are slightly insane for inline assembler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77899 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Blackfin/BlackfinISelLowering.cpp
lib/Target/Blackfin/BlackfinRegisterInfo.td
lib/Target/Blackfin/README.txt
test/CodeGen/Blackfin/inline-asm.ll [new file with mode: 0644]