| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Remove the previous check which broke coalescer-commute3.ll | Evan Cheng | 2008-02-18 | 1 | -5/+5 |
| * | New helper function getMBBFromIndex() that given an index in any instruction ... | Roman Levenstein | 2008-02-18 | 1 | -16/+0 |
| * | For now, avoid commuting def MI for copy MI's whose source is not killed. Tha... | Evan Cheng | 2008-02-18 | 1 | -0/+7 |
| * | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -5/+15 |
| * | Teach LegalizeTypes how to expand the operands of | Duncan Sands | 2008-02-16 | 2 | -4/+25 |
| * | Refactor some code; check if commuteInstruction is able to commute the instru... | Evan Cheng | 2008-02-16 | 2 | -17/+34 |
| * | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 3 | -0/+20 |
| * | Fix typos. | Bill Wendling | 2008-02-16 | 1 | -2/+2 |
| * | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman | 2008-02-16 | 1 | -12/+9 |
| * | Revert 47177, which was incorrect. | Dan Gohman | 2008-02-16 | 1 | -1/+1 |
| * | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel | 2008-02-15 | 1 | -0/+7 |
| * | The copy instruction being coalesced will be removed, it is not a kill. | Evan Cheng | 2008-02-15 | 1 | -2/+2 |
| * | Skip over the defs and start at the uses when looking for operands | Dan Gohman | 2008-02-15 | 1 | -1/+1 |
| * | Use the TargetInstrDescr to determine the number of operands | Dan Gohman | 2008-02-15 | 1 | -3/+3 |
| * | Teach LegalizeTypes how to promote the flags | Duncan Sands | 2008-02-15 | 2 | -7/+34 |
| * | - Removing the infamous r2rMap_ and rep() method. Now the coalescer will update | Evan Cheng | 2008-02-15 | 4 | -390/+298 |
| * | Added CommuteChangesDestination(). This returns true if commuting the specified | Evan Cheng | 2008-02-15 | 1 | -1/+21 |
| * | Remove unnecessary #include. | Evan Cheng | 2008-02-15 | 1 | -1/+0 |
| * | Use StoreSDNode::getValue instead of calling getOperand directly | Dan Gohman | 2008-02-15 | 1 | -4/+4 |
| * | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 1 | -3/+1 |
| * | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 3 | -16/+25 |
| * | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 3 | -17/+28 |
| * | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+10 |
| * | Allow the APInt form of ComputeMaskedBits to operate on i128 types. | Dan Gohman | 2008-02-13 | 1 | -4/+7 |
| * | Avoid setting bits that aren't demanded. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |
| * | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 2 | -44/+52 |
| * | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 3 | -2/+31 |
| * | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands | 2008-02-13 | 3 | -18/+108 |
| * | Some code clean up. | Evan Cheng | 2008-02-13 | 1 | -33/+34 |
| * | Simplify. | Evan Cheng | 2008-02-13 | 1 | -3/+1 |
| * | Fix a potential serious problem where kills belonging to the val# defined by ... | Evan Cheng | 2008-02-13 | 1 | -3/+2 |
| * | * Cannot safely commute an instruction there are other defs which can reach i... | Evan Cheng | 2008-02-13 | 1 | -1/+5 |
| * | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner | 2008-02-13 | 1 | -1/+15 |
| * | teach dag combiner how to eliminate MERGE_VALUES nodes. | Chris Lattner | 2008-02-13 | 1 | -0/+14 |
| * | Support legalizing insert_vector_elt on targets where the element | Nate Begeman | 2008-02-13 | 1 | -27/+40 |
| * | Initial support for copy elimination by commuting its definition MI. | Evan Cheng | 2008-02-13 | 2 | -17/+243 |
| * | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng | 2008-02-13 | 1 | -7/+61 |
| * | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng | 2008-02-13 | 1 | -0/+9 |
| * | Added debugging routine dumpUses. | Evan Cheng | 2008-02-13 | 1 | -0/+8 |
| * | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 2 | -89/+119 |
| * | Generalize getCopyFromParts and getCopyToParts to | Duncan Sands | 2008-02-12 | 1 | -113/+215 |
| * | Generalize the handling of call and return arguments, | Duncan Sands | 2008-02-11 | 1 | -136/+85 |
| * | From Chris' review: use isa instead of explicitly using classof. | Dan Gohman | 2008-02-11 | 1 | -1/+1 |
| * | From Chris' review: minor corrections in comments. | Dan Gohman | 2008-02-11 | 1 | -2/+3 |
| * | From Chris' review: use cast instead of dyn_cast with an assert. | Dan Gohman | 2008-02-11 | 1 | -8/+4 |
| * | From Chris' review: fix 80 column violations | Dan Gohman | 2008-02-11 | 1 | -5/+10 |
| * | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek | 2008-02-11 | 1 | -3/+3 |
| * | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands | 2008-02-11 | 3 | -11/+11 |
| * | Determine whether a spill kills the register it's spilling before insertion r... | Evan Cheng | 2008-02-11 | 1 | -8/+3 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 34 | -417/+422 |