remove these.
[oota-llvm.git] / lib / Analysis /
2007-02-23 Devang PatelFix thinko.
2007-02-23 Devang PatelLoop passes are set up to accept pointer.
2007-02-23 Devang PatelTeach LoopPass to assign itself one Loop Pass Manager.
2007-02-23 Devang PatelAdd facility that allows LoopPass to re-insert a loop...
2007-02-23 Devang PatelAdd LPPassManager interface that LoopPass can use to...
2007-02-22 Devang PatelPopulate and walk loop queue.
2007-02-22 Devang PatelAdd LoopQueue. This is used by loop pass manager to...
2007-02-22 Devang PatelAdd Loop Pass Manager.
2007-02-15 Reid SpencerFor PR1195:
2007-02-11 Nick LewyckyFix comments to match names of functions.
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-10 Chris Lattnercompletely eliminate a temporary vector
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Devang PatelPretty print pass manager
2007-01-31 Chris LattnerFix a minor bug in my patch yesterday that broken Const...
2007-01-31 Chris Lattnerelimiante a temporary vector
2007-01-31 Chris LattnerMove some symbolic constant folding code out of instcom...
2007-01-30 Chris LattnerThe local "ConstantFold" method is now just a watered...
2007-01-30 Chris Lattnermove a bunch of constant folding code f rom Transforms...
2007-01-30 Chris Lattneradjust to constant folding api changes.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Devang PatelUse StartPassTimer() and StopPassManager()
2007-01-29 Devang PatelMeasure timings.
2007-01-26 Devang PatelRemove dead code.
2007-01-23 Devang PatelFix typo.
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2007-01-21 Reid SpencerFor PR970:
2007-01-19 Reid SpencerFor PR1043:
2007-01-17 Devang PatelAdd CGPassManager.
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...
next