Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / Transforms / Instrumentation / BlockProfiling.cpp
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-10-21 Dan GohmanUse Function::getEntryBlock() instead of Function:...
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-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:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
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-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-07 Misha BrukmanConvert tabs to spaces
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 LattnerSplit utility functions out of BlockProfiling.cpp
2004-02-10 Chris Lattnerinitialization calls now return argc. If the program...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-29 Chris LattnerRefactor code, initial implementation of -insert-block...
2003-10-28 Chris LattnerPass in argc & argv
2003-10-28 Chris LattnerInitial checkin of profiling instrumentation pass....