DebugInfo: Delete subclasses of DIScope
[oota-llvm.git] / lib / Transforms / Instrumentation / GCOVProfiling.cpp
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2014-12-22 David BlaikieRemove dynamic allocation/indirection from GCOVBlocks...
2014-12-03 Nick LewyckyEmit the entry block first and the exit block second...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-06 Justin BognerGCOV: Make sure that function idents in the .gcda and...
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-05 Nick LewyckyFix coverage for files with global constructors again...
2014-06-04 Nick LewyckyExplain why we skip DbgInfoIntrinsics when looking...
2014-06-03 Nick LewyckyIgnore line numbers on debug intrinsics. Add an assert...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of GCOVFunctions...
2014-04-18 Nick LewyckyCheck whether functions have any lines associated befor...
2014-03-11 Duncan P. N. Exon... Cleanup whitespace
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-31 Bob WilsonFix a bug in gcov instrumentation introduced by r195513...
2013-12-04 Yuchen Wullvm-cov: Replace size() with empty() in bool check.
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-11-22 Yuchen Wullvm-cov: Split entry blocks in GCNOProfiling.cpp.
2013-11-21 Yuchen Wullvm-cov: Don't assume FileChecksum was generated.
2013-11-21 Yuchen Wullvm-cov: Fixed some bugs related to file checksum.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-12 Yuchen Wullvm-cov: Added call to update run/program counts.
2013-10-23 Yuchen WuFixed comment typo in GCOVProfiling.cpp
2013-10-14 Rafael EspindolaRemove lib/Transforms/Instrumentation/ProfilingUtils.*
2013-08-20 Bill WendlingMove registering the execution of a basic block to...
2013-07-17 Craig TopperMark a method 'const' and another 'static'.
2013-07-17 Craig TopperMake a few more static string pointers constant.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-18 Nick LewyckyFix nondeterminism in .gcno file generation.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-03-28 Bill WendlingMinor simplification.
2013-03-26 Bill WendlingUse the full path when outputting the `.gcda' file.
2013-03-20 Bill WendlingCall the new llvm_gcov_init function to register the...
2013-03-19 Bill WendlingRegister the GCOV writeout functions so that they're...
2013-03-19 Nick LewyckyEmit the linkage name instead of the function name...
2013-03-18 Bill WendlingRegister the flush function for each compile unit.
2013-03-14 Nick LewyckyRemove accidentally committed debug line.
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-13 Nick LewyckyNo functionality change. Rename emitGCNO() to the more...
2013-03-09 Nick LewyckyUse the correct index variable. This is the meat of...
2013-03-09 Nick LewyckyFix bug introduced in r176616 when making function...
2013-03-09 Nick LewyckyDon't emit the extra checksum into the .gcda file if...
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-02-27 Nick LewyckyIn GCC 4.7, function names are now forbidden from ...
2013-02-27 Nick LewyckyDoh, fix behaviour change introduced in r176168 which...
2013-02-27 Nick LewyckyIRBuilder has grown all sorts of useful utility functio...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...
next