| Age | Commit message (Expand) | Author |
| 2009-02-13 | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen |
| 2009-02-12 | fix PR3538 for PPC | Chris Lattner |
| 2009-02-06 | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen |
| 2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-01-19 | Fix 80 col violations. | Evan Cheng |
| 2009-01-19 | Handle ISD::DECLARE with PIC relocation model. | Evan Cheng |
| 2009-01-16 | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng |
| 2009-01-15 | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 2008-11-07 | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen |
| 2008-11-05 | Reintroduce a comment that was removed with the AddToISelQueue | 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-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
| 2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-09-04 | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman |
| 2008-08-31 | fix a bunch of 80-col violations | Gabor Greif |
| 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-07-07 | Add explicit keywords. | 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-02-27 | Convert the last remaining users of the non-APInt form of | Dan Gohman |
| 2008-02-20 | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-04 | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-01-30 | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman |
| 2008-01-08 | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 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-10-23 | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng |
| 2007-06-29 | Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ... | Evan Cheng |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-04-02 | Fix a bug which caused us to never be able to use signed comparisons for | Chris Lattner |
| 2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
| 2006-12-12 | Reduce number of instructions to load 64-bit constants. | Jim Laskey |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
| 2006-11-17 | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner |
| 2006-11-17 | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner |