Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Devang PatelAdd getPotentialPassManagerType(). No functionality...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-01-26 Devang PatelRemove dead code.
2007-01-26 Devang PatelInherit CallGraphSCCPass directly from Pass.
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-04-20 Chris LattnerChange it to take a callgraph, from which we can get...
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class