summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud