Add 'const' to a few more functions in MachineFrameInfo
[oota-llvm.git] / include / llvm / CodeGen / MachineFunctionPass.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
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-06-05 Dan GohmanMake MachineFunctionPass::createPrinterPass private...
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2009-08-19 David GreeneRemove an unnecessary include. Now we won't have circu...
2009-08-11 Dan GohmanAdd a comment about the additional meaning of setPreser...
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...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-05 Dan GohmanMake MachineFunctionPass::runOnFunction non-virtual...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2005-04-21 Misha BrukmanRemove trailing whitespace
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).
2002-12-28 Chris LattnerInitial check in of MachineFunctionPass.h