| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix include guards so they exactly match file names. | Jakub Staszak | 2013-01-10 | 1 | -2/+2 |
* | Fix funky copy-pasted grammatical error. | Sean Silva | 2012-12-10 | 1 | -9/+9 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Update comment for malloc being a library call now, rather than an instruction. | Dan Gohman | 2012-11-29 | 1 | -2/+2 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -6/+6 |
* | Make provenance checking conservative in cases when | Dan Gohman | 2012-09-04 | 1 | -0/+5 |
* | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer | 2012-08-29 | 1 | -1/+8 |
* | Move the capture analysis from MemoryDependencyAnalysis to a more general place | Chad Rosier | 2012-05-14 | 1 | -0/+13 |
* | Move isKnownNonNull from private implementation detail of BasicAA to a public | Nick Lewycky | 2012-02-25 | 1 | -0/+5 |
* | Fix extra whitespace in comment. | Nick Lewycky | 2011-10-15 | 1 | -1/+1 |
* | Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias... | Eli Friedman | 2011-09-26 | 1 | -8/+4 |
* | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman | 2011-07-29 | 1 | -0/+30 |
* | Misc mid-level changes for new 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -0/+14 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman | 2011-06-04 | 1 | -0/+27 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | fit in 80 cols | Chris Lattner | 2011-01-08 | 1 | -2/+2 |
* | Stub out a new updating interface to AliasAnalysis, allowing stateful analyse... | Owen Anderson | 2011-01-03 | 1 | -0/+11 |
* | Introduce a new PartialAlias response for AliasAnalysis. For most | Dan Gohman | 2010-12-10 | 1 | -2/+3 |
* | 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 |