| Age | Commit message (Expand) | Author |
| 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-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-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 |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
| 2006-11-03 | silence warning | Chris Lattner |
| 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 |
| 2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
| 2006-10-05 | Make use of getStore(). | Evan Cheng |
| 2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
| 2006-09-12 | Reflects MachineConstantPoolEntry changes. | Evan Cheng |
| 2006-09-04 | add setJumpBufSize() and setJumpBufAlignment() to target-lowering. | Duraid Madina |
| 2006-08-16 | RET_FLAG has an optional input flag, but it does not produce a flag result. | Evan Cheng |
| 2006-08-11 | Eliminate use of getNode that takes a vector. | Chris Lattner |
| 2006-08-11 | eliminate use of getNode that takes vector of operands. | Chris Lattner |
| 2006-05-26 | Change RET node to include signness information of the return values. i.e. | Evan Cheng |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
| 2006-03-05 | Copysign needs to be expanded everywhere. Note that Alpha and IA64 should | Chris Lattner |
| 2006-02-13 | Switch targets over to using SelectionDAG::getCALLSEQ_START to create | Chris Lattner |
| 2006-02-01 | Fix some of the stuff in the PPC README file, and clean up legalization | Nate Begeman |
| 2006-01-29 | Targets all now request ConstantFP to be legalized into TargetConstantFP. | Chris Lattner |
| 2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
| 2006-01-28 | Remove some dead code | Chris Lattner |
| 2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
| 2006-01-25 | Set SchedulingForLatency to be the default scheduling preference for all. | Evan Cheng |
| 2006-01-25 | First part of bug 680: | Nate Begeman |
| 2006-01-25 | Default scheduling preference is SchedulingForLatency. | Evan Cheng |
| 2006-01-20 | remove RET hack, add proper support for rets (watching out for ret voids) | Duraid Madina |
| 2006-01-20 | fix sext breakage: now we correctly deal with functions that return | Duraid Madina |
| 2006-01-19 | fix calls that return f32 | Duraid Madina |
| 2006-01-15 | explain that r12 is the stack pointer reg | Duraid Madina |
| 2006-01-14 | Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ... | Chris Lattner |
| 2006-01-14 | bswap implementation | Nate Begeman |
| 2006-01-13 | new nodes | Chris Lattner |
| 2006-01-12 | sabre's (correct) fix means these guys need to be flagged as well (else | Duraid Madina |
| 2006-01-12 | Fix an itanium call lowering bug for duraid | Chris Lattner |
| 2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
| 2006-01-10 | silence a bogus warning | Chris Lattner |
| 2006-01-10 | heh, 'sif it'd be a legalizer bug. | Duraid Madina |