aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-251-9/+8
* Use endianess dependent offsets for load/store of doubles whenBruno Cardoso Lopes2009-11-251-0/+8
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-191-0/+129
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-161-0/+21
* Support fp64 immediate zero, this fixes only part of PR5445 Bruno Cardoso Lopes2009-11-131-0/+10
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-1/+0
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-15/+15
* Reapply 80278Bruno Cardoso Lopes2009-09-011-1/+0
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-271-0/+1
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-271-1/+0
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-4/+4
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-26/+12
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-23/+23
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-24/+24
* Minor code simplifications.Dan Gohman2009-08-011-1/+0
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-0/+2
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-031-19/+19
* Trailing whitespace.Dale Johannesen2009-06-011-1/+1
* 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