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.cpp
Age
Commit message (
Expand
)
Author
2013-02-12
Equal treatment of labels and other terminators in MI DAG construction.
Sergei Larin
2013-01-25
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.
Andrew Trick
2013-01-25
SchedDFS: Complete support for nested subtrees.
Andrew Trick
2013-01-25
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
SchedDFS: Initial support for nested subtrees.
Andrew Trick
2013-01-25
SchedDFS: Refactor and tweak the subtree selection criteria.
Andrew Trick
2013-01-21
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-18
MISched: add dependence to ExitSU to model live-out latency.
Andrew Trick
2012-12-10
Use GetUnderlyingObjects in misched
Hal Finkel
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
2012-11-28
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
misched: better alias analysis.
Andrew Trick
2012-11-15
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-06
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-10-30
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-29
This patch addresses a problem with the Post RA scheduler generating an
Preston Gurd
2012-10-26
Fix typo in comment.
Nick Lewycky
2012-10-15
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-09
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-08
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-09-18
misched: Make ScheduleDAGInstrs use the TargetSchedule interface.
Andrew Trick
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-23
Simplify the computeOperandLatency API.
Andrew Trick
2012-07-30
Use the latest MachineRegisterInfo APIs. No functionality.
Andrew Trick
2012-07-28
Reenable a basic SSA DAG builder optimization.
Andrew Trick
2012-06-14
misched: disable SSA check pending PR13112.
Andrew Trick
2012-06-13
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-06
Move RegisterPressure.h.
Andrew Trick
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery in ScheduleDAGInstrs.
Jakob Stoklund Olesen
2012-05-15
Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...
Andrew Trick
2012-04-24
misched: DAG builder must special case earlyclobber
Andrew Trick
2012-04-24
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-20
New and improved comment.
Andrew Trick
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
misched: initialize BB
Andrew Trick
2012-04-13
misched: Added CanHandleTerminators.
Andrew Trick
2012-03-16
ScheduleDAGInstrs: When adding uses we add them into a set that's empty at th...
Benjamin Kramer
[next]