index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
libprofile
/
CommonProfiling.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to c-style comments in a C file.
David Blaikie
2012-04-27
1
-3
/
+4
*
Defensively guard against calling malloc() with a size of zero.
Ted Kremenek
2012-04-26
1
-0
/
+9
*
Fixing a warning in MSVC (this is also a test commit)
Aaron Ballman
2012-02-05
1
-2
/
+2
*
Fix for warnings: ignoring return value of ‘write’, declared with attribu...
Galina Kistanova
2011-09-22
1
-5
/
+12
*
Unbreak the MSVC build:
Francois Pichet
2011-04-29
1
-0
/
+4
*
Implementation of path profiling.
Andrew Trick
2011-01-29
1
-20
/
+33
*
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-17
1
-0
/
+117
*
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-11-16
1
-117
/
+0
*
Remove unused variable.
Reid Spencer
2006-11-03
1
-1
/
+0
*
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-04
1
-1
/
+1
*
Make sure to copy the null terminator at the end of the argv list. Some
Chris Lattner
2004-02-10
1
-2
/
+2
*
Allow the program to take a '-llvmprof-output filename' option to specify
Chris Lattner
2004-02-10
1
-2
/
+30
*
Make the initialization calls return argc.
Chris Lattner
2004-02-10
1
-2
/
+4
*
Actually save and pass in argument information
Chris Lattner
2003-10-28
1
-15
/
+20
*
We need to output the number of records we have, so we know how many to read ...
Chris Lattner
2003-10-28
1
-0
/
+1
*
Initial checkin of function and block profiling runtime library
Chris Lattner
2003-10-28
1
-0
/
+82