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