aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-041-2/+1
* Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer andNick Lewycky2013-03-071-2/+0
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-131-1/+1
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-101-1/+1
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-091-2/+1
* Use a special path to place the .o files in.Bill Wendling2012-10-081-1/+2
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-031-1/+8
* Build and install the archive when building the Apple way.Bill Wendling2011-07-191-0/+4
* Remove the LTO stuff from the profile_rt library's Makefile.Bill Wendling2011-06-151-7/+2
* Add compatibility version when compiling the Apple way.Bill Wendling2011-06-131-0/+30
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-291-2/+2
* Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.Mikhail Glushenkov2010-09-031-4/+4
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-151-1/+1
* Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the newDaniel Dunbar2010-04-151-1/+1
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-231-1/+1
* Read Makefile.config before using LLVMGCC.Andreas Neustifter2009-08-281-0/+2
* Don't try to build .bc version of libprofile if LLVMGCC isn't available.Daniel Dunbar2009-08-201-0/+2
* Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar2009-08-201-1/+0
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+19
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-19/+0
* This was never updated for the project makefile changesChris Lattner2005-10-181-1/+1
* Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer2005-01-131-0/+1
* For PR432:Reid Spencer2004-12-221-1/+1
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-0/+1
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-021-3/+3
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-021-2/+1
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-1/+2
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-281-0/+17