Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / CodeGen / MachineFunctionAnalysis.cpp
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2009-11-09 Dan GohmanConstify MachineFunctionAnalysis' TargetMachine reference.
2009-10-12 Chris LattnerFix PR5087, patch by Jakub Staszak!
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...