Age | Commit message (Expand) | Author |
2010-04-17 | fix PR6858: a dangling pointer use bug which was caused | Chris Lattner |
2010-04-17 | a bunch of cleanups and tweaks, no functionality changes. | Chris Lattner |
2010-04-17 | reenable r101565, removing a problematic assertion. | Chris Lattner |
2010-04-17 | disable r101565: an assert is getting triggered. More lurking badness no doubt. | Chris Lattner |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner |
2010-04-16 | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner |
2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
2010-04-16 | move PrintCallGraphPass out of the middle of CGPassManager. | Chris Lattner |
2010-04-16 | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | Make callIsSmall accessible as a utility function. | Dan Gohman |
2010-04-16 | Fix SCEVCommutativeExpr::print to be robust in the case of improper | Dan Gohman |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
2010-04-15 | Make getPredecessorWithUniqueSuccessorForBB return the unique successor | Dan Gohman |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-14 | Constify GetConstantStringInfo. | Dan Gohman |
2010-04-14 | performance: cache the dereferenced use_iterator | Gabor Greif |
2010-04-14 | Add a comment. | Dan Gohman |
2010-04-13 | Teach ScalarEvolution to simplify smax and umax when it can prove | Dan Gohman |
2010-04-13 | Minor code micro-optimizations. | Dan Gohman |
2010-04-12 | Micro-optimize a few hot spots. | Dan Gohman |
2010-04-12 | Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, as | Dan Gohman |
2010-04-12 | Remove unneeded debug in PostDominator runOnFunction() | Tobias Grosser |
2010-04-12 | Remove dead code in the dotty dominance tree printer. | Tobias Grosser |
2010-04-12 | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman |
2010-04-12 | Rewrite the overflow checking in the get{Signed,Unsigned}Range code for | Dan Gohman |
2010-04-12 | Minor code simplification. | Dan Gohman |
2010-04-11 | Fix indentation. | Dan Gohman |
2010-04-11 | Enhance ScalarEvolution::isKnownPredicate with support for | Dan Gohman |
2010-04-11 | Minor code simplification. | Dan Gohman |
2010-04-11 | When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because | Dan Gohman |
2010-04-11 | Add a cast to void to show that the return value is being | Dan Gohman |
2010-04-11 | Delete a dead check. | Dan Gohman |
2010-04-11 | Delete dead code. | Dan Gohman |
2010-04-11 | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman |
2010-04-09 | When emitting code for an add, don't force a SCEVUnknown wrapper around | Dan Gohman |
2010-04-09 | Add a comment. | Dan Gohman |
2010-04-09 | Add several more lint checks. | Dan Gohman |
2010-04-09 | Fix a bug in IVUsers which was permitting non-affine addrecs to | Dan Gohman |
2010-04-08 | Add a few more lint checks. | Dan Gohman |
2010-04-08 | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman |
2010-04-08 | Update CMake build. | Ted Kremenek |
2010-04-08 | Add a -lint pass which checks for common sources of undefined or likely | Dan Gohman |
2010-04-08 | Pointers to zero-sized objects don't point to overlapping objects. | Dan Gohman |
2010-04-08 | clean up algorithm and remove operand order assumptions | Gabor Greif |
2010-04-08 | Revert this change from a while ago; ScalarEvolution shouldn't analyze | Dan Gohman |