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