Remove a redundant assertion in MachineBasicBlock.cpp. NFC.
[oota-llvm.git] / lib / CodeGen / MachineFunctionAnalysis.cpp
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-01-04 Owen AndersonClean up a funky pass registration that got passed...
2010-10-31 Nicolas GeoffrayAttach a GCModuleInfo to a MachineFunction.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
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...