summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* In GCC 4.7, function names are now forbidden from .gcda files. Support this byNick Lewycky2013-02-271-8/+14
* Doh, fix behaviour change introduced in r176168 which is tested in clang,Nick Lewycky2013-02-271-1/+3
* IRBuilder has grown all sorts of useful utility functions. Make use of them toNick Lewycky2013-02-271-25/+16
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-8/+8
* Initialize NoRedZone and remove unused default values.Rafael Espindola2012-12-181-3/+4
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-101-4/+17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Plug a memory leak in the GCOV profiling emitter, which never released the ed...Benjamin Kramer2012-11-171-5/+5
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-4/+3
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-3/+4
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-6/+2
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-091-2/+2
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-091-2/+6
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-171-4/+4
* Remove comment.Bill Wendling2012-09-141-1/+1
* Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling2012-09-131-18/+10
* Introduce the __llvm_gcov_flush function.Bill Wendling2012-09-131-6/+56
* Pass by pointer and not std::string.Bill Wendling2012-08-301-2/+2
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-301-19/+7
* Use the full path to output the .gcda file.Bill Wendling2012-08-291-7/+19
* Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling2012-08-291-4/+3
OpenPOWER on IntegriCloud