aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeISelLowering.h
AgeCommit message (Expand)Author
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2011-09-06Add codegen support for vector select (in the IR this means a selectDuncan Sands
2011-06-29Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher
2011-05-06Make the logic for determining function alignment more explicit. No function...Eli Friedman
2010-12-22Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck
2010-12-15Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-10-21Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck
2010-07-07Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman
2010-05-01Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-17Move per-function state out of TargetLowering subclasses and intoDan Gohman
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck
2010-03-06revert r97807, it introduced build warnings.Chris Lattner
2010-03-05Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck
2010-02-23Adding the MicroBlaze backend.Wesley Peck