| Commit message (Expand) | Author | Age | Files | Lines |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+3 |
| * | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -0/+1 |
| * | Convert more abort() calls to llvm_report_error(). | Torok Edwin | 2009-07-08 | 1 | -2/+2 |
| * | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -1/+2 |
| * | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
| * | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+5 |
| * | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -1/+1 |
| * | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | 2009-06-03 | 1 | -3/+0 |
| * | Remove non-DebugLoc versions of BuildMI from Alpha and Cell. | Dale Johannesen | 2009-02-13 | 1 | -10/+11 |
| * | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -1/+1 |
| * | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
| * | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -6/+8 |
| * | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -17/+22 |
| * | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -5/+10 |
| * | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -11/+13 |
| * | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen | 2009-02-04 | 1 | -11/+13 |
| * | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -9/+10 |
| * | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -7/+11 |
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
| * | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
| * | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -2/+2 |
| * | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -3/+6 |
| * | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -1/+1 |
| * | fix another libgcc blocker | Andrew Lenharth | 2008-11-11 | 1 | -0/+1 |
| * | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+6 |
| * | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -7/+7 |
| * | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -6/+3 |
| * | get CodeGen/Alpha/mul128.ll to work. | Chris Lattner | 2008-10-09 | 1 | -0/+2 |
| * | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth | 2008-10-07 | 1 | -1/+43 |
| * | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -3/+3 |
| * | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -11/+0 |
| * | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -8/+9 |
| * | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -9/+8 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -1/+1 |
| * | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+11 |
| * | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -11/+11 |
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -64/+64 |
| * | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -7/+7 |
| * | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -33/+40 |
| * | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -1/+2 |
| * | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -1/+1 |
| * | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -3/+2 |
| * | Use MachineBasicBlock::transferSuccessors. | Dan Gohman | 2008-06-21 | 1 | -5/+1 |
| * | 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 | -22/+20 |
| * | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -4/+0 |
| * | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 |
| * | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -1/+5 |
| * | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |