]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/ScheduleDAGInstrs.cpp
Updates to sync with changes in upstream.
[opencl/llvm.git] / lib / CodeGen / ScheduleDAGInstrs.cpp
2015-01-07 Jonas PaulssonNew method SDep::isNormalMemoryOrBarrier() in ScheduleD...
2015-01-07 Jonas PaulssonFix typos in comment and option help texts.
2014-12-08 Tom StellardMISched: Fix moving stores across barriers
2014-12-05 Hal FinkelRevert "r223440 - Consider subregs when calling MI...
2014-12-05 Hal FinkelConsider subregs when calling MI::registerDefIsDead...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-09-12 Owen AndersonRemove an unnecessary restriction. MIsNeedChainEdge...
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-05-15 Alp TokerFix typos
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 Hal FinkelRemove seemingly-unneeded artificial dependency
2014-04-18 Andrew TrickBetter comments to explain buffered/unbuffered processo...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Hal FinkelReenable use of TBAA during CodeGen
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-25 Nick LewyckyIndent this continued line.
2014-02-20 Nick LewyckyFix change in behaviour accidentally introduced in...
2014-02-20 Nick LewyckySimplify the implementation of getUnderlyingObjectsForI...
2014-01-25 Hal FinkelDisable the use of TBAA when using AA in CodeGen
2014-01-20 Hal FinkelTrack multiple stores per object when using AA in Sched...
2014-01-08 Hal FinkelConservatively handle multiple MMOs in MIsNeedChainEdge
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-05 Andrew TrickMI-Sched: Model "reserved" processor resources.
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Alp TokerCorrect word hyphenations
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-09-04 Andrew Trickmi-sched: bypass heuristic checks when regpressure...
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
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-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
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 Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-06-29 Benjamin Kramermisched: Compress pairs returned by getUnderlyingObject...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-02-12 Sergei LarinEqual treatment of labels and other terminators in...
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-25 Andrew TrickScheduleDAG: Added isBoundaryNode to conveniently detec...
2013-01-25 Andrew TrickSchedDFS: Complete support for nested subtrees.
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickSchedDFS: Initial support for nested subtrees.
2013-01-25 Andrew TrickSchedDFS: Refactor and tweak the subtree selection...
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-18 Andrew TrickMISched: add dependence to ExitSU to model live-out...
2012-12-10 Hal FinkelUse GetUnderlyingObjects in misched
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: Fix the DAG builder to handle an undef operand...
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: rename ScheduleDAGILP to ScheduleDFS to prepar...
2012-11-28 Andrew Trickmisched: better alias analysis.
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-06 Andrew TrickScheduleDAG interface. Added OrderKind to distinguish...
2012-10-30 Chad Rosier[inline asm] Implement mayLoad and mayStore for inline...
2012-10-29 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-26 Nick LewyckyFix typo in comment.
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-09 Andrew Trickmisched: Remove LoopDependencies heuristic.
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Andrew Trickmisched: remove forceUnitLatencies. Defaults are handle...
2012-09-18 Andrew Trickmisched: Make ScheduleDAGInstrs use the TargetSchedule...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-07-30 Andrew TrickUse the latest MachineRegisterInfo APIs. No functionality.
2012-07-28 Andrew TrickReenable a basic SSA DAG builder optimization.
2012-06-14 Andrew Trickmisched: disable SSA check pending PR13112.
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-06 Andrew TrickMove RegisterPressure.h.
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-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-20 Jakob Stoklund OlesenUse LiveRangeQuery in ScheduleDAGInstrs.
2012-05-15 Andrew TrickAdd -enable-aa-sched-mi, off by default, for AliasAnaly...
2012-04-24 Andrew Trickmisched: DAG builder must special case earlyclobber
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-20 Andrew TrickNew and improved comment.
2012-04-20 Andrew TrickSparseSet: Add support for key-derived indexes and...
2012-04-20 Andrew Trickmisched: initialize BB
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-03-16 Benjamin KramerScheduleDAGInstrs: When adding uses we add them into...
next