| Age | Commit message (Expand) | Author |
| 2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
| 2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
| 2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
| 2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
| 2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
| 2008-06-21 | Use MachineBasicBlock::transferSuccessors. | Dan Gohman |
| 2008-06-08 | Remove comparison methods for MVT. The main cause | Duncan Sands |
| 2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-03-10 | Default ISD::PREFETCH to expand. | Evan Cheng |
| 2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
| 2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
| 2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
| 2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
| 2008-02-14 | Change how FP immediates are handled. | Nate Begeman |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-17 | This commit changes: | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-11-13 | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling |
| 2007-10-11 | Set ISD::FPOW to Expand. | Dan Gohman |
| 2007-09-23 | Fix PR 1681. When X86 target uses +sse -sse2, | Dale Johannesen |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-08-30 | Change LegalFPImmediates to use APFloat. | Dale Johannesen |
| 2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
| 2007-07-11 | Assert when TLS is not implemented. | Lauro Ramos Venancio |
| 2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
| 2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
| 2007-03-07 | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov |
| 2007-02-22 | Simplify lowering and selection of exception ops. | Jim Laskey |
| 2007-02-21 | Support to provide exception and selector registers. | Jim Laskey |
| 2007-02-08 | return addresses, those I already have | Andrew Lenharth |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-29 | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman |
| 2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
| 2007-01-24 | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-11-03 | silence warnings. | Chris Lattner |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-11-02 | fix 2006-11-01-vastart.ll | Andrew Lenharth |
| 2006-10-31 | Add all that branch mangling niftiness | Andrew Lenharth |
| 2006-10-30 | All targets expand BR_JT for now. | Evan Cheng |
| 2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |