aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassAnalysisSupport.h
Commit message (Expand)AuthorAgeFilesLines
* eliminate dynamic_cast from the pass manager.Chris Lattner2010-01-211-22/+20
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+2
* Add another required #include for freestanding .h files.Daniel Dunbar2009-10-171-2/+1
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-081-0/+17
* Simplify assertion message to avoid confusion.Devang Patel2009-06-021-17/+15
* Clean up pass manager cache after each run.Devang Patel2009-04-011-0/+6
* Remove dead code.Devang Patel2009-04-011-2/+0
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-11/+11
* Speed up the passmgr by avoiding heap thrashing on vectors.Chris Lattner2008-08-081-4/+10
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+240