summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunctionPass.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* 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
* Make MachineFunctionPass::createPrinterPass private, as no subclassesDan Gohman2010-06-05
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Remove an unnecessary include. Now we won't have circular includeDavid Greene2009-08-19
* Add a comment about the additional meaning of setPreservesCFG() forDan Gohman2009-08-11
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Make MachineFunctionPass::runOnFunction non-virtual. Subclasses overrideDan Gohman2007-07-05
* Add explicit keywords.Dan Gohman2007-07-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Add an out-of-line virtual function to home class.Chris Lattner2006-07-14
* Remove trailing whitespaceMisha Brukman2005-04-21
* 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
* Initial check in of MachineFunctionPass.hChris Lattner2002-12-28