index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
GCOVProfiling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-21
1
-4
/
+16
*
Move the re-stemming function up top and use it where it's currently inlined.
Nick Lewycky
2011-04-16
1
-15
/
+25
*
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-16
1
-0
/
+508