summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
Commit message (Expand)AuthorAge
* 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
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Remove unused STL header includes.Jay Foad2011-04-23
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-05
* Implementation of path profiling.Andrew Trick2011-01-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* 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
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-22
* simplify this code.Chris Lattner2010-01-20
* Change errs() to dbgs().David Greene2010-01-05
* 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
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-16
* revert r81335, which breaks the build.Chris Lattner2009-09-09
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-09
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-04
* Code Cleanup.Andreas Neustifter2009-09-03
* Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter2009-09-02
* Code cleanups and added comments.Andreas Neustifter2009-09-02
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-01