| Commit message (Expand) | Author | Age | Files | Lines |
* | If loop header is also loop exiting block then OrigPN is incoming value for B... | Devang Patel | 2008-02-14 | 2 | -1/+471 |
* | Fix a warning about comparison between signed and unsigned, | Dan Gohman | 2008-02-14 | 1 | -1/+1 |
* | Fix PR2029 | Chris Lattner | 2008-02-14 | 2 | -0/+25 |
* | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 2 | -3/+9 |
* | Fix single precision FP constants on SPU. They are actually legal, | Nate Begeman | 2008-02-14 | 3 | -20/+9 |
* | Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. | Duncan Sands | 2008-02-14 | 5 | -264/+293 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 11 | -38/+62 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 13 | -44/+63 |
* | Remove llvm-upgrade | Tanya Lattner | 2008-02-14 | 47 | -346/+267 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 2 | -0/+25 |
* | 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 |
* | Nuke dead comment | Nate Begeman | 2008-02-14 | 1 | -2/+0 |
* | Testcase for PR2032. | Nick Lewycky | 2008-02-14 | 1 | -0/+22 |
* | Fix PR2032. Inform the alias analysis of changes to the underlying program. | Nick Lewycky | 2008-02-14 | 1 | -0/+2 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-14 | 43 | -597/+561 |
* | 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 | 2 | -14/+2 |
* | PR2027, Fix bugpoint's -find-bugs option, clean up the code. | Nick Lewycky | 2008-02-14 | 1 | -11/+8 |
* | Fix test. | Evan Cheng | 2008-02-14 | 1 | -1/+1 |
* | 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 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 13 | -56/+64 |
* | A loop latch phi node may have uses inside loop, not just in loop header. | Devang Patel | 2008-02-13 | 2 | -4/+79 |
* | Rename APInt's isPositive to isNonNegative, to reflect what it | Dan Gohman | 2008-02-13 | 2 | -12/+13 |
* | While moving exit condition, do not drop loop latch on the floor. | Devang Patel | 2008-02-13 | 2 | -4/+81 |
* | Add countTrailingOnes member functions to APInt. | Dan Gohman | 2008-02-13 | 2 | -2/+24 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman | 2008-02-13 | 1 | -0/+32 |
* | Keep track of exit value operand number when operands are swapped. | Devang Patel | 2008-02-13 | 2 | -1/+73 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 13 | -8/+961 |
* | New test, see comments. | Dale Johannesen | 2008-02-13 | 1 | -0/+48 |
* | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands | 2008-02-13 | 4 | -30/+119 |
* | gcc 3.2.3 is also bad. | Chris Lattner | 2008-02-13 | 1 | -1/+2 |
* | Fix the PPC JIT regressions by encoding zeroreg as 0 for BLR. | Chris Lattner | 2008-02-13 | 1 | -0/+1 |
* | remove some dead code. | Chris Lattner | 2008-02-13 | 1 | -4/+0 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 6 | -5076/+17 |
* | Add notes on Ada compilers that can be used for | Duncan Sands | 2008-02-13 | 1 | -10/+21 |
* | Fix typo. Thanks to Duncan for noticing. | Wojciech Matyjewicz | 2008-02-13 | 1 | -1/+1 |
* | Add comments as per review feedback. | Wojciech Matyjewicz | 2008-02-13 | 1 | -5/+13 |
* | Some code clean up. | Evan Cheng | 2008-02-13 | 1 | -33/+34 |
* | Simplify. | Evan Cheng | 2008-02-13 | 1 | -8/+8 |
* | 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 |
* | Add a note pointing to PR1996. | Eli Friedman | 2008-02-13 | 1 | -0/+1 |