[llvm-commits] [PATCH] Analog Devices Blackfin back-end, 2nd ed.
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Jul 29 15:30:49 PDT 2009
Hi,
Following Chris' quick review, I have made the following changes to
the Blackfin back-end:
* Convert braces to Java style like the rest of LLVM.
* Clean up certain functions to use "early exit" whenever possible.
* s/Bfin/BF/ Namespaces renamed to shorter versions.
* Some multipatterns introduced in InstrInfo.td. There may be more
opportunities, but the instruction set is annoyingly irregular.
* Track the changing back-end API.
Attached patches apply on TOT and pass "make check".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blackfin.patch
Type: application/octet-stream
Size: 203848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090730/67d6ec95/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autoconf-blackfin.patch
Type: application/octet-stream
Size: 6427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090730/67d6ec95/attachment-0001.obj>
More information about the llvm-commits
mailing list