Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding working version of assembly parser for the MBlaze backend | Wesley Peck | 2010-11-08 | 1 | -4/+3 |
| | | | | | | Major cleanup of whitespace and formatting issues in MBlaze backend llvm-svn: 118434 | ||||
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 1 | -0/+41 |
The MicroBlaze is a highly configurable 32-bit soft-microprocessor for use on Xilinx FPGAs. For more information see: http://www.xilinx.com/tools/microblaze.htm http://en.wikipedia.org/wiki/MicroBlaze The current LLVM MicroBlaze backend generates assembly which can be compiled using the an appropriate binutils assembler. llvm-svn: 96969 |