aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/BasicAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug: BasicAA/2003-09-19-LocalArgument.llChris Lattner2003-09-201-7/+22
* Fixed spelling and grammar.Misha Brukman2003-09-111-1/+1
* Reuse the values if they are constants: this is important so that we index in...Chris Lattner2003-07-031-2/+7
* Implement handling of constantexprs for disambiguation. This implementsChris Lattner2003-06-171-0/+6
* Be more robust in the face of undefined behavior.Chris Lattner2003-06-021-5/+30
* Fix Bug: BasicAA/2003-05-21-GEP-Problem.llChris Lattner2003-05-211-1/+1
* Fix BasicAA/2003-04-25-GEPCrash.llChris Lattner2003-04-251-3/+3
* Fix bug: BasicAA/2003-04-22-GEPProblem.llChris Lattner2003-04-221-1/+0
* Remove unneccesary forward declChris Lattner2003-03-061-1/+1
* Fix bug: BasicAA/2003-03-04-GEPCrash.llChris Lattner2003-03-041-17/+11
* Fix a problem with negative indexesChris Lattner2003-03-021-3/+3
* Fix bug: BasicAA/2003-02-26-AccessSizeTest.llChris Lattner2003-02-261-11/+36
* Fix several bugs in basic-aaChris Lattner2003-02-261-5/+10
* Move BasicAA pass out to it's own header fileChris Lattner2003-02-261-0/+285