History log of /external/llvm/runtime/libprofile/BasicBlockTracing.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0b5bb3b2b48d9d8414d209daa9f45cf4b858beb2 25-May-2011 Francois Pichet <pichet2000@gmail.com> Fix 3 MSVC warnings:
'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)'

atexit really expects a "void f(void)" function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132061 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/BasicBlockTracing.c
234d529e582963ad4b5d83b911cd057fe99d1435 29-Dec-2007 Chris Lattner <sabre@nondot.org> remove attribution from a variety of miscellaneous files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45425 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/BasicBlockTracing.c
8b2e1419cf24a33df5a87c99e367528b44dc28cf 17-Nov-2006 Reid Spencer <rspencer@reidspencer.com> Undo removal of the runtime libraries. While this may have been a bit
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31807 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/BasicBlockTracing.c
ac90d5e50b327476dcb468668f8e0eec3fb923d0 17-Nov-2006 Reid Spencer <rspencer@reidspencer.com> In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
be dropped. This patch pertains to removing the runtime directory from LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31793 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/BasicBlockTracing.c
9fa49c8906e08296548e0ee0c8c9c5852781684a 04-May-2004 Brian Gaeke <gaeke@uiuc.edu> Constants for profile info type changed names to match the C++ ones.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13344 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/BasicBlockTracing.c
ca1a6976badbb1dfda5c03615000a2cee572322f 04-May-2004 Brian Gaeke <gaeke@uiuc.edu> Add initial implementation of basic block tracing runtime


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13339 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/BasicBlockTracing.c