| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -0/+93 |
| * | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -3/+11 |
| * | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -2/+0 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -12/+8 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -8/+12 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -12/+8 |
| * | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -2/+0 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -5/+6 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -2/+4 |
| * | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+4 |
| * | Fix PR 1681. When X86 target uses +sse -sse2, | Dale Johannesen | 2007-09-23 | 1 | -0/+2 |
| * | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -3/+0 |
| * | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 1 | -2/+2 |
| * | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+3 |
| * | Assert when TLS is not implemented. | Lauro Ramos Venancio | 2007-07-11 | 1 | -0/+3 |
| * | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -40/+39 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -8/+10 |
| * | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov | 2007-03-07 | 1 | -2/+4 |
| * | Simplify lowering and selection of exception ops. | Jim Laskey | 2007-02-22 | 1 | -3/+0 |
| * | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 1 | -1/+4 |
| * | return addresses, those I already have | Andrew Lenharth | 2007-02-08 | 1 | -2/+3 |
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
| * | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -0/+3 |
| * | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -1/+1 |
| * | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth | 2007-01-24 | 1 | -23/+4 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -8/+8 |
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -3/+1 |
| * | silence warnings. | Chris Lattner | 2006-11-03 | 1 | -6/+0 |