| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -1/+1 |
* | Delete an unused function. | Dan Gohman | 2008-09-23 | 1 | -10/+0 |
* | Move the code for initializing the global base reg out of | Dan Gohman | 2008-09-23 | 1 | -29/+9 |
* | Simplify and generalize X86DAGToDAGISel::CanBeFoldedBy, and draw | Dan Gohman | 2008-09-17 | 1 | -56/+48 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -9/+11 |
* | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 1 | -13/+22 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -72/+72 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | Try approach to moving call address load inside of callseq_start. Now it's do... | Evan Cheng | 2008-08-25 | 1 | -33/+106 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -29/+29 |
* | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
* | Move the handling of ANY_EXTEND, SIGN_EXTEND_INREG, and TRUNCATE | Dan Gohman | 2008-08-20 | 1 | -108/+61 |
* | Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ... | Evan Cheng | 2008-08-17 | 1 | -0/+2 |
* | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman | 2008-08-13 | 1 | -2/+2 |
* | Some fixes for x86-64 JIT. Make it use small code | Dale Johannesen | 2008-08-11 | 1 | -0/+22 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -129/+129 |
* | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman | 2008-07-27 | 1 | -1/+1 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 1 | -2/+2 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Fix the result type of X86's truncate to i8. | Dan Gohman | 2008-07-16 | 1 | -5/+3 |
* | Do not use computationally expensive scheduling heuristics with -fast. | Evan Cheng | 2008-07-01 | 1 | -6/+2 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -11/+16 |
* | Unbreak DECLARE isel in pic mode. | Evan Cheng | 2008-06-18 | 1 | -3/+7 |
* | Rather than avoiding to wrap ISD::DECLARE GV operand in X86ISD::Wrapper, simp... | Evan Cheng | 2008-06-17 | 1 | -0/+22 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -30/+30 |
* | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman | 2008-05-29 | 1 | -29/+0 |
* | Use movlps / movhps to modify low / high half of 16-byet memory location. | Evan Cheng | 2008-05-23 | 1 | -20/+34 |
* | Handle a few more cases of folding load i64 into xmm and zero top bits. | Evan Cheng | 2008-05-09 | 1 | -1/+1 |
* | Handle vector move / load which zero the destination register top bits (i.e. ... | Evan Cheng | 2008-05-08 | 1 | -31/+12 |
* | Not checking for intrinsics which do not have a chain operand. | Evan Cheng | 2008-04-25 | 1 | -2/+3 |
* | - Switch from std::set to SmallPtrSet. | Evan Cheng | 2008-04-25 | 1 | -5/+13 |
* | Loosen up an assertion to allow intrinsics. I really have no | Chris Lattner | 2008-04-25 | 1 | -1/+4 |
* | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein | 2008-04-07 | 1 | -1/+1 |
* | Cosmetic | Evan Cheng | 2008-04-03 | 1 | -2/+2 |
* | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 1 | -1/+1 |
* | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein | 2008-03-26 | 1 | -1/+1 |
* | remove Evan's "ugly hack" that sorta attempted to get | Chris Lattner | 2008-03-21 | 1 | -20/+0 |
* | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 1 | -28/+25 |
* | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb | 2008-03-13 | 1 | -5/+2 |
* | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb | 2008-03-11 | 1 | -4/+9 |
* | Change the model for FP Stack return to use fp operands on the | Chris Lattner | 2008-03-11 | 1 | -0/+29 |
* | Don't emit FP_REG_KILL into a block that just returns. Nothing | Chris Lattner | 2008-03-10 | 1 | -6/+19 |
* | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -9/+4 |
* | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 1 | -4/+9 |
* | rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for | Chris Lattner | 2008-03-09 | 1 | -6/+11 |
* | Remove -always-fold-and-in-test. | Evan Cheng | 2008-03-04 | 1 | -9/+2 |
* | Set to default: x86 no longer fold and into test if it has more than one use. | Evan Cheng | 2008-02-28 | 1 | -1/+1 |
* | Revert the assert for MUL_LOHI with an unused high result; Chris | Dan Gohman | 2008-02-25 | 1 | -3/+0 |