aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCHazardRecognizers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-131-1/+1
* Fix parenthesis for BCTRL_{ELF|Macho} test.Nicolas Geoffray2007-02-271-1/+1
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-251-1/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-3/+1
* add ppc64 r+i stores with update.Chris Lattner2006-11-161-14/+13
* Switch loads over to use memri as the operand instead of a reg/imm operandChris Lattner2006-11-151-6/+5
* teach the g5 hazard recognizer about update loads. This fixesChris Lattner2006-11-131-11/+10
* Add missing PPC64 extload/truncstoresChris Lattner2006-07-141-2/+16
* Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswapsChris Lattner2006-07-101-0/+4
* When possible, custom lower 32-bit SINT_TO_FP to this:Chris Lattner2006-03-221-1/+2
* Fix a couple of bugs that broke the alpha tester buildChris Lattner2006-03-131-2/+2
* Handle cracked instructions in dispatch group formation.Chris Lattner2006-03-131-14/+27
* Several big changes:Chris Lattner2006-03-121-137/+145
* blr is a branch tooChris Lattner2006-03-111-0/+1
* Change the interface for getting a target HazardRecognizer to be more clean.Chris Lattner2006-03-081-6/+4
* add another missing store.Chris Lattner2006-03-071-0/+2
* add a couple more load/store instrs, add a newline to the end of file.Chris Lattner2006-03-071-1/+15
* This kinda sorta implements "things that have to lead a dispatch group".Nate Begeman2006-03-071-16/+40
* add some new instructions to the classifier. With this, we correctly insertChris Lattner2006-03-071-0/+11
* add some comments that describe what we modelChris Lattner2006-03-071-3/+18
* Implement a very very simple hazard recognizer for LSU rejects and ctr set/readChris Lattner2006-03-071-0/+203