summaryrefslogtreecommitdiff
path: root/runtime/libprofile/Makefile
Commit message (Expand)AuthorAge
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-10
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-09
* Use a special path to place the .o files in.Bill Wendling2012-10-08
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-03
* Build and install the archive when building the Apple way.Bill Wendling2011-07-19
* Remove the LTO stuff from the profile_rt library's Makefile.Bill Wendling2011-06-15
* Add compatibility version when compiling the Apple way.Bill Wendling2011-06-13
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-29
* Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.Mikhail Glushenkov2010-09-03
* 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
* Read Makefile.config before using LLVMGCC.Andreas Neustifter2009-08-28
* 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 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
* This was never updated for the project makefile changesChris Lattner2005-10-18
* 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
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-28