index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGSDNodes.cpp
Age
Commit message (
Expand
)
Author
2009-06-02
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-01
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-03-23
Don't set SUnit::hasPhysRegDefs to true unless the defs are
Dan Gohman
2009-03-23
Add a new bit to SUnit to record whether a node has implicit physreg
Dan Gohman
2009-03-20
Simplify this code; use a while instead of an if and a do-while.
Dan Gohman
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-06
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-01-16
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-12
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-11
CheckForPhysRegDependency should not return copy cost. It's not used. No func...
Evan Cheng
2008-12-23
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
Avoid an unnecessary call to allnodes_size(), which is linear.
Dan Gohman
2008-12-17
Double the amount of memory reserved for SUnits. This is a
Dan Gohman
2008-12-16
Remove some special-case logic in ScheduleDAGSDNodes's
Dan Gohman
2008-12-16
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-09
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-11-21
Use ComputeLatency in the MachineInstr scheduler.
Dan Gohman
2008-11-21
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman