aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-3/+3
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-7/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+2
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-1/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+1
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-1/+1
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-1/+1
* Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher2011-06-291-4/+0
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-1/+0
* Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck2010-12-221-0/+9
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-151-2/+5
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+5
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-0/+25
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+2
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-3/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-11/+11
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+0
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-061-0/+3
* revert r97807, it introduced build warnings.Chris Lattner2010-03-061-3/+0
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-051-0/+3
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+146