[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead...
[oota-llvm.git] / lib / Analysis / SparsePropagation.cpp
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattnermake the build build.
2009-10-27 Chris LattnerRandom updates to passes for indbr, I need blockaddress...
2009-09-19 Nick LewyckyAdd a comment explaining why you would ever want to...
2009-09-19 Nick LewyckyLett users of sparse propagation do their own thing...
2009-09-18 Nick LewyckyAdd newlines.
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-06 Owen AndersonFinish LLVMContext-ing lib/Analysis. This required...
2009-03-11 Torok EdwinMake Print callable from a pass's print method: add...
2008-08-09 Chris Lattner"This patch adds a virtual call to AbstractLatticeFunct...
2008-05-27 Dan GohmanUse Function::getEntryBlock instead of Function::begin...
2008-05-27 Dan GohmanPrint debug output when any edge becomes executable...
2008-05-20 Chris LattnerAdd a bool to isEdgeFeasible that tells it whether...
2008-05-12 Chris Lattnerprune #includes.
2008-05-12 Chris LattnerAdd a new SparsePropagation analysis utility, which...