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