Add weak reference directive.
[oota-llvm.git] / lib / Analysis /
2006-11-29 Bill WendlingWTF? These weird newlines got in there...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-17 Bill WendlingNeeded <iostream> for now.
2006-11-17 Bill WendlingNeeds the iostream include.
2006-11-17 Bill WendlingReplaced DEBUG(std::cerr with DOUT.
2006-11-17 Bill WendlingReplace DEBUG(std::cerr with DOUT. Removed some iostrea...
2006-11-17 Bill WendlingRemoved unneeded <iostream> #include.
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-11-13 Chris Lattnerremove redundant code
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Reid SpencerFor PR950:
2006-11-07 Andrew LenharthOptionally allow comparison operations from affect...
2006-11-07 Andrew LenharthAllow loop detection during debug in forwarding nodes...
2006-11-07 Andrew Lenharthdebug type for DSA TD
2006-11-03 Chris LattnerFix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handlin...
2006-11-03 Andrew LenharthSplit the External and Intrinsic handling into seperate...
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-11-01 Reid SpencerMake ScalarEvolution actually use a ZeroExtend expressi...
2006-10-28 Chris Lattneradd a method
2006-10-26 Reid SpencerFor PR950:
2006-10-23 Andrew LenharthMake these hack flags hidden, like other dsa hack flags
2006-10-23 Andrew LenharthRevert the aggressive inlining for now, it doesn't...
2006-10-23 Jim Laskey[SU]int update - inactive code may get activated someday
2006-10-20 Reid SpencerFor PR950:
2006-10-13 Andrew LenharthMove some warnings to debug mode.
2006-10-09 Chris LattnerFix a bug pointed out by Zhongxing Xu
2006-10-04 Chris LattnerFix more static dtor issues
2006-10-04 Chris LattnerFix some more static dtor issues.
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-10-01 Chris LattnerFixme is already done
2006-10-01 Chris LattnerTeach globalsmodref-aa to track scalar pointer global...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerSimplify some code
2006-09-27 Devang PatelFix DFS walk.
2006-09-17 Nick LewyckyExplain change with a comment.
2006-09-17 Nick LewyckyFix PR912. The input to erase() must not be a reference...
2006-09-07 Devang PatelUntabify.
2006-09-07 Devang PatelUse iterative do-while loop instead of recursive DFSPas...
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-28 Reid SpencerFor PR387:
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 LattnerFit to 80 cols
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-21 Chris LattnerFix PR885
2006-08-12 Chris LattnerMake Loop::getExitBlocks significantly faster for large...
2006-08-02 Chris LattnerSpeed up Loop::isLCSSAForm by using a binary search...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Andrew Lenharthadd some missing externals
2006-06-27 Chris LattnerHandle alias sets that have been unified, and thus...
2006-06-27 Chris LattnerDon't implement AliasSetTracker::remove in terms of...
2006-06-27 Reid SpencerFor PR801:
2006-06-26 Chris LattnerFix a stale pointer issue that caused 300.twolf to...
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-19 Andrew LenharthFix a bug, don't drop indirect call sites, especially...
2006-06-17 Chris LattnerConstant fold sqrtf
2006-06-16 Andrew LenharthAdd a error message to cbu to match bu
2006-06-16 Andrew Lenharthmove header
2006-06-13 Owen AndersonUpdate isLCSSAForm to handle PHI nodes specially for...
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-05 Reid SpencerFor PR798:
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-05-29 Andrew Lenharthmove calltarget to dsa
2006-05-29 Andrew LenharthSince there was interest on the mailing list, this...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-12 Chris LattnerRemove dead variable
2006-04-26 Chris LattnerImplement Transforms/IndVarsSimplify/complex-scev.ll...
2006-04-25 Andrew Lenharthslightly more useful error message
2006-04-25 Andrew Lenharthbetter c99 struct handling
2006-04-19 Andrew LenharthAnother simple case type merge case to try
2006-04-19 Andrew Lenharthdeal with memchr
2006-04-19 Andrew Lenharthfriendlier error message
2006-04-19 Andrew Lenharthstupid stuff
2006-04-18 Andrew LenharthI understand now. Shoot.
2006-04-18 Andrew Lenharthllvm.memc* improvements. helps PA a lot in some specmarks
2006-04-18 Andrew Lenharthllvm.memc* improvements. helps PA a lot in some specmarks
2006-04-14 Chris LattnerImplement value #'ing for vector operations, implementing
2006-04-13 Andrew LenharthHandle some kernel code than ends in [0 x sbyte]. ...
2006-04-05 Andrew Lenharthrevert this, this is safe, if conservative. leave...
2006-04-04 Chris LattnerSigned shr by a constant is not the same as sdiv by 2^k
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2006-03-27 Andrew LenharthIf adding a link to a collapsed, node, ignore offset.
2006-03-15 Andrew Lenharthno heap is happening here
2006-03-15 Andrew Lenharthremove qsort for now
2006-03-15 Andrew Lenharthallow field sensitivity to be a tunable parameter
2006-03-15 Andrew LenharthHandle one offset with growth case seen in povray....
next