Make sure to initialize the fpm in the ocaml tutorial.
[oota-llvm.git] / lib / Analysis /
2009-09-11 Andreas NeustifterBugfix. Sorry.
2009-09-11 Andreas NeustifterMake ProfileEstimator even more robust on general CFGs.
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-10 Dan GohmanGive these files top-level comments that describe the...
2009-09-10 Dale JohannesenFix uppercaseo.
2009-09-10 Victor HernandezFit code within 80 columns
2009-09-10 Andreas NeustifterMake ProfileEstimator more robust on general CFGs.
2009-09-10 Benjamin KramerAdd some braces to make newer GCCs happy and update...
2009-09-10 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-09 Andreas NeustifterReverted r81358.
2009-09-09 Benjamin KramerFix build, add missing simicolon.
2009-09-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-09-09 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterFixed wrong storage option for ProfileVerifierDisableAs...
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-08 Chris Lattnerfix ComputeMaskedBits handling of zext/sext/trunc to...
2009-09-08 Chris Lattneradd some comments to describe the invariants.
2009-09-06 Duncan SandsDo not try to override non-virtual methods, especially
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-04 Andreas NeustifterPrevent warnings on compilers for which its not clear...
2009-09-04 Andreas NeustifterCleaned up ProfileVerifierPass.
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 Dan GohmanSmallvectorize switchExitBlocks.
2009-09-03 Dan GohmanAdd a verifyAnalysis to LoopInfo, LoopSimplify, and...
2009-09-03 Dan GohmanMove getUniqueExitBlocks from LoopBase to Loop, since...
2009-09-03 Dan GohmanDon't try to verify a LoopPass analysis if the loop...
2009-09-03 Dan GohmanRemove references to expression "handles", which are...
2009-09-03 Andreas NeustifterFix build warning.
2009-09-03 Andreas NeustifterCode Cleanup.
2009-09-03 Daniel DunbarRemove undefined behavior when loading optimal edge...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2009-09-02 Chris Lattnerfix PR4848 an infinite loop when indexing down through...
2009-09-02 Chris Lattnerrevert my patch, duncan points out what is wrong with...
2009-09-02 Chris Lattnerone more try at making this simpler, hopefully it won...
2009-09-02 Duncan SandsComplicate Chris's simplification, avoiding complaints
2009-09-01 Daniel DunbarFix build warning.
2009-09-01 Chris Lattnerdebug intrinsics do not go in the callgraph, this fixes...
2009-09-01 Chris LattnerFix a regression I introduced in r80708, found by llvm...
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Reading in Profiles.
2009-09-01 Andreas NeustifterSmall fix in ProfileEstimator that eliminates duplicate...
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Chris Lattnerdoxygenate RefreshCallGraph, add a new 'verification...
2009-09-01 Chris Lattnersimpler solution to iterator invalidation "problem...
2009-09-01 Duncan SandsDo not manipulate invalid iterators. This fixes the
2009-09-01 Benjamin KramerUpdate CMakeLists.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-09-01 Devang PatelIntroduce DILocation.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Dan GohmanDon't use an iterator which is potentially invalidated.
2009-08-31 Devang PatelDerive DICompileUnit from DIScope.
2009-08-31 Dan GohmanExtend the ValuesAtScope cache to cover all expressions...
2009-08-31 Devang PatelIntroduce DIScope.
2009-08-31 Devang PatelOops. Fix inverted logic in assertion check.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Chris Lattnercleanups pointed out by duncan
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris Lattnercleanups, factor some code out to a helper function
2009-08-31 Chris Lattnerfix a crash building SPASS by tolerating a callsite...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris Lattneruse an accessor instead of poking internals of a node.
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Chris Lattneradd a dump() method on callgraph.
2009-08-30 Chris Lattnerdefault count-aa to -print-all. The whole reason to...
2009-08-29 Dan GohmanAdd some comments.
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Chris LattnerMark Andersen's as experimental.
2009-08-27 Dan GohmanUse stripPointerCasts instead of doing the same manually.
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-08-27 Dan GohmanHandle TargetData with const.
2009-08-26 Douglas GregorUnbreak CMake build
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-26 Dan GohmanFix a missing newline, now that Value's operator<<...
2009-08-26 Dan GohmanUse SetVector instead of std::set so that alias relatio...
2009-08-26 Andreas NeustifterMoved isDeclaration() check further down to allow for...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Dan GohmanDon't assume that two identical instructions that read...
2009-08-25 Dan GohmanTeach ScalarEvolution about GlobalAliases.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Andreas NeustifterRead profile files as binary as proposed in
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Andreas NeustifterThis patch cleans up the ProfileInfo by
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-23 Daniel DunbarFix -Asserts warnings.
2009-08-23 Chris Lattnerremove uses of llvm/Support/Streams.h.
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
next