| Age | Commit message (Expand) | Author |
| 2009-02-14 | Merge 64124 frm mainline. | Tanya Lattner |
| 2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
| 2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
| 2009-01-15 | Fix Alpha test and support for private linkage. | Rafael Espindola |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
| 2008-12-14 | silence warning when asserts disabled. | Chris Lattner |
| 2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman |
| 2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
| 2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
| 2008-12-01 | There are no longer any places that require a | Duncan Sands |
| 2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
| 2008-11-24 | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng |
| 2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
| 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 | This shouldn't be necessary | Andrew Lenharth |
| 2008-11-11 | CMake: corrected split of Alpha and Sparc AsmPrinters. | Oscar Fuentes |
| 2008-11-11 | Separate alpha asmprinter. This should unbreak native build. | Anton Korobeynikov |
| 2008-11-11 | fix another libgcc blocker | Andrew Lenharth |
| 2008-11-08 | Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ... | Evan Cheng |
| 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 |