aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCHazardRecognizers.h
Commit message (Expand)AuthorAgeFilesLines
* Fix dynamic linking on PPC64.Hal Finkel2012-03-311-7/+7
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel2011-12-151-0/+3
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-021-4/+6
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-171-0/+13
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-1/+1
* whitespaceAndrew Trick2010-12-241-9/+9
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-161-1/+0
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-4/+5
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Handle cracked instructions in dispatch group formation.Chris Lattner2006-03-131-1/+1
* Several big changes:Chris Lattner2006-03-121-20/+12
* Change the interface for getting a target HazardRecognizer to be more clean.Chris Lattner2006-03-081-1/+1
* add a couple more load/store instrs, add a newline to the end of file.Chris Lattner2006-03-071-1/+2
* This kinda sorta implements "things that have to lead a dispatch group".Nate Begeman2006-03-071-1/+2
* Implement a very very simple hazard recognizer for LSU rejects and ctr set/readChris Lattner2006-03-071-0/+79