aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-121-0/+2
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-6/+4
* Remove Predicate_* calls from MipsJakob Stoklund Olesen2010-09-031-2/+3
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-181-3/+3
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-241-6/+6
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-1/+0
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-32/+3
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-3/+2
* MulOp is actually a Mips specific node, so do the match using Opcode. This fi...Bruno Cardoso Lopes2010-02-011-1/+1
* Fix a bug introduced on r92564 where the name "Node" was alreadyBruno Cardoso Lopes2010-01-191-2/+2
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-191-10/+25
* load f64 +0.0 in a cleaner way. This fix part of PR5445Bruno Cardoso Lopes2010-01-191-3/+12
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-38/+37
* 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