| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek | 2008-02-11 | 1 | -3/+3 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+3 |
| * | Add truncate and AssertZext result expansion. | Duncan Sands | 2008-02-10 | 1 | -0/+1 |
| * | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman | 2008-02-08 | 1 | -3/+10 |
| * | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -2/+2 |
| * | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -1/+1 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -9/+67 |
| * | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng | 2008-02-05 | 1 | -4/+0 |
| * | Typo. | Evan Cheng | 2008-02-04 | 1 | -1/+1 |
| * | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner | 2008-02-03 | 1 | -45/+85 |
| * | Generalize the SDOperand->SDOperand form of | Chris Lattner | 2008-02-03 | 1 | -17/+16 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+12 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -67/+9 |
| * | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -0/+16 |
| * | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -9/+67 |
| * | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -13/+13 |
| * | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 1 | -1/+1 |
| * | don't bother making x&-1 only to simplify it in dag combine. This commonly o... | Chris Lattner | 2008-01-26 | 1 | -0/+2 |
| * | Simplify SelectionDAG::getNode so that a big switch stmt is not #ifndef | Chris Lattner | 2008-01-22 | 1 | -119/+88 |
| * | Move DAG-changing code out of #ifndef NDEBUG. | Dale Johannesen | 2008-01-21 | 1 | -1/+3 |
| * | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner | 2008-01-17 | 1 | -3/+15 |
| * | Fix a ppc long double regression I introduced yesterday due to a | Chris Lattner | 2008-01-16 | 1 | -0/+1 |
| * | Factor the ReachesChainWithoutSideEffects out of dag combiner into | Chris Lattner | 2008-01-16 | 1 | -0/+31 |
| * | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov | 2008-01-15 | 1 | -1/+2 |
| * | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | improve support for fgetsign | Chris Lattner | 2007-12-22 | 1 | -0/+6 |
| * | Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ... | Evan Cheng | 2007-12-18 | 1 | -20/+0 |
| * | Also print alignment and volatileness. | Evan Cheng | 2007-12-18 | 1 | -13/+19 |
| * | SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode. | Evan Cheng | 2007-12-18 | 1 | -0/+18 |
| * | Allow vector integer constants to be created with | Dan Gohman | 2007-12-12 | 1 | -9/+22 |
| * | Pretty print shuffle mask operand. | Evan Cheng | 2007-12-11 | 1 | -0/+13 |
| * | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov | 2007-11-15 | 1 | -0/+1 |
| * | If a call to getTruncStore is for a normal store, | Duncan Sands | 2007-10-30 | 1 | -3/+5 |
| * | If the value types are equal then this routine | Duncan Sands | 2007-10-19 | 1 | -1/+1 |
| * | Add support for byval function whose argument is not 32 bit aligned. | Rafael Espindola | 2007-10-19 | 1 | -0/+24 |
| * | Return Expand from getOperationAction for all extended | Duncan Sands | 2007-10-17 | 1 | -10/+17 |
| * | Disable attempts to constant fold PPC f128. | Dale Johannesen | 2007-10-16 | 1 | -36/+41 |
| * | Initial infrastructure for arbitrary precision integer | Duncan Sands | 2007-10-16 | 1 | -26/+32 |
| * | add a new CreateStackTemporary helper method. | Chris Lattner | 2007-10-15 | 1 | -0/+13 |
| * | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner | 2007-10-15 | 1 | -35/+53 |
| * | Disable some compile-time optimizations on PPC | Dale Johannesen | 2007-10-14 | 1 | -0/+3 |
| * | Add an ISD::FPOW node type. | Dan Gohman | 2007-10-11 | 1 | -0/+1 |
| * | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -0/+6 |
| * | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman | 2007-10-08 | 1 | -0/+36 |
| * | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -1/+1 |
| * | Provide names for MUL_LOHI and DIVREM operators. | Dan Gohman | 2007-10-05 | 1 | -0/+4 |
| * | Add a variant of getTargetNode() that takes a vector of MVT::ValueType. | Evan Cheng | 2007-10-05 | 1 | -0/+7 |
| * | remove dup comment | Dale Johannesen | 2007-09-30 | 1 | -1/+0 |