| Age | Commit message (Expand) | Author |
| 2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman |
| 2008-12-01 | There are no longer any places that require a | Duncan Sands |
| 2008-11-24 | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng |
| 2008-11-18 | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman |
| 2008-11-15 | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes |
| 2008-11-11 | CMake: corrected split of Alpha and Sparc AsmPrinters. | Oscar Fuentes |
| 2008-11-11 | Separate sparc asmprinter. This should unbreak the native build | Anton Korobeynikov |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | 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 | 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-10 | Fix a thinko and unbreak sparc default CC | Anton Korobeynikov |
| 2008-10-10 | Extend set of return registers on sparc until someone will implement MRV supp... | Anton Korobeynikov |
| 2008-10-10 | Ignore extra 'r' modifier for now | Anton Korobeynikov |
| 2008-10-10 | Use expand for smul_lohi for now | Anton Korobeynikov |
| 2008-10-10 | Add rudimentary support for 'r' register operand | Anton Korobeynikov |
| 2008-10-10 | Cleanup | Anton Korobeynikov |
| 2008-10-10 | Add rudimentary asmprinter support for printing inline asm operands for sparc. | Anton Korobeynikov |
| 2008-10-10 | Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether ... | Anton Korobeynikov |
| 2008-10-10 | Cleanup | Anton Korobeynikov |
| 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-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
| 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-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
| 2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
| 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-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-16 | Add interface for section override. Use this for Sparc, since it should use n... | Anton Korobeynikov |
| 2008-08-16 | Reduce heap trashing due to std::string construction / concatenation via cach... | Anton Korobeynikov |
| 2008-08-14 | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson |
| 2008-08-08 | Properly print flags on Sparc | Anton Korobeynikov |
| 2008-08-08 | Use mergeable strings sections on sparc | Anton Korobeynikov |
| 2008-08-08 | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov |
| 2008-08-07 | Use EmitAlignment consistently | Anton Korobeynikov |