aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunctionPass.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+50