summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAge
...
* This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,Bruno Cardoso Lopes2011-05-31
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-31
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-28
* Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns for fp_to_sint have alreadyAkira Hatanaka2011-05-25
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-25
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-15
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-31
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-04
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-04
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Add support for mips32 madd and msub instructions. Patch by Akira HatanakaBruno Cardoso Lopes2011-01-18
* Remove target specific node MipsISD::CMov, which is not used because all cond...Bruno Cardoso Lopes2010-12-07
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* 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 suport for VASTART on 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
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* 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
* 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
* 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 more remnants of small section support.Chris Lattner2009-07-24
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-03
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-27
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-07
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-23
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-13
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-07
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-04
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-02
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-31
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-29