| Age | Commit message (Expand) | Author |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
| 2008-11-03 | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman |
| 2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
| 2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
| 2008-10-16 | Trim #includes. | Dan Gohman |
| 2008-10-16 | mark some targets as experimental. Andrew, if you think that Alpha is | Chris Lattner |
| 2008-10-16 | Const-ify several TargetInstrInfo methods. | Dan Gohman |
| 2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
| 2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
| 2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
| 2008-10-09 | get CodeGen/Alpha/mul128.ll to work. | Chris 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 |