aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2009-02-13Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen
2009-02-12fix PR3538 for PPCChris Lattner
2009-02-06Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen
2009-02-06Get rid of one more non-DebugLoc getNode andDale Johannesen
2009-02-04Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen
2009-01-19Fix 80 col violations.Evan Cheng
2009-01-19Handle ISD::DECLARE with PIC relocation model.Evan Cheng
2009-01-16Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng
2009-01-15Generalize the HazardRecognizer interface so that it can be usedDan Gohman
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2008-11-07Make FP tests requiring two compares work on PPC (PR 642).Dale Johannesen
2008-11-05Reintroduce a comment that was removed with the AddToISelQueueDan Gohman
2008-11-05Eliminate the ISel priority queue, which used the topological order for aDan Gohman
2008-10-27Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene
2008-10-16Trim #includes.Dan Gohman
2008-10-03Avoid creating two TargetLowering objects for each target.Dan Gohman
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-09-04Clean up uses of TargetLowering::getTargetMachine.Dan Gohman
2008-08-31fix a bunch of 80-col violationsGabor Greif
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-08-23Move the point at which FastISel taps into the SelectionDAGISelDan Gohman
2008-08-21Simplify SelectRoot's interface, and factor out some common codeDan Gohman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-07-17Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman
2008-07-07Add explicit keywords.Dan Gohman
2008-06-30Split scheduling from instruction selection.Evan Cheng
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-02-27Convert the last remaining users of the non-APInt form ofDan Gohman
2008-02-20Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-04Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng
2008-01-30Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman
2008-01-08Finally implement correct ordered comparisons for PPC, even thoughChris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner
2008-01-07Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-23Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng
2007-06-29Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ...Evan Cheng
2007-06-22Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman
2007-04-02Fix a bug which caused us to never be able to use signed comparisons forChris Lattner
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-12Reduce number of instructions to load 64-bit constants.Jim Laskey
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-17convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner
2006-11-17rename PPC::COND_BRANCH to PPC::BCCChris Lattner