Age | Commit message (Expand) | Author |
---|---|---|
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-10 | Add rudimentary support for 'r' register operand | Anton Korobeynikov |
2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-06-30 | Replace some std::vectors that showed up in heap profiling with | Dan Gohman |
2008-03-17 | Switch sparc from using LowerCallTo to using LowerOperation(CALL) like | Chris Lattner |
2008-03-17 | split sparc lowering out into SparcISelLowering.{cpp|h} to follow | Chris Lattner |