summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/BlockProfiling.cpp
Commit message (Expand)AuthorAge
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* More ProfileInfo improvements.Daniel Dunbar2009-08-08
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-06
* Use Function::getEntryBlock() instead of Function::front(), for clarity.Dan Gohman2008-10-21
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR950:Reid Spencer2006-12-31
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-26
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth2005-11-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert tabs to spacesMisha Brukman2005-01-07
* Add missing createXxxPass functionsJeff Cohen2005-01-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* bug 122:Reid Spencer2004-07-18
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Split utility functions out of BlockProfiling.cppChris Lattner2004-03-08
* initialization calls now return argc. If the program uses the argc valueChris Lattner2004-02-10
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Refactor code, initial implementation of -insert-block-profiling passChris Lattner2003-10-29
* Pass in argc & argvChris Lattner2003-10-28
* Initial checkin of profiling instrumentation pass. So far, despite theChris Lattner2003-10-28