| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Minor compile-time optimization; don't bother checking | Dan Gohman | 2009-03-24 | 1 | -1/+1 | 
| *  | Add a pre-pass to the burr-list scheduler which makes adjustments to | Dan Gohman | 2009-03-24 | 1 | -0/+120 | 
| *  | When unfolding a load during scheduling, the new operator node has | Dan Gohman | 2009-03-23 | 1 | -3/+6 | 
| *  | Fix canClobberPhysRegDefs to check all SDNodes grouped together | Dan Gohman | 2009-03-23 | 1 | -14/+19 | 
| *  | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 1 | -1/+1 | 
| *  | Fix a typo in a comment. | Dan Gohman | 2009-03-12 | 1 | -1/+1 | 
| *  | Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes | Dan Gohman | 2009-03-06 | 1 | -7/+7 | 
| *  | Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what... | Evan Cheng | 2009-03-04 | 1 | -25/+54 | 
| *  | Oops. Last second clean up messed things up. | Evan Cheng | 2009-02-12 | 1 | -2/+3 | 
| *  | Replace one of burr scheduling heuristic with something more sensible. Now ca... | Evan Cheng | 2009-02-12 | 1 | -18/+4 | 
| *  | Fix a comment. | Dan Gohman | 2009-02-11 | 1 | -2/+2 | 
| *  | Don't use special heuristics for nodes with no data predecessors | Dan Gohman | 2009-02-11 | 1 | -8/+9 | 
| *  | Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness | Dan Gohman | 2009-02-11 | 1 | -11/+0 | 
| *  | When scheduling a block in parts, keep track of the overall | Dan Gohman | 2009-02-11 | 1 | -4/+4 | 
| *  | Factor out more code for computing register live-range informationfor | Dan Gohman | 2009-02-10 | 1 | -22/+42 | 
| *  | Fix PR3457: Ignore control successors when looking for closest scheduled succ... | Evan Cheng | 2009-02-10 | 1 | -1/+1 | 
| *  | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -1/+1 | 
| *  | Make a few things const, fix some comments, and simplify | Dan Gohman | 2009-01-29 | 1 | -16/+8 | 
| *  | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -15/+13 | 
| *  | The list-td and list-tdrr schedulers don't yet support physreg | Dan Gohman | 2009-01-13 | 1 | -1/+5 | 
| *  | Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register... | Evan Cheng | 2009-01-12 | 1 | -27/+31 | 
| *  | Minor debug output tweak. | Evan Cheng | 2009-01-09 | 1 | -2/+2 | 
| *  | Remove redundant 'else's. No functionality change. | Dan Gohman | 2009-01-07 | 1 | -7/+6 | 
| *  | Update these argument lists for the isNormalMemory | Dan Gohman | 2009-01-06 | 1 | -3/+6 | 
| *  | Use a latency value of 0 for the artificial edges inserted by | Dan Gohman | 2009-01-06 | 1 | -1/+1 | 
| *  | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 | 
| *  | CommuteNodesToReducePressure() is now removed. | Dan Gohman | 2009-01-03 | 1 | -1/+0 | 
| *  | Remove the code from the scheduler that commuted two-address | Dan Gohman | 2009-01-03 | 1 | -54/+0 | 
| *  | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman | 2008-12-23 | 1 | -2/+2 | 
| *  | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 1 | -37/+30 | 
| *  | Make addPred and removePred return void, since the return value is not | Dan Gohman | 2008-12-16 | 1 | -4/+4 | 
| *  | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman | 2008-12-09 | 1 | -118/+134 | 
| *  | Make debug output more informative. | Dan Gohman | 2008-12-04 | 1 | -1/+1 | 
| *  | Initial support for anti-dependence breaking. Currently this code does not | Dan Gohman | 2008-11-25 | 1 | -238/+26 | 
| *  | Check in the rest of this change. The isAntiDep flag needs to be passed | Dan Gohman | 2008-11-24 | 1 | -1/+1 | 
| *  | Add a flag to SDep for tracking which edges are anti-dependence edges. | Dan Gohman | 2008-11-21 | 1 | -4/+4 | 
| *  | Rename SDep's isSpecial to isArtificial, to make this field a little | Dan Gohman | 2008-11-21 | 1 | -20/+20 | 
| *  | Remove the CycleBound computation code from the ScheduleDAGRRList | Dan Gohman | 2008-11-21 | 1 | -58/+5 | 
| *  | Change these schedulers to not emit no-ops. It turns out that | Dan Gohman | 2008-11-21 | 1 | -6/+2 | 
| *  | Remove a remnant of list-burr's fast mode. | Dan Gohman | 2008-11-20 | 1 | -20/+0 | 
| *  | Factor out the SethiUllman numbering logic from the list-burr and | Dan Gohman | 2008-11-20 | 1 | -159/+47 | 
| *  | Remove the "fast" form of the list-burr scheduler, and use the | Dan Gohman | 2008-11-20 | 1 | -68/+9 | 
| *  | Facter AddPseudoTwoAddrDeps and associated infrasructure out of | Dan Gohman | 2008-11-20 | 1 | -43/+60 | 
| *  | Factor out the code for verifying the work of the scheduler, | Dan Gohman | 2008-11-20 | 1 | -63/+2 | 
| *  | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -3/+3 | 
| *  | Rearrange code to reduce the nesting level. No functionality change. | Dan Gohman | 2008-11-19 | 1 | -36/+36 | 
| *  | Tidy up ScheduleNodeBottomUp methods, and make them more | Dan Gohman | 2008-11-18 | 1 | -7/+5 | 
| *  | Change SUnit's dump method to take a ScheduleDAG* instead of | Dan Gohman | 2008-11-18 | 1 | -10/+10 | 
| *  | Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the | Dan Gohman | 2008-11-18 | 1 | -22/+34 | 
| *  | Eliminate some trivial differences between the ScheduleNodeTopDown | Dan Gohman | 2008-11-17 | 1 | -3/+4 |