For PR950:
[oota-llvm.git] / lib / Analysis / BasicAliasAnalysis.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-27 Reid SpencerFor PR950:
2006-11-13 Chris Lattnerremove redundant code
2006-11-03 Chris LattnerFix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handlin...
2006-11-02 Reid SpencerFor PR786:
2006-10-20 Reid SpencerFor PR950:
2006-10-04 Chris LattnerFix more static dtor issues
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-03-09 Chris LattnerUse autogenerated mod/ref info for intrinsics.
2006-03-04 Chris LattnerFix a crash compiling Obsequi
2006-03-04 Chris LattnerBe more conservative with our symbolic alias analysis...
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2005-11-11 Andrew Lenharthprevent cse of readcyclecounter
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-08-24 Chris Lattnerfloor/ceil don't read/write memory. This allows gcse...
2005-07-11 Andrew LenharthRemove glibc specific functions, and mark a couple...
2005-07-11 Andrew Lenharthbecause on alpha:
2005-05-08 Chris LattnerBy definition, 'tail' calls cannot access the stack...
2005-05-06 Chris LattnerThese intrinsics do not access memory
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-28 Chris LattnerThese functions can set errno!
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-09 Chris LattnerFix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicA...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-15 Chris LattnerFix a bug in -no-aa that caused two DSGraph tests to...
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-12-07 Reid SpencerFor PR387:\
2004-11-28 Chris LattnerFix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
2004-11-26 Chris LattnerThe trick with globals actually works with allocas...
2004-11-26 Chris LattnerA store or load cannot alias a global if the accessed...
2004-11-17 Chris LattnerSimplify conditional and fix LICM/2004-11-17-UndefIndex...
2004-10-16 Chris LattnerBe more careful about looking for constants when we...
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-29 Chris LattnerFix test/Regression/Analysis/BasicAA/2004-07-28-MustAli...
2004-07-27 Chris LattnerMake basicaa a bit more aggressive
2004-07-27 Chris Lattnerbasic-aa can actually provide simple mod/ref info
2004-07-27 Chris LattnerThis was implemented back in march
2004-07-21 Chris LattnerDo not ignore casts unless they are pointer-pointer...
2004-07-18 Reid Spencerbug 122:
2004-07-14 Chris LattnerSimplify logic.
2004-06-19 Chris LattnerFix a tiny bug in the -no-aa pass, in which it did...
2004-06-15 Chris Lattnerisnan is dead
2004-06-11 Chris Lattnerllvm.isnan doesn't access memory
2004-05-23 Chris LattnerMove the -no-aa AA implementation into this file since...
2004-04-12 Chris LattnerHrm, operator new and new[] do not belong here. We...
2004-04-11 Chris Lattneroperator new & operator new[] do not kill any legal...
2004-04-11 Chris LattnerAllow clients to be more efficient.
2004-04-10 Chris LattnerAdd a couple of more functions that cannot access memor...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-16 Chris LattnerAdd some missing functions. Make sure to handle calls...
2004-03-15 Chris LattnerFix a minor bug, implementing GCSE/call_pure_function.ll
2004-03-15 Chris LattnerTeach basicaa about some stdc functions.
2004-03-12 Chris LattnerFix a couple of minor problems. Because PHI nodes...
2004-03-12 Chris LattnerImplement mod/ref analysis for a trivial case where...
2004-03-01 Chris LattnerExpand on my note-to-self
2004-02-22 Chris LattnerFix a soon-to-be-missing #include
2004-01-30 Chris LattnerFix thinko
2004-01-30 Chris LattnerImplement the pointsToConstantMemory() method.
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2003-12-28 Chris LattnerAdd a note
2003-12-11 Chris LattnerFactor out some duplicated code, implement the rest...
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