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