summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeISelLowering.h
Commit message (Expand)AuthorAge
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher2011-06-29
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck2010-12-22
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-15
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-21
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-17
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-06
* revert r97807, it introduced build warnings.Chris Lattner2010-03-06
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-05
* Adding the MicroBlaze backend.Wesley Peck2010-02-23