| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -9/+9 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -5/+4 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -2/+2 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -1/+3 |
* | 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 | -8/+7 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -7/+8 |
* | 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 | -41/+51 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 1 | -13/+29 |
* | Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR | Bill Wendling | 2008-08-31 | 1 | -3/+7 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -35/+35 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -1/+1 |
* | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman | 2008-07-29 | 1 | -2/+3 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -288/+288 |
* | Somehow, custom lowering of i64 multiplications got dropped along the way. | Scott Michel | 2008-07-16 | 1 | -104/+105 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -16/+5 |
* | 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 | -5/+4 |
* | Remove unnecessary #includes. | Dan Gohman | 2008-06-22 | 1 | -1/+0 |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 1 | -4/+4 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -129/+136 |
* | Add necessary 64-bit support so that gcc frontend compiles (mostly). Current | Scott Michel | 2008-06-02 | 1 | -27/+129 |
* | Bug fixes and updates for CellSPU, syncing up with trunk. Most notable | Scott Michel | 2008-04-30 | 1 | -22/+45 |
* | no need to implement this method and just have it call | Chris Lattner | 2008-04-26 | 1 | -10/+0 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -3/+0 |
* | - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. | Scott Michel | 2008-03-10 | 1 | -9/+7 |
* | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 |
* | Integer comparison tests for CellSPU. | Scott Michel | 2008-03-10 | 1 | -10/+14 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |
* | Refine Cell's i64 constant generation code to cover more constants where the | Scott Michel | 2008-03-06 | 1 | -7/+28 |
* | - Fix support for "special" i64 immediates that can be loaded | Scott Michel | 2008-03-05 | 1 | -32/+25 |
* | Merge current work back to tree to minimize diffs and drift. Major highlights | Scott Michel | 2008-02-23 | 1 | -87/+302 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -1/+2 |
* | Fix single precision FP constants on SPU. They are actually legal, | Nate Begeman | 2008-02-14 | 1 | -13/+3 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 1 | -11/+3 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -5/+4 |
* | Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co... | Evan Cheng | 2008-02-05 | 1 | -2/+7 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -11/+0 |
* | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 1 | -211/+210 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -2/+2 |
* | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 1 | -37/+103 |
* | Forward progress: crtbegin.c now compiles successfully! | Scott Michel | 2008-01-17 | 1 | -80/+65 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -3/+11 |
* | improve cygwin compatibility, patch by Sam Bishop | Chris Lattner | 2008-01-12 | 1 | -1/+1 |
* | More CellSPU refinements: | Scott Michel | 2008-01-11 | 1 | -5/+12 |
* | More CellSPU refinement and progress: | Scott Michel | 2008-01-11 | 1 | -257/+235 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -51/+39 |