eliminate static ctors from Statistics
[oota-llvm.git] / lib / Analysis /
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-19 Chris LattnerFix a bug in GetConstantFactor for affine expressions...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-13 John CriswellChanged from PARALLEL_DIRS to DIRS since we're only...
2006-12-13 John CriswellRemove DSA.
2006-12-13 John CriswellRemove DSA.
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-12 Reid SpencerGet even more accurate on the casting.
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
2006-12-12 Chris Lattnerteach scev to analyze X*4|1 like X*4+c. This allows...
2006-12-11 Chris Lattnerclarify some comments, simplify some checks, fix:
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris LattnerSimplify code
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-05 Reid SpencerFinally get the casting right in this file. Also, remov...
2006-12-05 Chris Lattnerstraighten out various memory ownership issues in the...
2006-12-05 Reid SpencerBail on the getInferredCast idea. Remove the function...
2006-12-04 Reid SpencerFix comment grammaro
2006-12-04 Chris LattnerAdd a comment and fix a memory leak. Thanks to Vikram...
2006-12-04 Reid SpencerFix inferred casts.
2006-12-04 Reid SpencerFix 80 cols violation
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-12-02 Jeff CohenUnbreak VC++ build.
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:
next