aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
AgeCommit message (Expand)Author
2010-01-20simplify this code.Chris Lattner
2010-01-05Change errs() to dbgs().David Greene
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter
2009-09-09revert r81335, which breaks the build.Chris Lattner
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter
2009-09-03Code Cleanup.Andreas Neustifter
2009-09-02Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter
2009-09-02Code cleanups and added comments.Andreas Neustifter
2009-09-01OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter