summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAge
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-07
* 64-bit LR8 load should use X11 not R11Hal Finkel2011-12-07
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-06
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-05
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-02
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-22
* Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad2011-11-15
* PPCInstrInfo.cpp: Fix one "unused" warning.NAKAMURA Takumi2011-11-08
* Fix unused variable warning.Richard Smith2011-10-21
* Disable the PPC hazard recognizer. It currently only supportsDan Gohman2011-10-20
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-17
* Teach PPCInstrInfo to handle sub-classes.Jakob Stoklund Olesen2011-10-04
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-21
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Emit COPY instead of FMR/FMSD instructions for floating point conversion onJakob Stoklund Olesen2010-07-16
* Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memoryJakob Stoklund Olesen2010-07-16
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for PowerPC.Jakob Stoklund Olesen2010-07-11
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-20
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* No-ops emitted for scheduling don't correspond with anything in theDan Gohman2010-05-05
* Frame index can be negative.Evan Cheng2010-04-29
* Add PPC specific emitFrameIndexDebugValue.Evan Cheng2010-04-26
* EnablePPC64RS and EnablePPC32RS are used in multiple files, so theyDan Gohman2010-04-15
* Educate GetInstrSizeInBytes implementations thatDale Johannesen2010-04-07
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-02
* Merge PPC instructions FMRS and FMRD into a single FMR instruction.Jakob Stoklund Olesen2010-02-26
* Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen2010-02-26
* When save/restoring CR at prolog/epilog, in a largeDale Johannesen2010-02-12
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* Remove unused member functions.Eli Friedman2009-07-24
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Implement changes from Chris's feedback.Torok Edwin2009-07-08