summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeISelLowering.cpp
Commit message (Expand)AuthorAge
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-08
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-05
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove tabs.Bill Wendling2012-07-19
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-11
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-22
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Refactoring fail.Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher2011-06-29
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth2011-04-25
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-21
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-31
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck2010-12-22
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-15
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-12
* 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...Wesley Peck2010-12-12
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-09
* Adding bug fix that was suppose to be part of 121044.Wesley Peck2010-12-06
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-23
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-08
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-04
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-03
* 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