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
/
ScheduleDAGInstrs.h
Age
Commit message (
Expand
)
Author
2011-06-02
Update DBG_VALUEs while breaking anti dependencies.
Devang Patel
2011-06-02
During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...
Devang Patel
2010-10-23
Properly model the latency of register defs which are 1) function returns or
Evan Cheng
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-07-24
Change ScheduleDAGInstrs::Defs and ::Uses to be variable-size vectors
Bob Wilson
2010-06-29
When processing loops for scheduling latencies (used for live outs on loop
Jim Grosbach
2010-05-11
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-03-10
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2009-10-18
Spill slots cannot alias.
Evan Cheng
2009-10-12
Remove a redundant member variable.
Dan Gohman
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-09-18
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-08-19
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-10
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-06
Move ScheduleDAGInstrs.h to be a private header. Front-ends
Dan Gohman