aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BasicAliasAnalysis.cpp
AgeCommit message (Expand)Author
2003-12-11Factor out some duplicated code, implement the rest of the cases inChris Lattner
2003-12-11Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...Chris Lattner
2003-12-11Fix a glaring bugChris Lattner
2003-12-11Realize the gep P, <zeros> must aliases P.Chris Lattner
2003-12-11With Brian's change to AA.h we can now clean out this uglynessChris Lattner
2003-11-25Fix file headerChris Lattner
2003-11-25Use gep_type_begin/end instead of looking for ubytesChris Lattner
2003-11-25Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
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