aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
AgeCommit message (Expand)Author
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-07-30PPC doesn't supported VLA with large alignment. This wasDale Johannesen
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng
2010-06-02Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola
2010-06-02cleanupRafael Espindola
2010-05-20The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-04-29Make naked functions work on PPC.Dale Johannesen
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-15EnablePPC64RS and EnablePPC32RS are used in multiple files, so theyDan Gohman
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-04-05remove the MMI pointer from MachineFrameInfo.Chris Lattner
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-29Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer
2010-03-14get MMI out of the label uniquing business, just go to MCContextChris Lattner
2010-03-14Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner
2010-03-14change the DBG_LABEL MachineInstr to always be createdChris Lattner
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2010-02-12This should have gone in with 26015, see comments there.Dale Johannesen
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-08Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman
2009-11-24Do not store R31 into the caller's link area on PPC.Dale Johannesen
2009-11-24Make capitalization of names starting "is" more consistent.Dale Johannesen
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-11-10Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-08-18Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-07-29Give getPointerRegClass() a "kind" value so that targets can Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-03Various small changes related to the Condition Register on PowerPC.Tilmann Scheller
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller
2009-06-04Add new function attribute - noredzone. Devang Patel
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-03-26fix warning in -asserts build.Chris Lattner
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
2009-02-13Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen
2009-02-06Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng
2009-01-27Respect the DisableRedZone flag on PowerPC.Dan Gohman
2008-10-29Add a RM pseudoreg for the rounding mode, whichDale Johannesen
2008-10-24Rewrite logic to figure out whether LR needs toDale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-09-13Remove isImm(), isReg(), and friends, in favor of Dan Gohman
2008-07-11Trim unnecessary #includes.Dan Gohman