aboutsummaryrefslogtreecommitdiff
path: root/runtime/libprofile/Makefile
AgeCommit message (Expand)Author
2013-03-07Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer andNick Lewycky
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-08Use a special path to place the .o files in.Bill Wendling
2012-10-03Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling
2011-07-19Build and install the archive when building the Apple way.Bill Wendling
2011-06-15Remove the LTO stuff from the profile_rt library's Makefile.Bill Wendling
2011-06-13Add compatibility version when compiling the Apple way.Bill Wendling
2011-04-29Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky
2010-09-03Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.Mikhail Glushenkov
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the newDaniel Dunbar
2010-02-23Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar
2009-08-28Read Makefile.config before using LLVMGCC.Andreas Neustifter
2009-08-20Don't try to build .bc version of libprofile if LLVMGCC isn't available.Daniel Dunbar
2009-08-20Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2005-10-18This was never updated for the project makefile changesChris Lattner
2005-01-13Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer
2004-12-02Standardize the format of the runtime libraries makefiles.Reid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2003-10-28Initial checkin of function and block profiling runtime libraryChris Lattner