aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-15/+18
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* silence warning when asserts disabled.Chris Lattner2008-12-141-2/+2
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-12/+0
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-3/+0
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-7/+2
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-2/+2
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-2/+2
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-1/+1
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-4/+4
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-3/+3
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-38/+38
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-1/+1
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-2/+2
* Add explicit keywords.Dan Gohman2008-07-071-1/+2
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-5/+4
* Split scheduling from instruction selection.Evan Cheng2008-06-301-6/+3
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+1
* Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes2008-06-061-54/+73
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-061-0/+46
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-041-1/+0
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+1
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-5/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added JumpTable supportBruno Cardoso Lopes2007-11-121-1/+27
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-12/+62
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-241-2/+2
* Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes2007-08-181-1/+1
* Added support for Mips specific GAS directivesBruno Cardoso Lopes2007-07-111-1/+1
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+272