| Commit message (Expand) | Author | Age | Files | Lines |
* | Verify debug info. | Devang Patel | 2009-01-19 | 1 | -0/+94 |
* | CMake: Add lib/Analysis/CaptureTracking.cpp | Oscar Fuentes | 2009-01-18 | 1 | -0/+1 |
* | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands | 2009-01-18 | 2 | -52/+113 |
* | add a comment | Gabor Greif | 2009-01-18 | 1 | -0/+1 |
* | switch over some other methods from indices to iterators | Gabor Greif | 2009-01-17 | 1 | -8/+8 |
* | speed up iterative loop by using iterators. changes direction, but functional... | Gabor Greif | 2009-01-17 | 1 | -4/+4 |
* | Reinstate r60509 from Dale: | Nick Lewycky | 2009-01-16 | 1 | -0/+1 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 3 | -5/+5 |
* | minor simplification | Gabor Greif | 2009-01-14 | 1 | -2/+2 |
* | Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, | Nick Lewycky | 2009-01-13 | 2 | -211/+41 |
* | Add classof() methods to support isa<> and other related facilities. | Devang Patel | 2009-01-12 | 1 | -8/+2 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 3 | -3/+3 |
* | make tblgen autogenerate the nocapture intrinsics for | Chris Lattner | 2009-01-12 | 1 | -4/+0 |
* | 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 |