Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's
[oota-llvm.git] / lib / Analysis / BasicAliasAnalysis.cpp
2003-12-11 Chris LattnerFix PR86. This makes basicaa _SIGNIFICANLY_ more aggre...
2003-12-11 Chris LattnerFix a glaring bug
2003-12-11 Chris LattnerRealize the gep P, <zeros> must aliases P.
2003-12-11 Chris LattnerWith Brian's change to AA.h we can now clean out this...
2003-11-25 Chris LattnerFix file header
2003-11-25 Chris LattnerUse gep_type_begin/end instead of looking for ubytes
2003-11-25 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-20 Chris LattnerFix bug: BasicAA/2003-09-19-LocalArgument.ll
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-07-03 Chris LattnerReuse the values if they are constants: this is importa...
2003-06-17 Chris LattnerImplement handling of constantexprs for disambiguation...
2003-06-02 Chris LattnerBe more robust in the face of undefined behavior.
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-04-25 Chris LattnerFix BasicAA/2003-04-25-GEPCrash.ll
2003-04-22 Chris LattnerFix bug: BasicAA/2003-04-22-GEPProblem.ll
2003-03-06 Chris LattnerRemove unneccesary forward decl
2003-03-04 Chris LattnerFix bug: BasicAA/2003-03-04-GEPCrash.ll
2003-03-02 Chris LattnerFix a problem with negative indexes
2003-02-26 Chris LattnerFix bug: BasicAA/2003-02-26-AccessSizeTest.ll
2003-02-26 Chris LattnerFix several bugs in basic-aa
2003-02-26 Chris LattnerMove BasicAA pass out to it's own header file