summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Commit message (Expand)AuthorAge
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>Bob Wilson2014-01-31
* llvm-cov: Replace size() with empty() in bool check.Yuchen Wu2013-12-04
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* llvm-cov: Split entry blocks in GCNOProfiling.cpp.Yuchen Wu2013-11-22
* llvm-cov: Don't assume FileChecksum was generated.Yuchen Wu2013-11-21
* llvm-cov: Fixed some bugs related to file checksum.Yuchen Wu2013-11-21
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-12
* Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-23
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-14
* Move registering the execution of a basic block to the beginning rather than ...Bill Wendling2013-08-20
* Mark a method 'const' and another 'static'.Craig Topper2013-07-17
* Make a few more static string pointers constant.Craig Topper2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-18
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* Minor simplification.Bill Wendling2013-03-28
* Use the full path when outputting the `.gcda' file.Bill Wendling2013-03-26
* Call the new llvm_gcov_init function to register the environment.Bill Wendling2013-03-20
* Register the GCOV writeout functions so that they're emitted serially.Bill Wendling2013-03-19
* Emit the linkage name instead of the function name, when available. This meansNick Lewycky2013-03-19
* Register the flush function for each compile unit.Bill Wendling2013-03-18
* Remove accidentally committed debug line.Nick Lewycky2013-03-14
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-14
* No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky2013-03-13
* Use the correct index variable. This is the meat of what was supposed to be inNick Lewycky2013-03-09
* Fix bug introduced in r176616 when making function identifier numbers stable.Nick Lewycky2013-03-09
* Don't emit the extra checksum into the .gcda file if the user hasn't asked forNick Lewycky2013-03-09
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-07
* In GCC 4.7, function names are now forbidden from .gcda files. Support this byNick Lewycky2013-02-27
* Doh, fix behaviour change introduced in r176168 which is tested in clang,Nick Lewycky2013-02-27
* IRBuilder has grown all sorts of useful utility functions. Make use of them toNick Lewycky2013-02-27
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Initialize NoRedZone and remove unused default values.Rafael Espindola2012-12-18
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Plug a memory leak in the GCOV profiling emitter, which never released the ed...Benjamin Kramer2012-11-17
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-10
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-09