aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-11-30Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson
2009-11-25Tail duplicate indirect branches for PowerPC, too.Bob Wilson
2009-11-25Fix compiler warnings.Dale Johannesen
2009-11-25Revert r89803.Devang Patel
2009-11-24Do not store R31 into the caller's link area on PPC.Dale Johannesen
2009-11-24Enable debug info for ppc-darwin.Devang Patel
2009-11-24Make capitalization of names starting "is" more consistent.Dale Johannesen
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-23Allow more than one stub to be being generated at the same time.Jeffrey Yasskin
2009-11-21We are not using DBG_STOPPOINT anymore.Devang Patel
2009-11-20Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman
2009-11-20Remove an incorrect overaggressive optimizationDale Johannesen
2009-11-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-13Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene
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-11-09Similar to r86588, but for Darwin this time.Bill Wendling
2009-11-09The jump table was being generated before the end label for exception handlingBill Wendling
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-11-05Remove uninteresting and confusing debug output.Dan Gohman
2009-11-04Add PowerPC codegen for indirect branches.Bob Wilson
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-19emit .subsections_via_symbols through MCStreamer instead of textually.Chris Lattner
2009-10-18-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng
2009-10-18Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng
2009-10-17Revert 84315 for now. Re-thinking the patch.Evan Cheng
2009-10-17Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng
2009-10-12Revert the kludge in 76703. I got a cleanDale Johannesen
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-30Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson
2009-09-28Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen
2009-09-27LBRX no longer has an explicit SrcValueSDNode operand, so the typeDan Gohman
2009-09-27Use explicit structs instead of std::pair to map callee saved regs to spill s...Tilmann Scheller
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-09-25Don't try to use pre-indexed addressing with sthbrx/stwbrxDan Gohman
2009-09-20Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar
2009-09-19Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng
2009-09-18Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng
2009-09-18Model the carry bit on ppc32. Without this we couldDale Johannesen
2009-09-16Big change #1 for personality function references:Chris Lattner