summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-10
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-19
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-08
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-08
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-01
* Fix dynamic linking on PPC64.Hal Finkel2012-03-31
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* 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