aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-225/+0
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-081-3/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-241-2/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-051-13/+13
* Implementation of path profiling.Andrew Trick2011-01-291-4/+4
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+6
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-3/+3
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-221-4/+4
* simplify this code.Chris Lattner2010-01-201-1/+1
* Change errs() to dbgs().David Greene2010-01-051-2/+2
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-161-8/+9
* revert r81335, which breaks the build.Chris Lattner2009-09-091-9/+8
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-091-8/+9
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-041-1/+3
* Code Cleanup.Andreas Neustifter2009-09-031-8/+10
* Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter2009-09-021-9/+9
* Code cleanups and added comments.Andreas Neustifter2009-09-021-17/+45
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-011-0/+186