Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |