aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move pattern matching for EXT and INS to post-legalization DAGCombine per Bru...Akira Hatanaka2011-08-171-2/+0
* Add support for ext and ins.Akira Hatanaka2011-08-171-1/+6
* Define unaligned load and store. Akira Hatanaka2011-08-121-0/+2
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-0/+1
* Lower memory barriers to sync instructions.Akira Hatanaka2011-07-191-1/+4
* Remove getRegClassForInlineAsmConstraint for Mips.Eric Christopher2011-06-291-4/+0
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-211-1/+3
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-091-3/+1
* Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka2011-06-081-1/+3
* Custom-lower FRAMEADDR. Patch by Sasa Stankovic.Akira Hatanaka2011-06-021-0/+1
* This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,Bruno Cardoso Lopes2011-05-311-0/+10
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-311-0/+10
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-281-1/+3
* Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns for fp_to_sint have alreadyAkira Hatanaka2011-05-251-1/+0
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-251-0/+1
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-3/+0
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-8/+7
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-7/+8
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-151-1/+4
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-311-8/+4
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-041-1/+5
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-041-0/+1
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-7/+7
* Add support for mips32 madd and msub instructions. Patch by Akira HatanakaBruno Cardoso Lopes2011-01-181-1/+9
* Remove target specific node MipsISD::CMov, which is not used because all cond...Bruno Cardoso Lopes2010-12-071-3/+0
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+5
* 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-16/+16
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+0
* Add suport for VASTART on Mips.Bruno Cardoso Lopes2010-02-061-0/+3
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+1
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-281-1/+1
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-271-0/+5
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-4/+4
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-131-2/+0
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-131-2/+5
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-3/+3
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-5/+27
* remove more remnants of small section support.Chris Lattner2009-07-241-2/+0
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-031-2/+0
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+2
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-0/+4
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1