| Commit message (Expand) | Author | Age | Files | Lines |
* | Split up subtracts into add+negate if they have a reassociable use or operand | Chris Lattner | 2008-02-17 | 1 | -5/+8 |
* | make the logic for breaking up subtracts more explicit, no | Chris Lattner | 2008-02-17 | 1 | -9/+22 |
* | move PR2053 to here. | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | Remove any 'nest' parameter attributes if the function | Duncan Sands | 2008-02-16 | 1 | -10/+52 |
* | Some micro-optimizations. | Duncan Sands | 2008-02-16 | 1 | -4/+5 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 9 | -9/+33 |
* | 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 | 8 | -1/+58 |
* | 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 |
* | Fixed bug in FoldingSetIteratorImpl where we did not correctly check if | Ted Kremenek | 2008-02-15 | 1 | -2/+4 |
* | 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 |
* | Handle \n's in value names for more targets. The asm printers | Chris Lattner | 2008-02-15 | 3 | -13/+40 |
* | If the llvm name contains an unprintable character, don't print it in | Chris Lattner | 2008-02-15 | 1 | -3/+15 |
* | targets that support quotes for mangled names still need to escape newlines | Chris Lattner | 2008-02-15 | 1 | -0/+2 |
* | Cosmetics. | Dale Johannesen | 2008-02-15 | 1 | -6/+3 |
* | - 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 |
* | Remove warning about 64-bit code on processor | Dale Johannesen | 2008-02-15 | 2 | -10/+0 |
* | It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog... | Lauro Ramos Venancio | 2008-02-15 | 1 | -44/+2 |
* | Fix PR2028 | Devang Patel | 2008-02-15 | 1 | -2/+2 |
* | nocona, core2 and penryn support 64 bit. | Dale Johannesen | 2008-02-15 | 1 | -3/+3 |
* | Support vector constant zeros, thanks to Zack Rusin for the testcase. | Chris Lattner | 2008-02-15 | 1 | -3/+3 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 4 | -0/+4 |
* | If loop header is also loop exiting block then OrigPN is incoming value for B... | Devang Patel | 2008-02-14 | 1 | -1/+7 |
* | Fix a warning about comparison between signed and unsigned, | Dan Gohman | 2008-02-14 | 1 | -1/+1 |
* | Fix PR2029 | Chris Lattner | 2008-02-14 | 1 | -0/+11 |
* | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 1 | -3/+1 |
* | Fix single precision FP constants on SPU. They are actually legal, | Nate Begeman | 2008-02-14 | 3 | -20/+9 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 10 | -36/+60 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 11 | -44/+49 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+10 |
* | simplify code, no functionality change. | Chris Lattner | 2008-02-14 | 1 | -7/+9 |
* | Move some useful operands up into the all-targets .td | Nate Begeman | 2008-02-14 | 2 | -3/+3 |
* | Fix PR2032. Inform the alias analysis of changes to the underlying program. | Nick Lewycky | 2008-02-14 | 1 | -0/+2 |
* | upgrade some entries, remove stuff that is done. | Chris Lattner | 2008-02-14 | 2 | -134/+46 |
* | the mid-level optimizer removes this stuff. | Chris Lattner | 2008-02-14 | 1 | -26/+0 |
* | this one is easy. | Chris Lattner | 2008-02-14 | 1 | -1/+1 |
* | This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll | Chris Lattner | 2008-02-14 | 1 | -14/+0 |
* | Allow the APInt form of ComputeMaskedBits to operate on i128 types. | Dan Gohman | 2008-02-13 | 1 | -4/+7 |
* | Assigning an APInt to 0 with plain assignment gives it a one-bit | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Avoid setting bits that aren't demanded. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |