aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/SparsePropagation.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2009-12-18Eliminate unnecessary LLVMContexts.Dan Gohman
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin
2009-09-19Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-06Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson
2009-04-09add an accessor method, patch by John McCall!Chris Lattner
2009-03-11Make Print callable from a pass's print method: add const qualifier. NoTorok Edwin
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-08-09"This patch adds a virtual call to AbstractLatticeFunction to derive a Chris Lattner
2008-05-27Fix a word-o and add an explicit keyword.Dan Gohman
2008-05-20Add a bool to isEdgeFeasible that tells it whether to treat unknownChris Lattner
2008-05-13Make this function public.Eric Christopher
2008-05-12Add a new SparsePropagation analysis utility, which allows you to doChris Lattner