[PM/AA] Sink all the actual code from AliasAnalysisCounter back into the
[oota-llvm.git] / include / llvm / Analysis / SparsePropagation.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2009-12-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-09-19 Nick LewyckyLett users of sparse propagation do their own thing...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonFinish LLVMContext-ing lib/Analysis. This required...
2009-04-09 Chris Lattneradd an accessor method, patch by John McCall!
2009-03-11 Torok EdwinMake Print callable from a pass's print method: add...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-09 Chris Lattner"This patch adds a virtual call to AbstractLatticeFunct...
2008-05-27 Dan GohmanFix a word-o and add an explicit keyword.
2008-05-20 Chris LattnerAdd a bool to isEdgeFeasible that tells it whether...
2008-05-13 Eric ChristopherMake this function public.
2008-05-12 Chris LattnerAdd a new SparsePropagation analysis utility, which...