summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix coverage for files with global constructors again. Adds a testcase to the...Nick Lewycky2014-06-051-0/+10
* Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...Nick Lewycky2014-06-041-0/+4
* Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...Nick Lewycky2014-06-031-2/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler.David Blaikie2014-04-211-14/+10
* Check whether functions have any lines associated before emitting coverage in...Nick Lewycky2014-04-181-0/+17
* Cleanup whitespaceDuncan P. N. Exon Smith2014-03-111-9/+9
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-051-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-10/+5
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>Bob Wilson2014-01-311-1/+8
* llvm-cov: Replace size() with empty() in bool check.Yuchen Wu2013-12-041-2/+2
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-041-3/+17
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-041-16/+3
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-041-3/+16
* llvm-cov: Split entry blocks in GCNOProfiling.cpp.Yuchen Wu2013-11-221-0/+3
* llvm-cov: Don't assume FileChecksum was generated.Yuchen Wu2013-11-211-2/+3
* llvm-cov: Fixed some bugs related to file checksum.Yuchen Wu2013-11-211-7/+10
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-201-40/+82
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-121-0/+8
* Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-231-1/+1
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-141-1/+0
* Move registering the execution of a basic block to the beginning rather than ...Bill Wendling2013-08-201-7/+7
* Mark a method 'const' and another 'static'.Craig Topper2013-07-171-2/+2
* Make a few more static string pointers constant.Craig Topper2013-07-171-8/+8
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+8
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-261-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-261-2/+2
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-181-9/+25
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Minor simplification.Bill Wendling2013-03-281-8/+4
* Use the full path when outputting the `.gcda' file.Bill Wendling2013-03-261-5/+14
* Call the new llvm_gcov_init function to register the environment.Bill Wendling2013-03-201-29/+10
* Register the GCOV writeout functions so that they're emitted serially.Bill Wendling2013-03-191-10/+31
* Emit the linkage name instead of the function name, when available. This meansNick Lewycky2013-03-191-8/+14
* Register the flush function for each compile unit.Bill Wendling2013-03-181-31/+54
* Remove accidentally committed debug line.Nick Lewycky2013-03-141-1/+0
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-42/+59
* No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky2013-03-131-7/+7
* Use the correct index variable. This is the meat of what was supposed to be inNick Lewycky2013-03-091-1/+1
* Fix bug introduced in r176616 when making function identifier numbers stable.Nick Lewycky2013-03-091-5/+3
* Don't emit the extra checksum into the .gcda file if the user hasn't asked forNick Lewycky2013-03-091-4/+6
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-071-23/+25
OpenPOWER on IntegriCloud