summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-522/+0
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-191-1/+1
* Convert SUnit's dump method into a print method and implementDan Gohman2008-11-191-6/+10
* Fix debug printing of flagged SDNodes in SUnits so that theyDan Gohman2008-11-191-12/+12
* Change SUnit's dump method to take a ScheduleDAG* instead ofDan Gohman2008-11-181-5/+5
* Add support for building a ScheduleDAG from MachineInstrs. This is currentlyDan Gohman2008-11-141-0/+84
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-37/+19
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-131-5/+5
* Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman2008-11-131-7/+7
* Avoid relying on the SelectionDAG for initializing the MachineFunction andDan Gohman2008-11-111-3/+3
* SDNodes may have at most one Flag result. Update this commentDan Gohman2008-10-251-2/+2
* Separate MachineInstr-emitting routines from actual schedulingDan Gohman2008-09-031-751/+1
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-10/+10
* Optimize ScheduleDAG's ComputeDepths and ComputeHeights to not needDan Gohman2008-08-271-14/+14
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-7/+7
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-20/+20
* Tidy SDNode::use_iterator, and complete the transition to have itDan Gohman2008-07-271-27/+27
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-18/+18
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-3/+8
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-5/+0
* Fix an obsolete top-level comment.Dan Gohman2008-07-111-3/+2
* Factor out debugging code into the common base class.Dan Gohman2008-07-111-0/+5
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-6/+6
* Make DenseMap's insert return a pair, to more closely resemble std::map.Dan Gohman2008-07-071-7/+11
* Replace a few uses of SelectionDAG::getTargetNode withDan Gohman2008-07-021-32/+2
* - Use a faster priority comparison function if -fast.Evan Cheng2008-07-021-134/+139
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-1/+8
* Remove a redundant return.Dan Gohman2008-06-211-2/+0
* Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeIdDan Gohman2008-06-211-11/+15
* Add a priority queue class, which is a wrapper around std::priority_queueDan Gohman2008-06-211-1/+0
* Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >Dan Gohman2008-06-211-15/+20
* Clean up some uses of std::distance, now that we have allnodes_size.Dan Gohman2008-06-201-2/+2
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-3/+3
* Use a better idiom to silence compiler warnings.Evan Cheng2008-05-141-20/+5
* Really silence compiler warnings.Evan Cheng2008-05-141-5/+20
* Silence some compiler warnings.Evan Cheng2008-05-141-1/+8
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-201-2/+1
* Ongoing work on improving the instruction selection infrastructure:Roman Levenstein2008-04-161-8/+8
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-151-2/+5
* Rename MemOperand to MachineMemOperand. This was suggested byDan Gohman2008-04-071-2/+2
* Re-commit of the r48822, where the infinite looping problem discoveredRoman Levenstein2008-04-071-14/+14
* Start of a series of patches related to implicit_def.Evan Cheng2008-04-031-37/+70
* Backing out 48222 temporarily.Evan Cheng2008-04-031-13/+13
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-261-13/+13
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-4/+4
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-161-47/+28
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-3/+8
* Livein copy scheduling fixes: do not coalesce physical register copies, corre...Evan Cheng2008-03-141-112/+42
* Experimental scheduler change to schedule / coalesce the copies added for fun...Evan Cheng2008-03-121-23/+181
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-111-16/+14
OpenPOWER on IntegriCloud