Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / Instrumentation / OptimalEdgeProfiling.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-05 Nick LewyckyFix typos. Adjust some whitespace for style. No functio...
2011-01-29 Andrew TrickImplementation of path profiling.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-01-20 Chris Lattnersimplify this code.
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-04 Andreas NeustifterConverted MaximumSpanningTree algorithm to a generic...
2009-09-03 Andreas NeustifterCode Cleanup.
2009-09-02 Andreas NeustifterChanged set of BlocksToInstrument to set of InsertedBlo...
2009-09-02 Andreas NeustifterCode cleanups and added comments.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.