| Commit message (Expand) | Author | Age | Files | Lines |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -91/+65 |
* | Remove -disable-mips-abicall and -enable-mips-absolute-call command-line | Eli Friedman | 2009-08-03 | 1 | -5/+3 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -7/+5 |
* | remove more remnants of small section support. | Chris Lattner | 2009-07-24 | 1 | -39/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+4 |
* | One more operation expansion for MIPS, from test/CodeGen/Generic. | Eli Friedman | 2009-07-17 | 1 | -1/+2 |
* | Expand a bunch of illegal operations on MIPS (found by | Eli Friedman | 2009-07-17 | 1 | -0/+12 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -7/+7 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -7/+8 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -4/+5 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -1/+4 |
* | Misc accumulated tweaks to legalization logic for various targets. | Eli Friedman | 2009-06-16 | 1 | -0/+2 |
* | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | 2009-06-03 | 1 | -3/+0 |
* | Added support for fround, fextend and FP_TO_SINT | Bruno Cardoso Lopes | 2009-05-27 | 1 | -0/+37 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | 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 |