aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/CommonProfiling.c
Commit message (Expand)AuthorAgeFilesLines
* libprofile/CommonProfiling.c: Fix according to C89.NAKAMURA Takumi2012-11-021-2/+2
* PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUTManman Ren2012-11-021-0/+22
* Switch to c-style comments in a C file.David Blaikie2012-04-271-3/+4
* Defensively guard against calling malloc() with a size of zero.Ted Kremenek2012-04-261-0/+9
* Fixing a warning in MSVC (this is also a test commit)Aaron Ballman2012-02-051-2/+2
* Fix for warnings: ignoring return value of ‘write’, declared with attribu...Galina Kistanova2011-09-221-5/+12
* Unbreak the MSVC build:Francois Pichet2011-04-291-0/+4
* Implementation of path profiling.Andrew Trick2011-01-291-20/+33
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+117
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-117/+0
* Remove unused variable.Reid Spencer2006-11-031-1/+0
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-041-1/+1
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-101-2/+2
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-101-2/+30
* Make the initialization calls return argc.Chris Lattner2004-02-101-2/+4
* Actually save and pass in argument informationChris Lattner2003-10-281-15/+20
* We need to output the number of records we have, so we know how many to read ...Chris Lattner2003-10-281-0/+1
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-281-0/+82