summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libprofile/EdgeProfiling.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix 3 MSVC warnings: Francois Pichet2011-05-251-1/+1
| | | | | | | | 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)' atexit really expects a "void f(void)" function. llvm-svn: 132061
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45425
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+45
| | | | | | | premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-45/+0
| | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-041-6/+6
| | | | | | Edited comments. llvm-svn: 13343
* Add edge profiling support to the runtime libraryChris Lattner2004-03-081-0/+45
llvm-svn: 12227
OpenPOWER on IntegriCloud