summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-2/+0
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-80/+81
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-41/+0
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-22/+6
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-151-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-105/+105
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-104/+104
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-11/+6
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-6/+11
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-11/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-7/+7
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+4
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-3/+5
* Fix some failures in targets on available_externally functions,Chris Lattner2009-04-171-0/+6
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-131-8/+10
* fix PR3538 for PPCChris Lattner2009-02-121-4/+14
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-061-18/+18
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-18/+20
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-18/+21
* 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-161-0/+20
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-1/+1
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Make FP tests requiring two compares work on PPC (PR 642).Dale Johannesen2008-11-071-16/+19
* Reintroduce a comment that was removed with the AddToISelQueueDan Gohman2008-11-051-0/+1
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-27/+1
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-2/+0
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-2/+2
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-8/+8
* Clean up uses of TargetLowering::getTargetMachine.Dan Gohman2008-09-041-1/+1
* fix a bunch of 80-col violationsGabor Greif2008-08-311-2/+4
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-12/+12
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-5/+4
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-108/+108
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-3/+3
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* Split scheduling from instruction selection.Evan Cheng2008-06-301-7/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-3/+3
* Convert the last remaining users of the non-APInt form ofDan Gohman2008-02-271-5/+5
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-201-2/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-041-1/+0
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+1
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-301-1/+1
* Finally implement correct ordered comparisons for PPC, even thoughChris Lattner2008-01-081-24/+43
OpenPOWER on IntegriCloud