| Commit message (Expand) | Author | Age | Files | Lines |
| * | CellSPU: | Scott Michel | 2009-03-17 | 1 | -2/+2 |
| * | CellSPU: | Scott Michel | 2009-03-17 | 1 | -163/+248 |
| * | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -1/+1 |
| * | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -3/+3 |
| * | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 1 | -3/+3 |
| * | Needs this file too. | Dale Johannesen | 2009-02-07 | 1 | -1/+1 |
| * | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -55/+64 |
| * | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -1/+2 |
| * | CellSPU: | Scott Michel | 2009-01-26 | 1 | -43/+23 |
| * | Untabify code. | Scott Michel | 2009-01-26 | 1 | -2/+2 |
| * | CellSPU: | Scott Michel | 2009-01-26 | 1 | -29/+144 |
| * | CellSPU: | Scott Michel | 2009-01-21 | 1 | -15/+36 |
| * | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
| * | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
| * | - Convert remaining i64 custom lowering into custom instruction emission | Scott Michel | 2009-01-15 | 1 | -15/+97 |
| * | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 1 | -31/+251 |
| * | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel | 2008-12-27 | 1 | -33/+33 |
| * | CellSPU: | Scott Michel | 2008-12-10 | 1 | -4/+11 |
| * | CellSPU: | Scott Michel | 2008-12-04 | 1 | -1/+1 |
| * | CellSPU: | Scott Michel | 2008-12-01 | 1 | -2/+2 |
| * | CellSPU: | Scott Michel | 2008-11-25 | 1 | -24/+2 |
| * | CellSPU: Relax constraints on when to generate a X-form address, evidently | Scott Michel | 2008-11-25 | 1 | -0/+7 |
| * | CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it | Scott Michel | 2008-11-22 | 1 | -4/+15 |
| * | CellSPU: | Scott Michel | 2008-11-21 | 1 | -12/+46 |
| * | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -8/+0 |
| * | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
| * | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -2/+0 |
| * | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -8/+8 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -5/+5 |
| * | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -3/+3 |
| * | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -5/+4 |
| * | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -45/+45 |
| * | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
| * | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
| * | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -7/+4 |
| * | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 1 | -1/+1 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -13/+13 |
| * | Remove more iostream header includes. Needed to implement a "FlushStream" | Bill Wendling | 2008-05-29 | 1 | -1/+0 |
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
| * | Bug fixes and updates for CellSPU, syncing up with trunk. Most notable | Scott Michel | 2008-04-30 | 1 | -23/+44 |
| * | Add more patterns to match in the integer comparison test harnesses. | Scott Michel | 2008-03-20 | 1 | -2/+2 |
| * | Integer comparison tests for CellSPU. | Scott Michel | 2008-03-10 | 1 | -2/+2 |
| * | Merge current work back to tree to minimize diffs and drift. Major highlights | Scott Michel | 2008-02-23 | 1 | -25/+25 |
| * | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
| * | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 1 | -167/+103 |
| * | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 1 | -228/+180 |
| * | Forward progress: crtbegin.c now compiles successfully! | Scott Michel | 2008-01-17 | 1 | -42/+164 |