Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / CodeGen / ScheduleDAGInstrs.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-24 Alp TokerFix known typos
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-05 Alp TokerCorrect word hyphenations
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-29 Andrew TrickComment and revise the cyclic critical path code.
2013-08-23 Andrew TrickAdds cyclic critical path computation and heuristics...
2013-08-23 Andrew TrickMI Sched: record local vreg uses.
2013-08-23 Andrew TrickRemove unused field.
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-04-24 Andrew TrickMI Sched: eliminate local vreg copies.
2013-04-23 Andrew TrickComment a strange field in ScheduleDAG.
2013-03-10 Jakub StaszakCleanup #includes.
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-06 Andrew Trickmisched: TargetSchedule interface for machine resources.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-09 Andrew Trickmisched: Remove LoopDependencies heuristic.
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-20 Andrew TrickSparseSet: Add support for key-derived indexes and...
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-04-01 Andrew Trickmisched: Add finalizeScheduler to complete the target...
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-07 Andrew TrickCleanup VLIWPacketizer to use the updated ScheduleDAGIn...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-01-20 Duncan SandsIf a vector is empty, you're not allowed to access any
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-22 Dan GohmanAdd an assertion to the ScheduleDAGInstrs class to...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...