aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/PassAnalysisSupport.h
AgeCommit message (Expand)Author
2009-06-02Simplify assertion message to avoid confusion.Devang Patel
2009-04-01Clean up pass manager cache after each run.Devang Patel
2009-04-01Remove dead code.Devang Patel
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2008-08-08Speed up the passmgr by avoiding heap thrashing on vectors.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-05-14Add a addRequiredTransitiveID member function, which is toDan Gohman
2007-04-16Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2007-01-051) Remove old AnalysisResolver.Devang Patel
2007-01-05Remove old pass manager.Devang Patel
2006-12-13fit in 80 colsChris Lattner
2006-12-13Add #ifdef switch toggle between old and new pass manager. However,Devang Patel
2006-12-13Move getAnalysis() and getAnalysisID() definitions from Pass.h toDevang Patel
2006-12-08Add AnalysisResolver_New. It is a replacement for existingDevang Patel
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-04-25Older compilers won't like the inline virtual destructor in the header fileReid Spencer
2005-04-24Shut GCC 4.0 up when it complains about classes with virtual functions thatReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-03-12Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive forMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-29Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-09-25Add support for ImmutablePasses, which are not run, and cannot beChris Lattner
2002-08-29Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...Chris Lattner
2002-08-21Add assertion checks to nail bugs early.Chris Lattner
2002-08-21 - Eliminate the need for analyses to expose an ::ID member.Chris Lattner
2002-08-08 - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-30Add hooks to get information out of concrete pass manager implementationsChris Lattner
2002-07-29* Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26Analysis contructors now no longer take AnalysisID's as their argument,Chris Lattner
2002-07-23Break part of Pass.h out into PassAnalysisSupport.hChris Lattner