Displaying 2 results from an estimated 2 matches for "intrinsicsmblaz".
Did you mean:
intrinsicsmblaze
2010 Jan 29
3
[LLVMdev] [patch] MicroBlaze Backend
...backend for the MicroBlaze soft-processor:
http://www.xilinx.com/tools/microblaze.htm
http://en.wikipedia.org/wiki/MicroBlaze
Attached is the initial MicroBlaze patch. It does the following:
1. Adds mblaze as a target in configure and configure.ac
2. Adds mblaze specific intrinsics in include/llvm/IntrinsicsMBlaze.td and include/llvm/Intrinsics.td
3. Adds mblaze triple support in include/llvm/ADT/Triple.h and lib/Support/Triple.cpp
4. Adds mblaze backend support in lib/Target/MBlaze
5. Adds mblaze test cases in test/CodeGen/MBlaze
Currently the MicroBlaze backend generates MicroBlaze assembly which compile...
2010 Jan 30
0
[LLVMdev] [patch] MicroBlaze Backend
...ssor:
> http://www.xilinx.com/tools/microblaze.htm
> http://en.wikipedia.org/wiki/MicroBlaze
Very Cool!
> Attached is the initial MicroBlaze patch. It does the following:
> 1. Adds mblaze as a target in configure and configure.ac
> 2. Adds mblaze specific intrinsics in include/llvm/IntrinsicsMBlaze.td and include/llvm/Intrinsics.td
> 3. Adds mblaze triple support in include/llvm/ADT/Triple.h and lib/Support/Triple.cpp
> 4. Adds mblaze backend support in lib/Target/MBlaze
> 5. Adds mblaze test cases in test/CodeGen/MBlaze
>
> Currently the MicroBlaze backend generates MicroBla...