Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
| | | | | llvm-svn: 135375 | ||||
* | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+2 |
| | | | | llvm-svn: 124056 | ||||
* | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+3 |
| | | | | llvm-svn: 124054 | ||||
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 1 | -6/+7 |
| | | | | llvm-svn: 100815 | ||||
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 1 | -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 |