summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/EdgeProfiling.cpp
Commit message (Expand)AuthorAge
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Implementation of path profiling.Andrew Trick2011-01-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* 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
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01
* 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
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* 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
* Fix for edge profiling, patch by 'Marc' for PR1857Chris Lattner2007-12-13
* Fix typo in comment.Nick Lewycky2007-05-06
* 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 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
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* 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
* Initial support for edge profilingChris Lattner2004-03-08