| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 2 | -4/+4 |
| * | ValueTracker can't assume that an alloca with no specified alignment | Chris Lattner | 2009-01-08 | 1 | -1/+1 |
| * | When checking if an Argument escapes, check if | Duncan Sands | 2009-01-05 | 1 | -7/+13 |
| * | Add classof() methods so that dwarf writer can decide what DIDescriptor is in... | Devang Patel | 2009-01-05 | 1 | -0/+5 |
| * | Construct array/vector type DIEs using DebugInfo. | Devang Patel | 2009-01-05 | 1 | -1/+6 |
| * | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 2 | -0/+10 |
| * | We know it's always a SCEVConstant if it gets here, so just cast it and | Nick Lewycky | 2009-01-03 | 1 | -6/+2 |
| * | Don't try to analyze this "backward" case. This is overly conservative | Nick Lewycky | 2009-01-02 | 1 | -0/+12 |
| * | Check that the function prototypes are correct before assuming that the | Nick Lewycky | 2008-12-27 | 1 | -18/+28 |
| * | Resubmit support for the 'nocapture' attribute. | Nick Lewycky | 2008-12-19 | 1 | -6/+17 |
| * | Remove dead comments. | Evan Cheng | 2008-12-18 | 1 | -3/+0 |
| * | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel | 2008-12-17 | 1 | -13/+39 |
| * | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -17/+6 |
| * | CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt. | Oscar Fuentes | 2008-12-16 | 1 | -0/+1 |
| * | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Torok Edwin | 2008-12-16 | 1 | -0/+145 |
| * | Add utility functions to search for DbgStopPointInst corresponding to an | Torok Edwin | 2008-12-16 | 1 | -0/+73 |
| * | use different name for parameter to make it clear that we set DIDescriptor::GV | Torok Edwin | 2008-12-16 | 1 | -2/+2 |
| * | Generalize support for analyzing loops to include SLE/SGE loop exit conditions | Nick Lewycky | 2008-12-16 | 1 | -24/+23 |
| * | fix PR3217: fully cached queries need to be verified against the | Chris Lattner | 2008-12-16 | 1 | -1/+21 |
| * | Teach basicaa to use the nocapture attribute when possible. When the | Chris Lattner | 2008-12-15 | 1 | -6/+17 |
| * | if we have a phi translation failure of the start block, | Chris Lattner | 2008-12-15 | 1 | -0/+1 |
| * | Implement initial support for PHI translation in memdep. This means that | Chris Lattner | 2008-12-15 | 1 | -39/+166 |
| * | Fix whitespace in comment. | Nick Lewycky | 2008-12-15 | 1 | -2/+1 |
| * | Fix getFieldAs() to use the parameter instead of 6. | Torok Edwin | 2008-12-13 | 1 | -0/+8 |
| * | Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 li... | Nick Lewycky | 2008-12-12 | 1 | -15/+15 |
| * | Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate the | Nick Lewycky | 2008-12-11 | 1 | -15/+15 |
| * | Don't dereference the end() iterator. This was | Duncan Sands | 2008-12-10 | 1 | -2/+3 |
| * | Allow basicaa to walk through geps with identical indices in | Chris Lattner | 2008-12-10 | 1 | -18/+32 |
| * | loosen up an assertion that isn't valid when called from | Chris Lattner | 2008-12-09 | 1 | -1/+1 |
| * | Teach GVN to invalidate some memdep information when it does an RAUW | Chris Lattner | 2008-12-09 | 1 | -1/+15 |
| * | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner | 2008-12-09 | 2 | -21/+52 |
| * | Fix a fixme: allow memdep to see past read-only calls when doing | Chris Lattner | 2008-12-09 | 1 | -4/+13 |
| * | rename getNonLocalDependency -> getNonLocalCallDependency, and remove | Chris Lattner | 2008-12-09 | 1 | -48/+22 |
| * | Back out 60748 for now. It's breaking SPASS, 254.gap, and 464.h264ref. | Evan Cheng | 2008-12-09 | 1 | -5/+1 |
| * | fix typos gabor noticed | Chris Lattner | 2008-12-09 | 1 | -1/+1 |
| * | restructure the top level non-local ptr dep query to handle | Chris Lattner | 2008-12-09 | 1 | -19/+26 |
| * | rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBB | Chris Lattner | 2008-12-09 | 1 | -65/+83 |
| * | It's easy to handle SLE/SGE when the loop has a unit stride. | Nick Lewycky | 2008-12-09 | 1 | -1/+5 |
| * | if we have two elements, insert both, don't use std::sort. | Chris Lattner | 2008-12-09 | 1 | -3/+16 |
| * | If we're only adding one new element to 'Cache', insert it into its known | Chris Lattner | 2008-12-09 | 1 | -1/+12 |
| * | convert a couple other places that use pred_iterator to use the caching | Chris Lattner | 2008-12-09 | 1 | -2/+4 |
| * | use hte new pred cache to speed up the new non-local memdep | Chris Lattner | 2008-12-09 | 1 | -4/+24 |
| * | Fix comment typo. | Duncan Sands | 2008-12-08 | 1 | -1/+1 |
| * | add another level of caching for non-local pointer queries, keeping | Chris Lattner | 2008-12-08 | 1 | -7/+32 |
| * | Some minor optimizations for isObjectSmallerThan. | Chris Lattner | 2008-12-08 | 1 | -7/+12 |
| * | add an assert. the cast<> below would catch this but a message is more | Chris Lattner | 2008-12-07 | 1 | -0/+2 |
| * | factor some code better. | Chris Lattner | 2008-12-07 | 1 | -17/+17 |
| * | factor some code, fixing some fixme's. | Chris Lattner | 2008-12-07 | 1 | -32/+23 |
| * | add support for caching pointer dependence queries. Nothing uses this yet | Chris Lattner | 2008-12-07 | 1 | -17/+211 |
| * | Some internal refactoring to make it easier to cache results. | Chris Lattner | 2008-12-07 | 1 | -17/+26 |