Extend the IL for selecting TLS models (PR9788)
[oota-llvm.git] / lib / Transforms / Instrumentation / GCOVProfiling.cpp
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-01 Bill WendlingRegister the gcov "writeout" at init time. Don't list...
2012-05-28 Bill WendlingImplement the indirect counter increment code in a...
2012-05-25 Bill WendlingThe llvm_gcda_increment_indirect_counter function write...
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-11-27 Nick LewyckyPlace the "cfg checksum" around a test. This was recent...
2011-09-20 Devang PatelIf simple ownership works then friendship is not required.
2011-09-20 Devang PatelUpdate GCOVLines to provide interfaces to write line...
2011-09-20 Devang PatelUpdate comment.
2011-09-20 Devang PatelUse StringRef instead of std::string.
2011-09-20 Devang PatelEliminate unnecessary copy of FileName from GCOVLines.
2011-09-20 Devang PatelThere is no need to write a local utility routine to...
2011-08-18 Nick LewyckyThe edge from DISubprogram to DICompileUnit has been...
2011-08-17 Devang PatelDo not use DebugInfoFinder. Extract debug info directly...
2011-08-16 Bill WendlingUse the getFirstInsertionPt() method instead of getFirs...
2011-08-16 Bill WendlingA few places where we want to skip the landingpad instr...
2011-07-26 Bill WendlingUse the correct for for the version. It's little endian...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-05-17 Bill WendlingConditionalize the format of the GCOV files by target...
2011-05-05 Nick LewyckyThe computation of string length is not that complicate...
2011-05-05 Nick LewyckyUpdate the gcov version used slightly, to make it stop...
2011-05-05 Nick LewyckyRemove dead function.
2011-05-05 Nick LewyckyWhen the path wasn't emitted by the frontend, discard...
2011-05-04 Nick LewyckyEmit gcov data files to the directory specified in...
2011-04-28 Nick LewyckyOnly read *predecessor once so as to fix a theoretical...
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-21 Nick LewyckyIn gcov profiling, give all functions an extra unified...
2011-04-21 Nick LewyckyFix think-o: emit all 8 bytes of the EOF marker. Also...
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-16 Nick LewyckyMove the re-stemming function up top and use it where...
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...