aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CallGraphSCCPass.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r100143.Eric Christopher2010-04-011-4/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+4
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-2/+2
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-1/+4
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-0/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-1/+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/+72