Remove TargetMachine from PPCInstrInfo and all dependencies and
[oota-llvm.git] / lib / Target / PowerPC / PPCHazardRecognizers.h
2014-06-12 Eric ChristopherRemove TargetMachine from PPCInstrInfo and all dependen...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-02 Hal FinkelRemove PPCScoreboardHazardRecognizer
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2011-12-15 Hal FinkelEnsure that the nop that should follow a bl call in...
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2009-01-16 Dan GohmanInitial hazard recognizer support in post-pass scheduli...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-03-13 Chris LattnerHandle cracked instructions in dispatch group formation.
2006-03-12 Chris LattnerSeveral big changes:
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-07 Chris Lattneradd a couple more load/store instrs, add a newline...
2006-03-07 Nate BegemanThis kinda sorta implements "things that have to lead...
2006-03-07 Chris LattnerImplement a very very simple hazard recognizer for...