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