aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/SparsePropagation.h
Commit message (Expand)AuthorAgeFilesLines
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-061-2/+5
* add an accessor method, patch by John McCall!Chris Lattner2009-04-091-0/+7
* Make Print callable from a pass's print method: add const qualifier. NoEdwin Török2009-03-111-1/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+3
* "This patch adds a virtual call to AbstractLatticeFunction to derive a Chris Lattner2008-08-091-0/+7
* Fix a word-o and add an explicit keyword.Dan Gohman2008-05-271-2/+3
* Add a bool to isEdgeFeasible that tells it whether to treat unknownChris Lattner2008-05-201-3/+8
* Make this function public.Eric Christopher2008-05-131-4/+4
* Add a new SparsePropagation analysis utility, which allows you to doChris Lattner2008-05-121-0/+178