Reapply r141365 now that PR11107 is fixed.
[oota-llvm.git] / runtime / libprofile / Makefile
2011-07-19 Bill WendlingBuild and install the archive when building the Apple...
2011-06-15 Bill WendlingRemove the LTO stuff from the profile_rt library's...
2011-06-13 Bill WendlingAdd compatibility version when compiling the Apple...
2011-04-29 Nick LewyckyRename profile_rt.so to libprofile_rt.so under configur...
2010-09-03 Mikhail GlushenkovRename 'libprofile/exported_symbols.lst' to 'libprofile...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Daniel DunbarDon't use absolute path for EXPORTED_SYMBOL_FILE, this...
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2009-08-28 Andreas NeustifterRead Makefile.config before using LLVMGCC.
2009-08-20 Daniel DunbarDon't try to build .bc version of libprofile if LLVMGCC...
2009-08-20 Daniel DunbarRemove cruft for installing runtime/ libraries directly...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2005-10-18 Chris LattnerThis was never updated for the project makefile changes
2005-01-13 Reid SpencerTurn on LOADABLE_MODULE so that profile.so can be loade...
2004-12-22 Reid SpencerFor PR432:
2004-12-13 Reid SpencerUse the new BYTECODE_DESTINATION to override the defaul...
2004-12-02 Reid SpencerStandardize the makefiles with space around = to match...
2004-12-02 Reid SpencerStandardize the format of the runtime libraries makefiles.
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2003-10-28 Chris LattnerInitial checkin of function and block profiling runtime...