Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / Instrumentation / EdgeProfiling.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-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-01-29 Andrew TrickImplementation of path profiling.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
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().
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-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-08 Chris LattnerInitial support for edge profiling