Fix this tool for use on Darwin which requires the file to come after the
[oota-llvm.git] / lib / Analysis /
2007-01-15 Jeff CohenUnbreak VC++ build.
2007-01-15 Chris LattnerConstant fold llvm.powi.*. This speeds up tramp3d...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-14 Chris Lattnerfit to 80 cols.
2007-01-14 Chris LattnerFix PR1101 and Analysis/ScalarEvolution/trip-count.ll
2007-01-12 Chris Lattnerdon't discriminate against bool
2007-01-12 Chris Lattnerremove unneeded special cases
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:
2007-01-08 Reid SpencerFix a bug in an assert that would never trigger.
2007-01-08 Reid SpencerConvert uses of getPrimitiveSize that should be getPrim...
2007-01-07 Chris Lattnerremove llvm.isunordered
2007-01-07 Chris LattnerFix PR1015 and Transforms/IndVarsSimplify/2007-01-06...
2007-01-07 Chris Lattnercast of int to bool no longer does a compare, rendering...
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-21 Reid SpencerAdd a FIXME about signedness.
2006-12-21 Reid SpencerAdd some comments about things that can go away once...
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
next