aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/SparsePropagation.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-3/+3
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-3/+3
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-181-5/+2
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-1/+1
* Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky2009-09-191-0/+6
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-3/+3
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* "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. NoTorok Edwin2009-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