aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunctionPass.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+1
* Make MachineFunctionPass::createPrinterPass private, as no subclassesDan Gohman2010-06-051-4/+5
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+3
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-3/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+3
* Revert r100143.Eric Christopher2010-04-011-3/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+3
* Remove an unnecessary include. Now we won't have circular includeDavid Greene2009-08-191-1/+2
* Add a comment about the additional meaning of setPreservesCFG() forDan Gohman2009-08-111-0/+4
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-5/+11
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-11/+5
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-5/+11
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-9/+3
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Make MachineFunctionPass::runOnFunction non-virtual. Subclasses overrideDan Gohman2007-07-051-1/+4
* Add explicit keywords.Dan Gohman2007-07-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Add an out-of-line virtual function to home class.Chris Lattner2006-07-141-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Initial check in of MachineFunctionPass.hChris Lattner2002-12-281-0/+33