summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Commit message (Expand)AuthorAge
...
* 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
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-17
* Remove comment.Bill Wendling2012-09-14
* Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling2012-09-13
* Introduce the __llvm_gcov_flush function.Bill Wendling2012-09-13
* Pass by pointer and not std::string.Bill Wendling2012-08-30
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-30
* Use the full path to output the .gcda file.Bill Wendling2012-08-29
* Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling2012-08-29
* Don't reinsert the 'atexit' function if it already exists.Bill Wendling2012-06-30
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,Bill Wendling2012-06-01
* Implement the indirect counter increment code in a better way. Instead ofBill Wendling2012-05-28
* The llvm_gcda_increment_indirect_counter function writes to the arguments thatBill Wendling2012-05-25
* Expose a switch for the new gcov format.Nick Lewycky2011-12-06
* Place the "cfg checksum" around a test. This was recently added in April 2011 toNick Lewycky2011-11-27
* If simple ownership works then friendship is not required.Devang Patel2011-09-20
* Update GCOVLines to provide interfaces to write line table and calculate comp...Devang Patel2011-09-20
* Update comment.Devang Patel2011-09-20
* Use StringRef instead of std::string.Devang Patel2011-09-20
* Eliminate unnecessary copy of FileName from GCOVLines. Devang Patel2011-09-20
* There is no need to write a local utility routine to find subprogram info if ...Devang Patel2011-09-20
* The edge from DISubprogram to DICompileUnit has been removed in recent versionsNick Lewycky2011-08-18
* Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name...Devang Patel2011-08-17
* Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'Bill Wendling2011-08-16
* A few places where we want to skip the landingpad instruction for insertion.Bill Wendling2011-08-16
* Use the correct for for the version. It's little endian and my brain isBill Wendling2011-07-26
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-22