aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunctionPass.h
AgeCommit message (Expand)Author
2009-08-19Remove an unnecessary include. Now we won't have circular includeDavid Greene
2009-08-11Add a comment about the additional meaning of setPreservesCFG() forDan Gohman
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman
2009-07-31Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar
2009-07-31Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-05Make MachineFunctionPass::runOnFunction non-virtual. Subclasses overrideDan Gohman
2007-07-02Add explicit keywords.Dan Gohman
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-07-14Add an out-of-line virtual function to home class.Chris Lattner
2005-04-21Remove trailing whitespaceMisha 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
2002-12-28Initial check in of MachineFunctionPass.hChris Lattner