| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman | 2009-04-09 | 1 | -5/+5 | 
| *  | fix an apparently real bug exposed by a warning in -asserts mode. | Chris Lattner | 2009-03-26 | 1 | -3/+4 | 
| *  | Removed AFGR32 register class | Bruno Cardoso Lopes | 2009-03-21 | 1 | -20/+9 | 
| *  | Added support for Mips O32 Calling Convention | Bruno Cardoso Lopes | 2009-03-19 | 1 | -20/+129 | 
| *  | Remove non-DebugLoc versions of BuildMI from IA64, Mips. | Dale Johannesen | 2009-02-13 | 1 | -3/+4 | 
| *  | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -2/+1 | 
| *  | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -2/+2 | 
| *  | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -13/+21 | 
| *  | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -9/+12 | 
| *  | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -31/+37 | 
| *  | Fix a typo | Nate Begeman | 2009-01-26 | 1 | -3/+2 | 
| *  | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -2/+2 | 
| *  | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 | 
| *  | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 | 
| *  | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -4/+4 | 
| *  | Rename SetCCResultContents to BooleanContents.  In | Duncan Sands | 2008-11-23 | 1 | -1/+1 | 
| *  | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+6 | 
| *  | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -3/+0 | 
| *  | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -3/+3 | 
| *  | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -6/+3 | 
| *  | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -6/+6 | 
| *  | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -6/+6 | 
| *  | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -10/+10 | 
| *  | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -4/+6 | 
| *  | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -9/+9 | 
| *  | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 | 
| *  | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 1 | -22/+14 | 
| *  | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -1/+3 | 
| *  | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes | 2008-08-07 | 1 | -23/+48 | 
| *  | Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, they | Bruno Cardoso Lopes | 2008-08-04 | 1 | -38/+9 | 
| *  | Handle i32->f32 bitconvert results. | Bruno Cardoso Lopes | 2008-08-04 | 1 | -1/+1 | 
| *  | Apply the same pattern used in 'and' lowering for 'or' | Bruno Cardoso Lopes | 2008-08-02 | 1 | -7/+9 | 
| *  | Expand fcopysign | Bruno Cardoso Lopes | 2008-07-31 | 1 | -0/+1 | 
| *  | Handle more SELECT corner cases considering legalize types, probabily wont wo... | Bruno Cardoso Lopes | 2008-07-31 | 1 | -27/+43 | 
| *  | Added pattern for floating point zero immediate (avoiding a constant pool | Bruno Cardoso Lopes | 2008-07-30 | 1 | -0/+3 | 
| *  | Fixed bug in global address lowering for functions and in Brcond lowering | Bruno Cardoso Lopes | 2008-07-30 | 1 | -6/+7 | 
| *  | Changed some methods order. | Bruno Cardoso Lopes | 2008-07-29 | 1 | -45/+46 | 
| *  | Added floating point lowering for select. | Bruno Cardoso Lopes | 2008-07-29 | 1 | -79/+136 | 
| *  | Disable gp_rel relocation for constant pools access for now. | Bruno Cardoso Lopes | 2008-07-28 | 1 | -7/+11 | 
| *  | Added floating point lowering for setcc and brcond. | Bruno Cardoso Lopes | 2008-07-28 | 1 | -0/+81 | 
| *  | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -76/+76 | 
| *  | Minor fixes. | Bruno Cardoso Lopes | 2008-07-23 | 1 | -10/+27 | 
| *  | Added small section asm emition logic for mips. | Bruno Cardoso Lopes | 2008-07-22 | 1 | -3/+4 | 
| *  | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 1 | -20/+56 | 
| *  | Fixed call stack alignment. Improved AsmPrinter alignment issues. | Bruno Cardoso Lopes | 2008-07-15 | 1 | -3/+5 | 
| *  | Silence warning by initializing variable. | Bill Wendling | 2008-07-09 | 1 | -1/+1 | 
| *  | Fixed features usage. | Bruno Cardoso Lopes | 2008-07-09 | 1 | -1/+1 | 
| *  | Fixe typos and 80 column size problems | Bruno Cardoso Lopes | 2008-07-09 | 1 | -1/+1 | 
| *  | MipsTargetLowering cleanup | Bruno Cardoso Lopes | 2008-07-09 | 1 | -34/+39 | 
| *  | Pacify gcc-4.3. | Duncan Sands | 2008-07-08 | 1 | -2/+4 |