| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 1 | -17/+0 |
| * | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 1 | -0/+4 |
| * | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 1 | -1/+2 |
| * | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -4/+4 |
| * | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -2/+3 |
| * | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -3/+2 |
| * | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 1 | -2/+3 |
| * | random cleanups. | Chris Lattner | 2009-03-08 | 1 | -4/+3 |
| * | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -21/+24 |
| * | Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob... | Evan Cheng | 2009-02-25 | 1 | -2/+2 |
| * | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling | 2009-02-24 | 1 | -7/+9 |
| * | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 1 | -25/+21 |
| * | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel | 2009-02-17 | 1 | -355/+355 |
| * | --- Merging (from foreign repository) r64714 into '.': | Bill Wendling | 2009-02-17 | 1 | -8/+15 |
| * | Revert this. It was breaking stuff. | Bill Wendling | 2009-02-13 | 1 | -2/+31 |
| * | Turn off the old way of handling debug information in the code generator. Use | Bill Wendling | 2009-02-13 | 1 | -31/+2 |
| * | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -3/+3 |
| * | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -3/+3 |
| * | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen | 2009-02-06 | 1 | -24/+23 |
| * | And one more file. | Dale Johannesen | 2009-02-06 | 1 | -3/+4 |
| * | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -2/+3 |
| * | Avoids generating a legalization assert for the case where a vector type is l... | Mon P Wang | 2009-02-04 | 1 | -2/+10 |
| * | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen | 2009-02-04 | 1 | -1/+2 |
| * | Fill in more omissions in DebugLog propagation. | Dale Johannesen | 2009-02-04 | 1 | -16/+16 |
| * | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen | 2009-02-03 | 1 | -3/+3 |
| * | Last DebugLoc propagation for this file. | Dale Johannesen | 2009-02-02 | 1 | -180/+204 |
| * | More DebugLoc propagation. This should be everything | Dale Johannesen | 2009-02-02 | 1 | -100/+112 |
| * | DebugLoc propagation. ExpandOp and PromoteOp, | Dale Johannesen | 2009-02-02 | 1 | -307/+330 |
| * | More DebugLoc propagation. | Dale Johannesen | 2009-02-02 | 1 | -109/+127 |
| * | DebugLoc propagation for int<->fp conversions. | Dale Johannesen | 2009-02-02 | 1 | -74/+89 |
| * | Fix PR3453 and probably a bunch of other potential | Duncan Sands | 2009-02-01 | 1 | -4/+6 |
| * | Fix PR3401: when using large integers, the type | Duncan Sands | 2009-01-31 | 1 | -26/+19 |
| * | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -2/+4 |
| * | Get rid of the non-DebugLoc-ified getNOT() method. | Bill Wendling | 2009-01-30 | 1 | -3/+5 |
| * | Explicitly add PseudoSourceValue information when lowering | Dan Gohman | 2009-01-29 | 1 | -10/+11 |
| * | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman | 2009-01-28 | 1 | -25/+28 |
| * | Use ValueType::bitsLT to simplify some code. | Dan Gohman | 2009-01-28 | 1 | -1/+1 |
| * | Use ZERO_EXTEND instead of ANY_EXTEND when promoting | Dan Gohman | 2009-01-28 | 1 | -1/+1 |
| * | Add an assertion to the form of SelectionDAG::getConstant that takes | Dan Gohman | 2009-01-27 | 1 | -1/+1 |
| * | Fix an indent and a typo. | Nate Begeman | 2009-01-24 | 1 | -1/+1 |
| * | Add SelectionDAG::getNOT method to construct bitwise NOT operations, | Bob Wilson | 2009-01-22 | 1 | -4/+2 |
| * | CellSPU: | Scott Michel | 2009-01-21 | 1 | -0/+4 |
| * | More consts on TargetLowering references. | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
| * | Use const with TargetLowering references in a few more places. | Dan Gohman | 2009-01-15 | 1 | -4/+5 |
| * | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -6/+11 |
| * | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+3 |
| * | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -50/+57 |
| * | Teach LeaglizeDAG that i64 mul can be a libcall. | Scott Michel | 2008-12-29 | 1 | -0/+2 |
| * | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 1 | -155/+50 |
| * | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -31/+39 |