aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-04-23Remove unused STL header includes.Jay Foad1-1/+0
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad1-0/+1
2011-04-05Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky1-13/+13
2011-01-29Implementation of path profiling.Andrew Trick1-4/+4
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson1-1/+6
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-3/+3
2010-06-22Use pre-increment instead of post-increment when the result is not used.Dan Gohman1-4/+4
2010-01-20simplify this code.Chris Lattner1-1/+1
2010-01-05Change errs() to dbgs().David Greene1-2/+2
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter1-8/+9
2009-09-09revert r81335, which breaks the build.Chris Lattner1-9/+8
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter1-8/+9
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter1-1/+3
2009-09-03Code Cleanup.Andreas Neustifter1-8/+10
2009-09-02Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter1-9/+9
2009-09-02Code cleanups and added comments.Andreas Neustifter1-17/+45
2009-09-01OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter1-0/+186