More templatization.
[oota-llvm.git] / lib / Analysis / BasicAliasAnalysis.cpp
2007-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-26 Owen AndersonMake a comment better.
2007-10-25 Owen AndersonFix for PR1741.
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-05 Evan ChengMissing break. Patch by Wojciech Matyjewicz.
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-05 Chris LattnerUpgrade BasicAliasAnalysis::getModRefBehavior to not...
2007-08-02 Christopher LambImplement review feedback.
2007-08-02 Christopher LambTeach BasicAA about noalias parameter attributes, but...
2007-07-31 Christopher LambRevert overly aggressive interpretation of noalias
2007-07-31 Christopher LambTeach BasicAA about noalias function parameters. Passes...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-02 Dan GohmanAdd explicit keywords.
2007-06-18 Anton KorobeynikovMake BasicAliasAnalysis correctly register itself....
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-19 Zhou ShengMake use of ConstantInt::isZero instead of ConstantInt...
2007-02-15 Reid SpencerFor PR1195:
2007-02-10 Chris LattnerSwitch some std::vector's to SmallVectors. This speeds...
2007-02-10 Chris Lattnermodify CheckGEPInstructions to take a pointer and size...
2007-02-10 Chris Lattnereliminate use of TargetData::getIndexedOffset that...
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-14 Chris Lattnerfit to 80 cols.
2007-01-12 Chris LattnerGEP operands can't be bools
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
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.
next