Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / MachineFunctionAnalysis.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-01-04 Owen AndersonGive MachineFunctionAnalysis a getPassName() implementa...
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...