| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR8728, a miscompilation I recently introduced. When optimizing | Chris Lattner | 2010-12-06 | 1 | -0/+5 |
* | add a helper method. | Chris Lattner | 2010-12-06 | 1 | -0/+5 |
* | death to extraneous \n's. | Chris Lattner | 2010-11-30 | 1 | -2/+1 |
* | getLocationForDest should work for memset as well. | Chris Lattner | 2010-11-30 | 1 | -1/+2 |
* | the getLocationForSource/Dest methods can be static. | Chris Lattner | 2010-11-21 | 1 | -2/+2 |
* | add "getLocation" method to AliasAnalysis for getting the source and | Chris Lattner | 2010-11-21 | 1 | -0/+3 |
* | Document the units for the Size field. | Dan Gohman | 2010-11-18 | 1 | -4/+4 |
* | Add helper functions for computing the Location of load, store, | Dan Gohman | 2010-11-11 | 1 | -0/+6 |
* | Add comments. | Dan Gohman | 2010-11-11 | 1 | -5/+15 |
* | Add brief doxygen comments for AliasResult enum values. | Dan Gohman | 2010-11-11 | 1 | -1/+5 |
* | Enhance GVN to do more precise alias queries for non-local memory | Dan Gohman | 2010-11-10 | 1 | -0/+6 |
* | Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite | Dan Gohman | 2010-11-10 | 1 | -7/+8 |
* | Fix a copy+pasto Duncan noticed. | Dan Gohman | 2010-11-10 | 1 | -2/+2 |
* | Add a doesAccessArgPointees helper function, and update code to use | Dan Gohman | 2010-11-10 | 1 | -0/+8 |
* | Factor out the code for testing whether a function accesses | Dan Gohman | 2010-11-10 | 1 | -3/+10 |
* | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 2010-11-10 | 1 | -9/+9 |
* | Convert comments to doxygen syntax. | Dan Gohman | 2010-11-09 | 1 | -23/+23 |
* | AccessesArgumentsReadonly is read-only. | Dan Gohman | 2010-11-09 | 1 | -1/+3 |
* | Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsic | Dan Gohman | 2010-11-09 | 1 | -0/+7 |
* | Factor out the logic for onlyReadsMemory into a helper function. | Dan Gohman | 2010-11-09 | 1 | -3/+9 |
* | Delete AccessesArgumentsAndGlobals, which was unused. | Dan Gohman | 2010-11-09 | 1 | -5/+0 |
* | Add some comments noting some correspondences between ModRefBehavior | Dan Gohman | 2010-11-08 | 1 | -0/+6 |
* | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman | 2010-11-08 | 1 | -7/+8 |
* | Delete getIntrinsicModRefBehavior. Clients can just use the normal | Dan Gohman | 2010-11-08 | 1 | -5/+0 |
* | Add comments. | Dan Gohman | 2010-11-08 | 1 | -5/+9 |
* | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman | 2010-10-19 | 1 | -8/+0 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -17/+17 |
* | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 2010-10-19 | 1 | -17/+17 |
* | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman | 2010-10-19 | 1 | -17/+17 |
* | Add some utility routines. | Dan Gohman | 2010-09-21 | 1 | -0/+12 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 1 | -127/+108 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 1 | -2/+7 |
* | Fix this comment. | Dan Gohman | 2010-09-09 | 1 | -2/+3 |
* | Add a new experimental generalized dependence query interface to | Dan Gohman | 2010-09-08 | 1 | -0/+84 |
* | Tidy up the getModRefInfo declarations. | Dan Gohman | 2010-09-07 | 1 | -24/+40 |
* | Update the descriptions of NoModRef and ModRef to be consistent | Dan Gohman | 2010-08-30 | 1 | -5/+3 |
* | Implement a proper getModRefInfo for va_arg. | Dan Gohman | 2010-08-06 | 1 | -4/+1 |
* | Add a comment. | Dan Gohman | 2010-08-06 | 1 | -1/+2 |
* | Make AA private, since subclasses shouldn't (aren't don't) access it directly. | Dan Gohman | 2010-08-05 | 1 | -0/+3 |
* | Delete obsolete comments. | Dan Gohman | 2010-08-04 | 1 | -6/+0 |
* | Remove PointerAccessInfo, which nothing was using. | Dan Gohman | 2010-08-03 | 1 | -17/+2 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -24/+29 |
* | Update some comments. | Dan Gohman | 2010-08-03 | 1 | -6/+6 |
* | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman | 2010-08-03 | 1 | -1/+6 |
* | Add a convenient form of AliasAnalysis::alias for the case where the sizes | Dan Gohman | 2010-08-03 | 1 | -0/+5 |
* | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 2010-07-07 | 1 | -3/+3 |
* | Remove an unused enum. | Dan Gohman | 2010-07-02 | 1 | -21/+0 |
* | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman | 2010-06-29 | 1 | -3/+3 |
* | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -0/+4 |
* | add a helper | Chris Lattner | 2009-11-23 | 1 | -0/+7 |