index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
GCOVProfiling.cpp
Age
Commit message (
Expand
)
Author
2011-12-06
Expose a switch for the new gcov format.
Nick Lewycky
2011-11-27
Place the "cfg checksum" around a test. This was recently added in April 2011 to
Nick Lewycky
2011-09-20
If simple ownership works then friendship is not required.
Devang Patel
2011-09-20
Update GCOVLines to provide interfaces to write line table and calculate comp...
Devang Patel
2011-09-20
Update comment.
Devang Patel
2011-09-20
Use StringRef instead of std::string.
Devang Patel
2011-09-20
Eliminate unnecessary copy of FileName from GCOVLines.
Devang Patel
2011-09-20
There is no need to write a local utility routine to find subprogram info if ...
Devang Patel
2011-08-18
The edge from DISubprogram to DICompileUnit has been removed in recent versions
Nick Lewycky
2011-08-17
Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name...
Devang Patel
2011-08-16
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
Bill Wendling
2011-08-16
A few places where we want to skip the landingpad instruction for insertion.
Bill Wendling
2011-07-26
Use the correct for for the version. It's little endian and my brain is
Bill Wendling
2011-07-22
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-06-22
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-05-17
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
Bill Wendling
2011-05-05
The computation of string length is not that complicated. Fix it, again. :)
Nick Lewycky
2011-05-05
Update the gcov version used slightly, to make it stop causing modern gcov's to
Nick Lewycky
2011-05-05
Remove dead function.
Nick Lewycky
2011-05-05
When the path wasn't emitted by the frontend, discard any path on the source
Nick Lewycky
2011-05-04
Emit gcov data files to the directory specified in the metadata produced by the
Nick Lewycky
2011-04-28
Only read *predecessor once so as to fix a theoretical issue where it changes
Nick Lewycky
2011-04-26
Rename everything to follow LLVM style ... I think.
Nick Lewycky
2011-04-21
In gcov profiling, give all functions an extra unified return block. This is
Nick Lewycky
2011-04-21
Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
Nick Lewycky
2011-04-21
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-16
Move the re-stemming function up top and use it where it's currently inlined.
Nick Lewycky
2011-04-16
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky