Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8d26bc38f54eeb877942cefd865cc2000479be2b
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
GCOVProfiling.cpp
8d26bc3
Remove comment.
by Bill Wendling
· 13 years ago
fb1f668
Use Nick's suggestion of storing a large NULL into the GV instead of memset, which requires TargetData.
by Bill Wendling
· 13 years ago
2e6e866
Introduce the __llvm_gcov_flush function.
by Bill Wendling
· 13 years ago
14c8a05
Pass by pointer and not std::string.
by Bill Wendling
· 13 years ago
1f6f8c2
Revert r162855 in favor of changing clang to emit the absolute coverage file path.
by Bill Wendling
· 13 years ago
11e61b9
Use the full path to output the .gcda file.
by Bill Wendling
· 13 years ago
e8aee6b
Use ArrayRef instead of SmallVector when passing vector into function.
by Bill Wendling
· 13 years ago
a164735
Don't reinsert the 'atexit' function if it already exists.
by Bill Wendling
· 13 years ago
aafe091
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
by Chandler Carruth
· 13 years ago
e38859d
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
by Bill Wendling
· 13 years ago
cbe34b4
Extend the IL for selecting TLS models (PR9788)
by Hans Wennborg
· 13 years ago
e85f349
Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,
by Bill Wendling
· 14 years ago
1560517
Implement the indirect counter increment code in a better way. Instead of
by Bill Wendling
· 14 years ago
8ed0749
The llvm_gcda_increment_indirect_counter function writes to the arguments that
by Bill Wendling
· 14 years ago
72d4d32
Expose a switch for the new gcov format.
by Nick Lewycky
· 14 years ago
6404d97
Place the "cfg checksum" around a test. This was recently added in April 2011 to
by Nick Lewycky
· 14 years ago
7d06f5c
If simple ownership works then friendship is not required.
by Devang Patel
· 14 years ago
add1f17
Update GCOVLines to provide interfaces to write line table and calculate complete length.
by Devang Patel
· 14 years ago
1a155a8
Update comment.
by Devang Patel
· 14 years ago
9cb1fc0
Use StringRef instead of std::string.
by Devang Patel
· 14 years ago
972df96
Eliminate unnecessary copy of FileName from GCOVLines.
by Devang Patel
· 14 years ago
b011105
There is no need to write a local utility routine to find subprogram info if the utility routine is already available in DebugInfo.
by Devang Patel
· 14 years ago
74acf9f
The edge from DISubprogram to DICompileUnit has been removed in recent versions
by Nick Lewycky
· 14 years ago
2b21d86
Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu named mdnode.
by Devang Patel
· 14 years ago
8ddfc09
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
by Bill Wendling
· 14 years ago
be33e8d
A few places where we want to skip the landingpad instruction for insertion.
by Bill Wendling
· 14 years ago
3fe5d68
Use the correct for for the version. It's little endian and my brain is
by Bill Wendling
· 14 years ago
040dd82
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef.
by Jay Foad
· 14 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
b804a2b
Second attempt at de-constifying LLVM Types in FunctionType::get(),
by Jay Foad
· 14 years ago
a78cd22
Revert r134893 and r134888 (and related patches in other trees). It was causing
by Bill Wendling
· 14 years ago
56cc153
De-constify Types in FunctionType::get().
by Jay Foad
· 14 years ago
83be361
Replace the existing forms of ConstantArray::get() with a single form
by Jay Foad
· 14 years ago
0671ba8
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
by Bill Wendling
· 15 years ago
a702884
The computation of string length is not that complicated. Fix it, again. :)
by Nick Lewycky
· 15 years ago
4f9c367
Update the gcov version used slightly, to make it stop causing modern gcov's to
by Nick Lewycky
· 15 years ago
baa878c
Remove dead function.
by Nick Lewycky
· 15 years ago
a3d5d16
When the path wasn't emitted by the frontend, discard any path on the source
by Nick Lewycky
· 15 years ago
6d9f061
Emit gcov data files to the directory specified in the metadata produced by the
by Nick Lewycky
· 15 years ago
6aa7949
Only read *predecessor once so as to fix a theoretical issue where it changes
by Nick Lewycky
· 15 years ago
c58d293
Rename everything to follow LLVM style ... I think.
by Nick Lewycky
· 15 years ago
8411b55
In gcov profiling, give all functions an extra unified return block. This is
by Nick Lewycky
· 15 years ago
ed749d8
Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
by Nick Lewycky
· 15 years ago
8e0a38f
Add independent controls for whether GCOV profiling should emit .gcno files or
by Nick Lewycky
· 15 years ago
c5ea852
Move the re-stemming function up top and use it where it's currently inlined.
by Nick Lewycky
· 15 years ago
966edd0
Rename LineProfiling to GCOVProfiling to more accurately represent what it
by Nick Lewycky
· 15 years ago