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