summaryrefslogtreecommitdiff
path: root/runtime/libprofile
Commit message (Expand)AuthorAge
* Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.Mikhail Glushenkov2010-09-03
* Delete a blank line.Dan Gohman2010-04-16
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the newDaniel Dunbar2010-04-15
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-23
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-01
* Read Makefile.config before using LLVMGCC.Andreas Neustifter2009-08-28
* Add llvm_start_edge_profiling to exported symbols for libprofile_rt.Andreas Neustifter2009-08-24
* Don't try to build .bc version of libprofile if LLVMGCC isn't available.Daniel Dunbar2009-08-20
* Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar2009-08-20
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Remove unused variable.Reid Spencer2006-11-03
* This was never updated for the project makefile changesChris Lattner2005-10-18
* Remove trailing whitespaceMisha Brukman2005-04-21
* Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer2005-01-13
* For PR432:Reid Spencer2004-12-22
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-13
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-02
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-02
* Remove this left-over crud from the automake experiment.Reid Spencer2004-12-02
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Initial Makefile.am for building with automakeReid Spencer2004-10-17
* Share the profile info type enum with the C++ analysis libraries.Brian Gaeke2004-05-04
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-04
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-04
* Add initial implementation of basic block tracing runtimeBrian Gaeke2004-05-03
* Add basic block tracing functions as exported symbols.Brian Gaeke2004-05-03
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-03
* Add edge profiling support to the runtime libraryChris Lattner2004-03-08
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-10
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-10
* Make the initialization calls return argc.Chris Lattner2004-02-10
* Actually save and pass in argument informationChris Lattner2003-10-28
* We need to output the number of records we have, so we know how many to read ...Chris Lattner2003-10-28
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-28