summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libprofile
Commit message (Collapse)AuthorAgeFilesLines
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-296-12/+12
| | | | llvm-svn: 45425
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45416
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-178-0/+371
| | | | | | | 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-168-371/+0
| | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
* Remove unused variable.Reid Spencer2006-11-031-1/+0
| | | | llvm-svn: 31404
* This was never updated for the project makefile changesChris Lattner2005-10-181-1/+1
| | | | llvm-svn: 23790
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
| | | | llvm-svn: 21427
* Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer2005-01-131-0/+1
| | | | | | the JIT. llvm-svn: 19524
* For PR432:Reid Spencer2004-12-221-1/+1
| | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-0/+1
| | | | | | | | | destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. llvm-svn: 18882
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-021-3/+3
| | | | llvm-svn: 18429
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-021-2/+1
| | | | | | | | * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. llvm-svn: 18427
* Remove this left-over crud from the automake experiment.Reid Spencer2004-12-021-665/+0
| | | | llvm-svn: 18424
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-1/+2
| | | | llvm-svn: 17233
* We won't use automakeReid Spencer2004-10-221-16/+0
| | | | llvm-svn: 17155
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+665
| | | | llvm-svn: 17136
* Initial Makefile.am for building with automakeReid Spencer2004-10-171-0/+16
| | | | llvm-svn: 17073
* Share the profile info type enum with the C++ analysis libraries.Brian Gaeke2004-05-041-9/+5
| | | | | | Add a documentation comment for write_profiling_data(). llvm-svn: 13345
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-043-3/+3
| | | | llvm-svn: 13344
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-042-11/+12
| | | | | | Edited comments. llvm-svn: 13343
* Add initial implementation of basic block tracing runtimeBrian Gaeke2004-05-031-0/+67
| | | | llvm-svn: 13339
* Add basic block tracing functions as exported symbols.Brian Gaeke2004-05-031-0/+2
| | | | llvm-svn: 13338
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-031-1/+2
| | | | llvm-svn: 13337
* Add edge profiling support to the runtime libraryChris Lattner2004-03-081-0/+45
| | | | llvm-svn: 12227
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-101-2/+2
| | | | | | programs use it instead of argc. llvm-svn: 11270
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-101-2/+30
| | | | | | where to output the profiling data, if llvmprof.out is not good enough. llvm-svn: 11264
* Make the initialization calls return argc.Chris Lattner2004-02-104-9/+13
| | | | llvm-svn: 11261
* Actually save and pass in argument informationChris Lattner2003-10-281-15/+20
| | | | llvm-svn: 9564
* We need to output the number of records we have, so we know how many to read ↵Chris Lattner2003-10-281-0/+1
| | | | | | in! Doh. llvm-svn: 9555
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-286-0/+220
llvm-svn: 9546
OpenPOWER on IntegriCloud