| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -119/+119 |
| * | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -2/+2 |
| * | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -2/+2 |
| * | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -2/+2 |
| * | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 |
| * | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -1/+2 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+1 |
| * | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -18/+18 |
| * | Untabification. | Bill Wendling | 2009-05-30 | 1 | -2/+2 |
| * | 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 |