Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Analysis / Analysis.cpp
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-08-11 Dan GohmanTidy #includes.
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-10-06 Gordon HenriksenBindings for the verifier.