| Age | Commit message (Expand) | Author |
| 2008-10-17 | Merge from mainline. | Tanya Lattner |
| 2008-10-07 | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth |
| 2008-10-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
| 2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
| 2008-09-26 | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling |
| 2008-09-26 | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng |
| 2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
| 2008-09-26 | CMake: Builds all targets. | Oscar Fuentes |
| 2008-09-24 | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov |
| 2008-09-24 | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov |
| 2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
| 2008-09-22 | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen |
| 2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
| 2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
| 2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
| 2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
| 2008-09-02 | Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be... | Evan Cheng |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 2008-08-26 | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson |
| 2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
| 2008-08-21 | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman |
| 2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |
| 2008-08-20 | Tablegen generated code already tests the opcode value, so it's not | Dan Gohman |
| 2008-08-14 | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson |
| 2008-08-08 | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov |
| 2008-08-07 | Switch Alpha to new section handling stuff | Anton Korobeynikov |
| 2008-08-05 | Trim #includes. | Dan Gohman |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | 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-03 | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng |
| 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 | Split scheduling from instruction selection. | Evan Cheng |
| 2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
| 2008-06-25 | SimpleInstructionSelector is here no more. | Dan Gohman |
| 2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
| 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-05-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
| 2008-05-14 | Change target-specific classes to use more precise static types. | Dan Gohman |
| 2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
| 2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-03-31 | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng |
| 2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
| 2008-03-25 | Add explicit keywords. | Dan Gohman |