| Commit message (Expand) | Author | Age | Files | Lines |
* | Spiller now remove unused spill slots. | Evan Cheng | 2008-02-27 | 1 | -1/+21 |
* | Convert the last remaining users of the non-APInt form of | Dan Gohman | 2008-02-27 | 1 | -6/+0 |
* | Add comment. | Devang Patel | 2008-02-27 | 1 | -0/+3 |
* | Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. | Dan Gohman | 2008-02-27 | 1 | -3/+3 |
* | Remove unncessary ReturnInst constructors. | Devang Patel | 2008-02-26 | 1 | -3/+0 |
* | Rename PrintableName to Name. | Bill Wendling | 2008-02-26 | 1 | -6/+6 |
* | Update per review. Patch by Mikhail Glushenkov! | Anton Korobeynikov | 2008-02-26 | 1 | -56/+17 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -5/+5 |
* | Use SmallVector while constructing ReturnInst. | Devang Patel | 2008-02-26 | 1 | -0/+3 |
* | Avoid const_casts | Devang Patel | 2008-02-26 | 1 | -1/+1 |
* | Remove unnecessary getOperand/setOperand overriders. | Devang Patel | 2008-02-26 | 1 | -16/+3 |
* | Unify to ReturnInst::init() member functions. | Devang Patel | 2008-02-26 | 1 | -2/+1 |
* | Optimize most common case by using single RetVal in ReturnInst. | Devang Patel | 2008-02-26 | 1 | -0/+18 |
* | Detabify | Bill Wendling | 2008-02-26 | 4 | -25/+25 |
* | Refactor inline asm constraint matching code out of SDIsel into TargetLowering. | Evan Cheng | 2008-02-26 | 1 | -1/+90 |
* | Pass const vectors by reference. | Devang Patel | 2008-02-26 | 1 | -4/+4 |
* | Add missing include (for ptrdiff_t). | Eli Friedman | 2008-02-25 | 1 | -0/+1 |
* | Factor the assert for indexed loads/stores out of LoadSDNode | Dan Gohman | 2008-02-25 | 1 | -8/+4 |
* | add an assertion to catch a null PATypeHolder, patch by Erick Tryzelaar | Chris Lattner | 2008-02-25 | 1 | -1/+2 |
* | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman | 2008-02-25 | 1 | -1/+5 |
* | add LSBaseSDNode::getOffset at Dan's request. | Chris Lattner | 2008-02-25 | 1 | -0/+3 |
* | prune #includes, fit in 80 cols. | Chris Lattner | 2008-02-25 | 2 | -6/+7 |
* | make this self contained. | Chris Lattner | 2008-02-25 | 1 | -0/+1 |
* | Add a new method to SDNode/SDOperand named getValueSizeInBits | Dan Gohman | 2008-02-25 | 1 | -0/+12 |
* | Correctly determine whether a argument load can be folded into its uses. | Evan Cheng | 2008-02-25 | 1 | -2/+2 |
* | Some platforms use the same name for 32-bit and 64-bit registers (like | Bill Wendling | 2008-02-24 | 1 | -0/+7 |
* | Merge current work back to tree to minimize diffs and drift. Major highlights | Scott Michel | 2008-02-23 | 1 | -2/+13 |
* | Remove unnecessary "inline" keywords. | Devang Patel | 2008-02-23 | 1 | -25/+21 |
* | Use dyn_cast instead of isa + cast. | Devang Patel | 2008-02-23 | 1 | -1/+5 |
* | Forgot this. | Evan Cheng | 2008-02-23 | 1 | -1/+1 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 2 | -14/+9 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 2 | -204/+229 |
* | Remove an invalid assertion now that there are implicit virtual register oper... | Evan Cheng | 2008-02-22 | 1 | -2/+0 |
* | Add StripDeadPrototypes pass. | Devang Patel | 2008-02-22 | 1 | -0/+1 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 5 | -1/+27 |
* | Add smart refcounting pointer class to ADT back (known before as IntrusiveSPt... | Anton Korobeynikov | 2008-02-22 | 1 | -0/+264 |
* | Unbreak build for VC2008. Patch by Argiris Kirtzidis! | Anton Korobeynikov | 2008-02-22 | 1 | -0/+1 |
* | Enable re-materialization of instructions which have virtual register operand... | Evan Cheng | 2008-02-22 | 1 | -9/+25 |
* | Read and write getresult. | Devang Patel | 2008-02-22 | 1 | -1/+2 |
* | minor cleanups to LSBaseSDNode. | Chris Lattner | 2008-02-22 | 1 | -18/+17 |
* | Better names as per Evan's request | Andrew Lenharth | 2008-02-21 | 2 | -11/+12 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 4 | -4/+70 |
* | Add convenient helper to get suffix of the file | Anton Korobeynikov | 2008-02-20 | 1 | -0/+8 |
* | Remove inline keywords from in-class function definitions, for | Dan Gohman | 2008-02-20 | 1 | -32/+32 |
* | getresult type is the type of indexed aggregate element | Devang Patel | 2008-02-20 | 1 | -5/+0 |
* | Specify GetResultInst index as an unsigned. | Devang Patel | 2008-02-20 | 1 | -10/+11 |
* | Fix typo. Add const version of getAggregateValue() accessor member function. | Devang Patel | 2008-02-20 | 1 | -2/+7 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 3 | -4/+6 |
* | Add an intersects method to APInt, to capture a common idiom. | Dan Gohman | 2008-02-20 | 1 | -0/+6 |
* | Add 'sink' cmdline option. Patch by Mikhail Glushenkov! | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |