Age | Commit message (Expand) | Author |
2013-01-31 | Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since | Dan Gohman |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2012-12-10 | Fix funky copy-pasted grammatical error. | Sean Silva |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-11-29 | Update comment for malloc being a library call now, rather than an instruction. | Dan Gohman |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-04 | Make provenance checking conservative in cases when | Dan Gohman |
2012-08-29 | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer |
2012-05-14 | Move the capture analysis from MemoryDependencyAnalysis to a more general place | Chad Rosier |
2012-02-25 | Move isKnownNonNull from private implementation detail of BasicAA to a public | Nick Lewycky |
2011-10-15 | Fix extra whitespace in comment. | Nick Lewycky |
2011-09-26 | Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias... | Eli Friedman |
2011-07-29 | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman |
2011-07-27 | Misc mid-level changes for new 'fence' instruction. | Eli Friedman |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-04 | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2011-01-08 | fit in 80 cols | Chris Lattner |
2011-01-03 | Stub out a new updating interface to AliasAnalysis, allowing stateful analyse... | Owen Anderson |
2010-12-10 | Introduce a new PartialAlias response for AliasAnalysis. For most | Dan Gohman |
2010-12-06 | Fix PR8728, a miscompilation I recently introduced. When optimizing | Chris Lattner |
2010-12-06 | add a helper method. | Chris Lattner |
2010-11-30 | death to extraneous \n's. | Chris Lattner |
2010-11-30 | getLocationForDest should work for memset as well. | Chris Lattner |
2010-11-21 | the getLocationForSource/Dest methods can be static. | Chris Lattner |
2010-11-21 | add "getLocation" method to AliasAnalysis for getting the source and | Chris Lattner |
2010-11-18 | Document the units for the Size field. | Dan Gohman |
2010-11-11 | Add helper functions for computing the Location of load, store, | Dan Gohman |
2010-11-11 | Add comments. | Dan Gohman |
2010-11-11 | Add brief doxygen comments for AliasResult enum values. | Dan Gohman |
2010-11-10 | Enhance GVN to do more precise alias queries for non-local memory | Dan Gohman |
2010-11-10 | Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite | Dan Gohman |
2010-11-10 | Fix a copy+pasto Duncan noticed. | Dan Gohman |
2010-11-10 | Add a doesAccessArgPointees helper function, and update code to use | Dan Gohman |
2010-11-10 | Factor out the code for testing whether a function accesses | Dan Gohman |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
2010-11-09 | Convert comments to doxygen syntax. | Dan Gohman |
2010-11-09 | AccessesArgumentsReadonly is read-only. | Dan Gohman |
2010-11-09 | Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsic | Dan Gohman |
2010-11-09 | Factor out the logic for onlyReadsMemory into a helper function. | Dan Gohman |
2010-11-09 | Delete AccessesArgumentsAndGlobals, which was unused. | Dan Gohman |
2010-11-08 | Add some comments noting some correspondences between ModRefBehavior | Dan Gohman |
2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
2010-11-08 | Delete getIntrinsicModRefBehavior. Clients can just use the normal | Dan Gohman |
2010-11-08 | Add comments. | Dan Gohman |
2010-10-19 | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman |
2010-10-19 | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman |
2010-09-21 | Add some utility routines. | Dan Gohman |