aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-284-4/+4
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-8/+5
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-26/+30
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-211-4/+6
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-211-1/+2
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-25/+30
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-1/+2
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-212-6/+9
* add a readme.Chris Lattner2010-09-191-0/+25
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-2/+2
* zap dead code.Chris Lattner2010-09-043-11/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-11/+8
* tyopsGabor Greif2010-08-231-1/+1
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-062-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-062-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-052-2/+2
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+14
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-043-10/+31
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-3/+3
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-2/+2
* fix constness warningsGabor Greif2010-07-231-1/+2
* eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner2010-07-221-1/+1
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-67/+0
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-163-4/+4
* Emit COPY instead of FMR/FMSD instructions for floating point conversion onJakob Stoklund Olesen2010-07-162-12/+9
* Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memoryJakob Stoklund Olesen2010-07-161-0/+19
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-112-132/+0
* Replace copyRegToReg with copyPhysReg for PowerPC.Jakob Stoklund Olesen2010-07-112-36/+30
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-071-1/+1
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-11/+20
* Propagate debug loc.Devang Patel2010-07-061-4/+5
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-17/+29
* Revert r107655.Dan Gohman2010-07-061-29/+17
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-17/+29
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-032-19/+13
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-1/+0
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-252-9/+3
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-3/+3
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-8/+8
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-081-1/+1
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-051-1/+1
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-051-1/+1
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-14/+12
* cleanupRafael Espindola2010-06-022-137/+0
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-19/+11
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-11/+19
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-19/+11
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-4/+4