| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in a comment. | Dan Gohman | 2008-05-30 | 1 | -1/+1 |
* | Fix a copy+paste error in a comment. | Dan Gohman | 2008-05-30 | 1 | -1/+1 |
* | Add newline at end of file. | Owen Anderson | 2008-05-29 | 1 | -1/+1 |
* | Force postdom to be linked into opt and bugpoint, even though it is no longer... | Owen Anderson | 2008-05-29 | 1 | -0/+8 |
* | convert another operand loop to iterator formulation | Gabor Greif | 2008-05-29 | 1 | -3/+3 |
* | Use Function::getEntryBlock instead of Function::begin, for clarity. | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Print debug output when any edge becomes executable, including | Dan Gohman | 2008-05-27 | 1 | -3/+3 |
* | Fix some constructs that gcc-4.4 warns about. | Duncan Sands | 2008-05-27 | 1 | -1/+2 |
* | Don't treat values as signed when looking at loop steppings in HowForToNonZero. | Nick Lewycky | 2008-05-25 | 1 | -2/+2 |
* | "ret (constexpr)" can't be folded into a Constant. Add a method to | Nick Lewycky | 2008-05-25 | 1 | -16/+45 |
* | Use isSingleValueType instead of isFirstClassType to | Dan Gohman | 2008-05-22 | 1 | -1/+1 |
* | transform more loops to iterator form, detabify | Gabor Greif | 2008-05-22 | 2 | -7/+8 |
* | Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3... | Gabor Greif | 2008-05-22 | 1 | -4/+5 |
* | Free and vaarg are not really volatile. | Chris Lattner | 2008-05-22 | 1 | -9/+2 |
* | suppress gcc3.4.6's <no value returned> warnings | Gabor Greif | 2008-05-21 | 1 | -0/+2 |
* | Fix PR2346 by marking vaarg as volatile so that licm doesn't try to | Chris Lattner | 2008-05-20 | 1 | -1/+4 |
* | Add a bool to isEdgeFeasible that tells it whether to treat unknown | Chris Lattner | 2008-05-20 | 1 | -7/+19 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -4/+4 |
* | Use static and anonymous namespaces consistently with other passes. | Dan Gohman | 2008-05-15 | 1 | -8/+8 |
* | Fix memdep's handling of invokes when finding the dependency of another call | Owen Anderson | 2008-05-13 | 1 | -1/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 18 | -136/+143 |
* | prune #includes. | Chris Lattner | 2008-05-12 | 1 | -3/+0 |
* | Add a new SparsePropagation analysis utility, which allows you to do | Chris Lattner | 2008-05-12 | 1 | -0/+320 |
* | put LibCallAliasAnalysis into anonymous namespace to avoid | Edwin Török | 2008-05-09 | 1 | -1/+1 |
* | Remove dead return. Thanks to Bill for the review! | Chris Lattner | 2008-05-08 | 1 | -2/+0 |
* | Add support for constant folding the 'offsetof' pattern even if the | Chris Lattner | 2008-05-08 | 1 | -16/+23 |
* | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner | 2008-05-07 | 1 | -0/+169 |
* | Add a new interface for describing the behavior of library calls. This | Chris Lattner | 2008-05-07 | 1 | -0/+65 |
* | Fix typo and indentation. | Nick Lewycky | 2008-05-06 | 1 | -2/+2 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 4 | -13/+14 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 3 | -9/+0 |
* | Implement destructor for PostDominatorTree to eliminate a memory leak. | Edwin Török | 2008-05-03 | 1 | -0/+5 |
* | Add assert. | Devang Patel | 2008-05-02 | 1 | -0/+1 |
* | Fix the way AliasSet::print prints "may alias". | Dan Gohman | 2008-04-21 | 1 | -1/+1 |
* | Fix a "large integer implicitly truncated to unsigned type" | Duncan Sands | 2008-04-21 | 1 | -1/+1 |
* | (re)fix handling of UGT. Pointed out by Nick Lewycky. | Dale Johannesen | 2008-04-20 | 1 | -1/+2 |
* | Switch to using Simplified ConstantFP::get API. | Chris Lattner | 2008-04-20 | 2 | -13/+11 |
* | Fix a scalar evolution bug. Reversing everything | Dale Johannesen | 2008-04-18 | 1 | -2/+1 |
* | Make GVN able to remove unnecessary calls to read-only functions again. | Owen Anderson | 2008-04-17 | 1 | -2/+1 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 1 | -0/+4 |
* | Don't assume a tail call can't reference a byval | Dale Johannesen | 2008-04-15 | 1 | -2/+4 |
* | Teach AliasSetTracker about VAArgInst. | Dan Gohman | 2008-04-14 | 1 | -0/+17 |
* | In the special case, call the comparison function instead of | Dan Gohman | 2008-04-14 | 1 | -2/+2 |
* | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner | 2008-04-13 | 1 | -0/+14 |
* | Fix a typo in a comment. | Dan Gohman | 2008-04-10 | 1 | -1/+1 |
* | Fix for PR2190. Memdep's non-local caching was checking dirtied blocks in the | Owen Anderson | 2008-04-10 | 1 | -2/+4 |
* | Fix PR 2169. | Daniel Berlin | 2008-04-07 | 1 | -0/+3 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -3/+3 |
* | Set blockBegin to point to the beginning of the block, | Dan Gohman | 2008-03-31 | 1 | -2/+2 |
* | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar | 2008-03-31 | 1 | -0/+9 |