summaryrefslogtreecommitdiff
path: root/include/llvm/PassAnalysisSupport.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper2012-09-18
* Add a couple missing includes; found while analyzing LLVM headers.Eli Friedman2011-11-04
* Don't add the same analysis implementation pair twice.Jakob Stoklund Olesen2011-03-30
* More #include cleanups.Dan Gohman2010-08-07
* Make AnalysisImpls private.Dan Gohman2010-08-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* eliminate dynamic_cast from the pass manager.Chris Lattner2010-01-21
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Add another required #include for freestanding .h files.Daniel Dunbar2009-10-17
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-08
* Simplify assertion message to avoid confusion.Devang Patel2009-06-02
* Clean up pass manager cache after each run.Devang Patel2009-04-01
* Remove dead code.Devang Patel2009-04-01
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Speed up the passmgr by avoiding heap thrashing on vectors.Chris Lattner2008-08-08
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add a addRequiredTransitiveID member function, which is toDan Gohman2007-05-14
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-16
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* 1) Remove old AnalysisResolver.Devang Patel2007-01-05
* Remove old pass manager.Devang Patel2007-01-05
* fit in 80 colsChris Lattner2006-12-13
* Add #ifdef switch toggle between old and new pass manager. However,Devang Patel2006-12-13
* Move getAnalysis() and getAnalysisID() definitions from Pass.h toDevang Patel2006-12-13
* Add AnalysisResolver_New. It is a replacement for existingDevang Patel2006-12-08
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Older compilers won't like the inline virtual destructor in the header fileReid Spencer2005-04-25
* Shut GCC 4.0 up when it complains about classes with virtual functions thatReid Spencer2005-04-24
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive forMisha Brukman2004-03-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner2003-08-29
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* Add support for ImmutablePasses, which are not run, and cannot beChris Lattner2002-09-25
* Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...Chris Lattner2002-08-29