Move the Target way of overriding DAG Scheduler to a target hook
[oota-llvm.git] / include / llvm / Target / TargetSubtargetInfo.h
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
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-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-04-04 Eric ChristopherFix formatting and coding style.
2015-03-11 Eric ChristopherRemove useMachineScheduler and replace it with subtarge...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-08-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2012-11-13 Andrew Trickmisched: Allow subtargets to enable misched and depende...
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-09-18 Andrew TrickTableGen subtarget emitter. Remove unnecessary header...
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 NAKAMURA Takumillvm/Target/TargetSubtargetInfo.h: Fix case in #include...
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-14 Andrew Trickwhitespace
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...