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
/
PostRASchedulerList.cpp
Age
Commit message (
Expand
)
Author
2008-12-16
Enable anti-dependence breaking by default when post-RA scheduling is enabled.
Dan Gohman
2008-12-16
When breaking an anti-dependency, don't use a register which has seen
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-12-05
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-12-05
Ignore IMPLICIT_DEF instructions when computing physreg liveness.
Dan Gohman
2008-12-04
Use register names instead of numbers in debug output.
Dan Gohman
2008-12-03
Rewrite the liveness bookkeeping code to fix a bunch of
Dan Gohman
2008-12-03
Fix an inconsistency in a comment.
Dan Gohman
2008-12-03
Don't charge the full latency for anti and output dependencies. This is
Dan Gohman
2008-12-03
When looking for anti-dependences on the critical path, don't bother
Dan Gohman
2008-12-03
Add a comment about callee-saved registers.
Dan Gohman
2008-11-27
Silence a warning.
Nick Lewycky
2008-11-25
Suppress warnings.
Dan Gohman
2008-11-25
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman
2008-11-20
Factor out the code for verifying the work of the scheduler,
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-01-14
don't create the post-ra scheduler unless it is enabled.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-13
Modify previous patch per review comments.
Dale Johannesen
2007-07-13
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
[prev]