summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-13/+23
* Use early exit to reduce indentation. No functional change.Bob Wilson2009-03-031-128/+128
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-032-3/+3
* Generalize BuildVectorSDNode::isConstantSplat to use APInts and handleBob Wilson2009-03-021-8/+11
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-011-106/+5
* Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen2009-02-271-1/+3
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-15/+110
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-251-6/+6
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-244-23/+29
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-109/+14
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-18/+4
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-181-1/+2
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-171-344/+344
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-135-149/+173
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-16/+19
* fix PR3538 for PPCChris Lattner2009-02-121-4/+14
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-122-38/+47
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-092-3/+6
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-071-10/+10
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-072-6/+6
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-3/+6
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-9/+2
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-30/+37
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-062-21/+24
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-064-14/+13
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-062-98/+106
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-052-35/+42
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-20/+22
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-042-24/+30
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-042-69/+85
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-041-51/+54
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-14/+16
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-5/+6
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-4/+4
* Respect the DisableRedZone flag on PowerPC.Dan Gohman2009-01-271-1/+2
* Private linkage support for PPC / Darwin.Evan Cheng2009-01-251-0/+2
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-7/+10
* Fix 80 col violations.Evan Cheng2009-01-191-2/+2
* Handle ISD::DECLARE with PIC relocation model.Evan Cheng2009-01-191-4/+15
* Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng2009-01-162-4/+21
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-162-5/+0
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-153-8/+12
* Add the private linkage.Rafael Espindola2009-01-151-4/+6
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Const-qualify getPreIndexedAddressParts and friends.Dan Gohman2009-01-152-10/+11
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-092-5/+5
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-19/+19
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-052-3/+1