| Age | Commit message (Expand) | Author |
| 2008-05-22 | Merge from mainline. | Tanya Lattner |
| 2008-05-09 | put LibCallAliasAnalysis into anonymous namespace to avoid | Torok Edwin |
| 2008-05-08 | Remove dead return. Thanks to Bill for the review! | Chris Lattner |
| 2008-05-08 | Add support for constant folding the 'offsetof' pattern even if the | Chris Lattner |
| 2008-05-07 | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner |
| 2008-05-07 | Add a new interface for describing the behavior of library calls. This | Chris Lattner |
| 2008-05-06 | Fix typo and indentation. | Nick Lewycky |
| 2008-05-06 | Make several variable declarations static. | Dan Gohman |
| 2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
| 2008-05-03 | Implement destructor for PostDominatorTree to eliminate a memory leak. | Torok Edwin |
| 2008-05-02 | Add assert. | Devang Patel |
| 2008-04-21 | Fix the way AliasSet::print prints "may alias". | Dan Gohman |
| 2008-04-21 | Fix a "large integer implicitly truncated to unsigned type" | Duncan Sands |
| 2008-04-20 | (re)fix handling of UGT. Pointed out by Nick Lewycky. | Dale Johannesen |
| 2008-04-20 | Switch to using Simplified ConstantFP::get API. | Chris Lattner |
| 2008-04-18 | Fix a scalar evolution bug. Reversing everything | Dale Johannesen |
| 2008-04-17 | Make GVN able to remove unnecessary calls to read-only functions again. | Owen Anderson |
| 2008-04-16 | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson |
| 2008-04-15 | Don't assume a tail call can't reference a byval | Dale Johannesen |
| 2008-04-14 | Teach AliasSetTracker about VAArgInst. | Dan Gohman |
| 2008-04-14 | In the special case, call the comparison function instead of | Dan Gohman |
| 2008-04-13 | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner |
| 2008-04-10 | Fix a typo in a comment. | Dan Gohman |
| 2008-04-10 | Fix for PR2190. Memdep's non-local caching was checking dirtied blocks in the | Owen Anderson |
| 2008-04-07 | Fix PR 2169. | Daniel Berlin |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2008-03-31 | Set blockBegin to point to the beginning of the block, | Dan Gohman |
| 2008-03-31 | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar |
| 2008-03-30 | minor code cleanups, allow constant folding sinf/cosf. | Chris Lattner |
| 2008-03-21 | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman |
| 2008-03-20 | These passes preserve CFG. | Devang Patel |
| 2008-03-20 | enable -analyze for andersens | Andrew Lenharth |
| 2008-03-20 | Restore isCFGOnly property of various analysis passes. | Devang Patel |
| 2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
| 2008-03-19 | Do not use virtual function to identify an analysis pass. | Devang Patel |
| 2008-03-18 | Fix PR 2160 by making sure arguments to external functions get marked as poin... | Daniel Berlin |
| 2008-03-18 | Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the | Scott Michel |
| 2008-03-18 | Identify Analysis pass. | Devang Patel |
| 2008-03-05 | Add Hybrid Cycle Detection to Andersen's analysis. | Daniel Berlin |
| 2008-02-28 | Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w... | Gabor Greif |
| 2008-02-26 | De-tabify. | Bill Wendling |
| 2008-02-25 | Temporarily reverting 46959. | Evan Cheng |
| 2008-02-21 | Change a C-style cast to const_cast, to avoid a -Wcast-qual warning. | Dan Gohman |
| 2008-02-21 | Simplify this code, no functionality change. | Nick Lewycky |
| 2008-02-21 | GlobalValues are Constants, remove redundant code. Also fix typo in a comment. | Nick Lewycky |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
| 2008-02-20 | Use getConstant for ConstantInts. | Nick Lewycky |
| 2008-02-20 | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky |
| 2008-02-19 | Fix a compiler warning. | Duncan Sands |
| 2008-02-19 | In addition to arguments passed to it, memcpy (and all other calls) can ModRe... | Owen Anderson |