aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+12
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-17/+17
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-4/+4
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-1/+1
* 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
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+2
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-1/+1
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-1/+2
* Refactoring fail.Evan Cheng2011-07-251-1/+1
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-251-3/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+1
* Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher2011-06-291-29/+7
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-11/+11
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-5/+2
* Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth2011-04-251-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-3/+3
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-2/+2
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-2/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck2010-12-221-156/+336
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-1/+1
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-151-6/+11
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-121-2/+2
* 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...Wesley Peck2010-12-121-0/+1
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-091-53/+45
* Adding bug fix that was suppose to be part of 121044.Wesley Peck2010-12-061-6/+6
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-4/+4
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-11/+11
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-3/+3
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-1/+1
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+31
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-29/+19
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-7/+4
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-4/+7
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-7/+4
* eliminate some uses of the getStore overload.Chris Lattner2010-09-211-3/+6
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-1/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-2/+4
* Propagate debug loc.Devang Patel2010-07-061-2/+2
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-37/+33
* Revert r107655.Dan Gohman2010-07-061-33/+37
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-37/+33
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-3/+3
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-2/+0