| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -9/+9 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -9/+10 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -2/+3 |
* | 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 |
* | Remove non-DebugLoc versions of buildMI from Sparc. | Dale Johannesen | 2009-02-13 | 1 | -2/+3 |
* | 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 | -4/+6 |
* | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen | 2009-02-06 | 1 | -3/+3 |
* | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -6/+10 |
* | Remove a non-DebugLoc version of getNode. | Dale Johannesen | 2009-02-05 | 1 | -6/+8 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -8/+11 |
* | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -23/+29 |
* | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen | 2009-02-04 | 1 | -22/+22 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+2 |
* | Don't make use of an illegal type (i64) when | Duncan Sands | 2008-12-12 | 1 | -5/+31 |
* | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -4/+3 |
* | Use expand for smul_lohi for now | Anton Korobeynikov | 2008-10-10 | 1 | -0/+1 |
* | Add rudimentary support for 'r' register operand | Anton Korobeynikov | 2008-10-10 | 1 | -0/+52 |
* | Cleanup | Anton Korobeynikov | 2008-10-10 | 1 | -83/+82 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -10/+0 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -11/+12 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -6/+7 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -8/+8 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -84/+84 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -7/+7 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -3/+3 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+4 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -2/+2 |
* | Replace some std::vectors that showed up in heap profiling with | Dan Gohman | 2008-06-30 | 1 | -5/+3 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -8/+4 |
* | Use MachineBasicBlock::transferSuccessors. | Dan Gohman | 2008-06-21 | 1 | -8/+3 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -12/+12 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -3/+0 |
* | Check in some #ifdef'd out code switching call argument | Chris Lattner | 2008-03-17 | 1 | -42/+103 |
* | remove dead code | Chris Lattner | 2008-03-17 | 1 | -32/+0 |
* | Switch sparc from using LowerCallTo to using LowerOperation(CALL) like | Chris Lattner | 2008-03-17 | 1 | -66/+47 |
* | Start moving sparc to use SparcCallingConv.td, switching over | Chris Lattner | 2008-03-17 | 1 | -266/+265 |
* | split sparc lowering out into SparcISelLowering.{cpp|h} to follow | Chris Lattner | 2008-03-17 | 1 | -0/+948 |