Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / Transforms / Instrumentation / GCOVProfiling.cpp
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Rafael EspindolaInitialize NoRedZone and remove unused default values.
2012-12-10 Bill WendlingDon't use a red zone for code coverage if the user...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-17 Benjamin KramerPlug a memory leak in the GCOV profiling emitter, which...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-09-17 Bill Wendlings/__llvm_gcov_flush/__gcov_flush/g
2012-09-14 Bill WendlingRemove comment.
2012-09-13 Bill WendlingUse Nick's suggestion of storing a large NULL into...
2012-09-13 Bill WendlingIntroduce the __llvm_gcov_flush function.
2012-08-30 Bill WendlingPass by pointer and not std::string.
2012-08-30 Bill WendlingRevert r162855 in favor of changing clang to emit the...
2012-08-29 Bill WendlingUse the full path to output the .gcda file.
2012-08-29 Bill WendlingUse ArrayRef instead of SmallVector when passing vector...
2012-06-30 Bill WendlingDon't reinsert the 'atexit' function if it already...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
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...