| Commit message (Expand) | Author | Age | Files | Lines |
* | Plug a memory leak in the GCOV profiling emitter, which never released the ed... | Benjamin Kramer | 2012-11-17 | 1 | -5/+5 |
* | Back out r166591, not sure why this made it through since I cancelled the com... | Micah Villmow | 2012-10-24 | 1 | -4/+3 |
* | Delete a directory that wasn't supposed to be checked in yet. | Micah Villmow | 2012-10-24 | 1 | -3/+4 |
* | Have 'addFnAttr' take the attribute enum value. Then have it build the attrib... | Bill Wendling | 2012-10-10 | 1 | -6/+2 |
* | Use the enum value of the attributes when adding them to the attributes builder. | Bill Wendling | 2012-10-09 | 1 | -2/+2 |
* | Convert to using the Attributes::Builder interface. | Bill Wendling | 2012-10-09 | 1 | -2/+6 |
* | s/__llvm_gcov_flush/__gcov_flush/g | Bill Wendling | 2012-09-17 | 1 | -4/+4 |
* | Remove comment. | Bill Wendling | 2012-09-14 | 1 | -1/+1 |
* | Use Nick's suggestion of storing a large NULL into the GV instead of memset, ... | Bill Wendling | 2012-09-13 | 1 | -18/+10 |
* | Introduce the __llvm_gcov_flush function. | Bill Wendling | 2012-09-13 | 1 | -6/+56 |
* | Pass by pointer and not std::string. | Bill Wendling | 2012-08-30 | 1 | -2/+2 |
* | Revert r162855 in favor of changing clang to emit the absolute coverage file ... | Bill Wendling | 2012-08-30 | 1 | -19/+7 |
* | Use the full path to output the .gcda file. | Bill Wendling | 2012-08-29 | 1 | -7/+19 |
* | Use ArrayRef instead of SmallVector when passing vector into function. | Bill Wendling | 2012-08-29 | 1 | -4/+3 |
* | Don't reinsert the 'atexit' function if it already exists. | Bill Wendling | 2012-06-30 | 1 | -2/+1 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -9/+9 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -1/+1 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -1/+1 |
* | Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead, | Bill Wendling | 2012-06-01 | 1 | -2/+22 |
* | Implement the indirect counter increment code in a better way. Instead of | Bill Wendling | 2012-05-28 | 1 | -53/+72 |
* | The llvm_gcda_increment_indirect_counter function writes to the arguments that | Bill Wendling | 2012-05-25 | 1 | -17/+57 |
* | Expose a switch for the new gcov format. | Nick Lewycky | 2011-12-06 | 1 | -2/+3 |
* | Place the "cfg checksum" around a test. This was recently added in April 2011 to | Nick Lewycky | 2011-11-27 | 1 | -67/+67 |
* | If simple ownership works then friendship is not required. | Devang Patel | 2011-09-20 | 1 | -2/+1 |
* | Update GCOVLines to provide interfaces to write line table and calculate comp... | Devang Patel | 2011-09-20 | 1 | -13/+17 |
* | Update comment. | Devang Patel | 2011-09-20 | 1 | -2/+1 |
* | Use StringRef instead of std::string. | Devang Patel | 2011-09-20 | 1 | -1/+1 |
* | Eliminate unnecessary copy of FileName from GCOVLines. | Devang Patel | 2011-09-20 | 1 | -7/+6 |
* | There is no need to write a local utility routine to find subprogram info if ... | Devang Patel | 2011-09-20 | 1 | -10/+1 |
* | The edge from DISubprogram to DICompileUnit has been removed in recent versions | Nick Lewycky | 2011-08-18 | 1 | -1/+1 |
* | Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name... | Devang Patel | 2011-08-17 | 1 | -159/+162 |
* | Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>' | Bill Wendling | 2011-08-16 | 1 | -2/+2 |
* | A few places where we want to skip the landingpad instruction for insertion. | Bill Wendling | 2011-08-16 | 1 | -1/+3 |
* | Use the correct for for the version. It's little endian and my brain is | Bill Wendling | 2011-07-26 | 1 | -1/+1 |
* | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 2011-07-22 | 1 | -2/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -10/+10 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -5/+4 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -4/+5 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -5/+4 |
* | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 2011-06-22 | 1 | -2/+2 |
* | Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2 | Bill Wendling | 2011-05-17 | 1 | -10/+19 |
* | The computation of string length is not that complicated. Fix it, again. :) | Nick Lewycky | 2011-05-05 | 1 | -1/+1 |
* | Update the gcov version used slightly, to make it stop causing modern gcov's to | Nick Lewycky | 2011-05-05 | 1 | -13/+20 |
* | Remove dead function. | Nick Lewycky | 2011-05-05 | 1 | -5/+0 |
* | When the path wasn't emitted by the frontend, discard any path on the source | Nick Lewycky | 2011-05-05 | 1 | -6/+11 |
* | Emit gcov data files to the directory specified in the metadata produced by the | Nick Lewycky | 2011-05-04 | 1 | -4/+23 |
* | Only read *predecessor once so as to fix a theoretical issue where it changes | Nick Lewycky | 2011-04-28 | 1 | -7/+10 |
* | Rename everything to follow LLVM style ... I think. | Nick Lewycky | 2011-04-26 | 1 | -207/+300 |
* | In gcov profiling, give all functions an extra unified return block. This is | Nick Lewycky | 2011-04-21 | 1 | -5/+17 |
* | Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a | Nick Lewycky | 2011-04-21 | 1 | -3/+3 |