| Age | Commit message (Expand) | Author |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-11-05 | Remove uninteresting and confusing debug output. | Dan Gohman |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-08-15 | Simplify a few more things, eliminating a few more dependencies on | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-09 | Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Notic... | Benjamin Kramer |
| 2009-08-08 | move this fp select into a pattern | Andrew Lenharth |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-19 | Switch Alpha over to the new call lowering style. New code mostly | Eli Friedman |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-06-03 | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 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-16 | Trim #includes. | Dan Gohman |
| 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-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 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-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
| 2008-06-30 | Split scheduling from instruction selection. | Evan Cheng |
| 2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
| 2008-05-14 | Change target-specific classes to use more precise static types. | Dan Gohman |
| 2008-02-25 | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman |
| 2008-02-04 | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng |
| 2008-02-03 | explicitly include Compiler.h instead of getting it from tblgen in the middle... | Chris Lattner |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-06-19 | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman |
| 2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
| 2007-01-24 | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth |
| 2007-01-24 | Fix unordered fp on alpha | Andrew Lenharth |
| 2007-01-19 | For PR1043: | Reid Spencer |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-11-02 | For PR786: | Reid Spencer |