Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / CodeGen / MachineScheduler.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-05-17 Andrew TrickMachineScheduler debug output clarity.
2015-05-17 Andrew TrickRegisterPressureTracker: reword stale comments.
2015-03-27 Andrew TrickComplete the MachineScheduler fix made way back in...
2015-03-11 Eric ChristopherRemove useMachineScheduler and replace it with subtarge...
2015-01-27 Eric ChristopherThe subtarget is cached on the MachineFunction. Access...
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2014-12-13 Akira HatanakaRename argument strings of codegen passes to avoid...
2014-12-12 Andrea Di BiagioReapply "[MachineScheduler] Fix for PR21807: minor...
2014-12-12 Andrea Di BiagioRevert: [MachineScheduler] Fix for PR21807: minor code...
2014-12-12 Andrea Di Biagio[MachineScheduler] Fix for PR21807: minor code differen...
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction via...
2014-10-10 Hal Finkel[MiSched] Fix a logic error in tryPressure()
2014-08-07 Gerolf HoflehnerDebugging Utility - optional ability for dumping critic...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-02 Chad RosierRevert "Revert "MachineScheduler: better book-keeping...
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-06-27 Andrew TrickLeft out the NDEBUG in the previous checkin.
2014-06-27 Andrew TrickMachineScheduler: add some book-keeping to fix an assert.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-12 Andrew TrickFix the scheduler's MaxObservedStall computation.
2014-06-07 Andrew TrickFix the MachineScheduler's logic for updating ready...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-24 Alp TokerFix known typos
2014-01-22 Andrew TrickReformat a loop for basic hygeine. Self review.
2014-01-21 Andrew TrickFix PR18572 - llc crash during GenericScheduler::initPo...
2013-12-28 Saleem AbdulrasoolCodeGen: silence a C++11 feature warning
2013-12-28 Andrew TrickUninitialized variable (in never taken path) after...
2013-12-28 Andrew TrickAdded debugging options: -misched-only-func/block
2013-12-28 Andrew TrickAdd a PostMachineScheduler pass with generic implementa...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-07 Andrew TrickFactor out the SchedRemainder/SchedBoundary from Generi...
2013-12-06 Andrew Trickcomment grammar
2013-12-06 Daniel JasperFix bug introduced in r196517.
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 Andrew Trickcomment typo and reformat
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-09-24 Andrew TrickComment typo.
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-19 Andrew TrickRename ConvergingScheduler to GenericScheduler.
2013-09-09 Andrew TrickEnable -misched-cyclicpath by default.
2013-09-09 Andrew Trickmi-sched: smooth out the cyclicpath heuristic.
2013-09-06 Andrew Trickmi-sched: cleanup register pressure update, remove...
2013-09-06 Andrew Trickmi-sched: improve regpressure tracing.
2013-09-06 Andrew Trickmi-sched: print tree size in -view-misched-dags
2013-09-06 Andrew Trickmi-sched: register pressure update tracing.
2013-09-06 Andrew Trickmi-sched: Reorder Cyclicpath (latency) and CriticalMax...
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-09-04 Andrew Trickmi-sched: Force bottom up scheduling for generic targets.
2013-09-04 Andrew Trickcomment typo
2013-09-04 Andrew TrickRemove dead subtree limit code.
2013-09-04 Andrew Trick-view-misched-dags, better pruning.
2013-09-04 Andrew Trickmi-sched: DEBUG cleanup, call tracePick for unidirectio...
2013-09-04 Andrew Trick80 columns
2013-09-04 Andrew Trickmi-sched: Suppress register pressure tracking when...
2013-09-04 Andrew Trickmi-sched: Load clustering is a bit to expensive to...
2013-09-04 Andrew Trickmi-sched: Reuse an invalid HazardRecognizer to save...
2013-09-04 Andrew Trickmi-sched: bypass heuristic checks when regpressure...
2013-09-04 Andrew TrickAdded -misched-regpressure option.
2013-08-31 Andrew TrickFix my previous checkin to updatePressureDiffs.
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-30 Andrew Trickcomment typo
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: Don't call MBB.size() in initSUnits. The...
2013-08-07 Andrew TrickConfusing comment typo.
2013-07-30 Andrew TrickMI Sched: Track live-thru registers.
2013-07-30 Andrew TrickMI Sched fix: assert "Disconnected LRG within the sched...
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Andrew TrickDump LIS before regalloc. MI sched changes them.
2013-07-19 Alexey SamsonovFix uninitialized memory read found by MemorySanitizer...
2013-07-19 Andrew TrickMI Sched: Update the way resources are tracked so the...
2013-06-21 Andrew TrickMI-Sched: cleanup DEBUG output.
next