aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCHazardRecognizers.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-3/+4
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-031-1/+1
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-161-4/+0
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-3/+6
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-031-1/+1
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-2/+2
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-1/+1
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-4/+4
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-1/+1
* use predicate.Chris Lattner2008-01-071-1/+1
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-061-1/+1
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-061-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* LVXL and STVXL are also a load and store resp.Bill Wendling2007-09-051-0/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+303