Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunctionAnalysis.h
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2009-11-16 Dan GohmanRevert 88957. This file uses CodeGenOpt, which is defin...
2009-11-16 Dan GohmanRemove an unnecessary #include.
2009-11-09 Dan GohmanConstify MachineFunctionAnalysis' TargetMachine reference.
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...