summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* CellSPU:Scott Michel2009-03-171-2/+2
* CellSPU:Scott Michel2009-03-171-163/+248
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-1/+1
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-3/+3
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-3/+3
* Needs this file too.Dale Johannesen2009-02-071-1/+1
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-55/+64
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-1/+2
* CellSPU:Scott Michel2009-01-261-43/+23
* Untabify code.Scott Michel2009-01-261-2/+2
* CellSPU:Scott Michel2009-01-261-29/+144
* CellSPU:Scott Michel2009-01-211-15/+36
* 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
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-151-15/+97
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-301-31/+251
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-271-33/+33
* CellSPU:Scott Michel2008-12-101-4/+11
* CellSPU:Scott Michel2008-12-041-1/+1
* CellSPU:Scott Michel2008-12-011-2/+2
* CellSPU:Scott Michel2008-11-251-24/+2
* CellSPU: Relax constraints on when to generate a X-form address, evidentlyScott Michel2008-11-251-0/+7
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-221-4/+15
* CellSPU:Scott Michel2008-11-211-12/+46
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-8/+0
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-2/+0
* Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman2008-09-261-8/+8
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-5/+5
* Clean up uses of TargetLowering::getTargetMachine.Dan Gohman2008-09-041-1/+1
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-3/+3
* 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-45/+45
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-1/+1
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* Split scheduling from instruction selection.Evan Cheng2008-06-301-7/+4
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-1/+1
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-13/+13
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-1/+0
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Bug fixes and updates for CellSPU, syncing up with trunk. Most notableScott Michel2008-04-301-23/+44
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-201-2/+2
* Integer comparison tests for CellSPU.Scott Michel2008-03-101-2/+2
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-25/+25
* 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
* More cleanups for CellSPU:Scott Michel2008-01-301-167/+103
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-291-228/+180
* Forward progress: crtbegin.c now compiles successfully!Scott Michel2008-01-171-42/+164
OpenPOWER on IntegriCloud