summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* delete a forwarding function.Chris Lattner2010-04-081-6/+7
| | | | llvm-svn: 100815
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+88
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
OpenPOWER on IntegriCloud