summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAge
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* Remove target specific node MipsISD::CMov, which is not used because all cond...Bruno Cardoso Lopes2010-12-07
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-23
* 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
* eliminate some uses of the getStore overload.Chris Lattner2010-09-21
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-21
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-20
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-20
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Propagate debug loc.Devang Patel2010-07-06
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* 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
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-15
* Add suport for VASTART on Mips.Bruno Cardoso Lopes2010-02-06
* First step towards varargs support in Mips:Bruno Cardoso Lopes2010-02-06
* Revert 95130.Evan Cheng2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig...Bruno Cardoso Lopes2010-01-30
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner2010-01-26
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-25
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-16
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-28
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-27
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-19
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Reapply 80278Bruno Cardoso Lopes2009-09-01
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-27
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-27
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-13
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-03
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* remove more remnants of small section support.Chris Lattner2009-07-24