aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/InstCount.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-18[Analysis] RemoveTotalMemInst counting in InstCount to avoid reading back oth...Craig Topper1-8/+0
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2014-03-06[Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth1-1/+1
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth1-1/+1
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-15Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis1-1/+1
2010-08-14Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2009-12-23Change dbgs() back to errs() as Chris requested.David Greene1-1/+1
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene1-1/+2
2009-10-26Remove FreeInst.Victor Hernandez1-2/+2
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-2/+1
2009-10-17Remove MallocInst from LLVM Instructions.Victor Hernandez1-2/+2
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner1-1/+1
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner1-2/+2
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin1-1/+1
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin1-1/+2
2009-06-05Remove some unnecessary #includes.Dan Gohman1-1/+0
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-4/+4
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel1-1/+1
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel1-2/+2
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel1-5/+1
2008-03-18Identify Analysis pass.Devang Patel1-0/+4
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-05-06Fix typo in comment.Nick Lewycky1-1/+1
2007-05-03Drop 'const'Devang Patel1-2/+2
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-2/+2
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-0/+4
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer1-1/+3
2006-12-19eliminate static ctors from StatisticsChris Lattner1-6/+8
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-1/+1
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner1-5/+5
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling1-2/+3
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner1-2/+2
2006-01-22Add explicit iostream #includesChris Lattner1-0/+1
2005-10-24expose a ctorChris Lattner1-0/+3