summaryrefslogtreecommitdiff
path: root/lib/Analysis/BasicAliasAnalysis.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix bug: BasicAA/2003-09-19-LocalArgument.llChris Lattner2003-09-20
* Fixed spelling and grammar.Misha Brukman2003-09-11
* Reuse the values if they are constants: this is important so that we index in...Chris Lattner2003-07-03
* Implement handling of constantexprs for disambiguation. This implementsChris Lattner2003-06-17
* Be more robust in the face of undefined behavior.Chris Lattner2003-06-02
* Fix Bug: BasicAA/2003-05-21-GEP-Problem.llChris Lattner2003-05-21
* Fix BasicAA/2003-04-25-GEPCrash.llChris Lattner2003-04-25
* Fix bug: BasicAA/2003-04-22-GEPProblem.llChris Lattner2003-04-22
* Remove unneccesary forward declChris Lattner2003-03-06
* Fix bug: BasicAA/2003-03-04-GEPCrash.llChris Lattner2003-03-04
* Fix a problem with negative indexesChris Lattner2003-03-02
* Fix bug: BasicAA/2003-02-26-AccessSizeTest.llChris Lattner2003-02-26
* Fix several bugs in basic-aaChris Lattner2003-02-26
* Move BasicAA pass out to it's own header fileChris Lattner2003-02-26