aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
Commit message (Expand)AuthorAgeFilesLines
* add a helper method.Chris Lattner2010-01-201-0/+5
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-171-1/+1
* Remove some unused fields.Dan Gohman2009-08-291-7/+4
* remove a deprecated interface that was pretty uselessGabor Greif2009-03-021-7/+0
* fix typoGabor Greif2009-03-021-1/+1
* Correct a comment.Dan Gohman2008-06-241-1/+1
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-6/+6
* Make PassInfo noncopyable.Dan Gohman2008-05-141-0/+4
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-53/+50
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-1/+0
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-6/+12
* Add explicit keywords.Dan Gohman2008-01-291-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* update comment.Chris Lattner2007-10-181-1/+1
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-4/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+257