c8dad112b45e26a3015fe0bc426536f394b602ff |
|
20-Jul-2011 |
Bill Wendling <isanbard@gmail.com> |
Build and install the archive when building the Apple way. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135538 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
31bfd9bc45b705d03df0c43d8ca8c7a0ecc126b3 |
|
15-Jun-2011 |
Bill Wendling <isanbard@gmail.com> |
Remove the LTO stuff from the profile_rt library's Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133042 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
1922a11907346024439ee653d076cf5823633943 |
|
13-Jun-2011 |
Bill Wendling <isanbard@gmail.com> |
Add compatibility version when compiling the Apple way. <rdar://problem/9600408> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132929 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
bcffb1fbb85a88cb99f7c2115a5f78e860d7fc46 |
|
29-Apr-2011 |
Nick Lewycky <nicholas@mxc.ca> |
Rename profile_rt.so to libprofile_rt.so under configure+make (it already was under cmake). Add libprofile_rt.a so that we can tell clang to link against it in --coverage mode. Also turn it on by default in cmake builds. Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think I've done the right thing, but please let me know (or fix and commit) if not! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130470 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
a7236d3a924e75cef0834dc2a6f5776a276d1ba7 |
|
03-Sep-2010 |
Mikhail Glushenkov <foldr@codedgers.com> |
Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. Makefile.rules assumes that all EXPORTED_SYMBOL_FILEs have the .exports extension. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112964 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
7c52f2ee06c8b22287d658fc30d00525f8d4db42 |
|
16-Apr-2010 |
Dan Gohman <gohman@apple.com> |
Make the export files absolute paths, and change Makefile.rules to expect them this way, to fix srcdir!=objdir builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101414 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
51faa37b4ecf3371d2ea90079b06795f9695db1d |
|
15-Apr-2010 |
Daniel Dunbar <daniel@zuster.org> |
Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101404 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
7cfbe2576d98e6ca6d65a05514d1477233543c42 |
|
23-Feb-2010 |
Daniel Dunbar <daniel@zuster.org> |
Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96936 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
1c29357c521c6fa4824e173d0b5b7156dd4e8baf |
|
28-Aug-2009 |
Andreas Neustifter <astifter-llvm@gmx.at> |
Read Makefile.config before using LLVMGCC. See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085828.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80372 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
a4b62c45189b719fd905255e89baf48659ef87f1 |
|
20-Aug-2009 |
Daniel Dunbar <daniel@zuster.org> |
Don't try to build .bc version of libprofile if LLVMGCC isn't available. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79514 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
7dadba34d7c2890b6cb68d01a904154487a44c2f |
|
20-Aug-2009 |
Daniel Dunbar <daniel@zuster.org> |
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; that is totally bogus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79512 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
57360d1f1cede3b26744d0ce3ade814fcc0f332d |
|
29-Dec-2007 |
Chris Lattner <sabre@nondot.org> |
remove attributions from the rest of the llvm makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
8b2e1419cf24a33df5a87c99e367528b44dc28cf |
|
17-Nov-2006 |
Reid Spencer <rspencer@reidspencer.com> |
Undo removal of the runtime libraries. While this may have been a bit premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31807 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
ac90d5e50b327476dcb468668f8e0eec3fb923d0 |
|
17-Nov-2006 |
Reid Spencer <rspencer@reidspencer.com> |
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will be dropped. This patch pertains to removing the runtime directory from LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31793 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
a1fa8f1d8afb5a2437144c6541e441e5ead6e147 |
|
18-Oct-2005 |
Chris Lattner <sabre@nondot.org> |
This was never updated for the project makefile changes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23790 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
41c56c03f7464c94bac11e56046f014d49f5bcf4 |
|
13-Jan-2005 |
Reid Spencer <rspencer@reidspencer.com> |
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by the JIT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19524 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7 |
|
22-Dec-2004 |
Reid Spencer <rspencer@reidspencer.com> |
For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19096 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
b8e7df3937fca6e9a2ff424708eca40ca1a58dd0 |
|
13-Dec-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Use the new BYTECODE_DESTINATION to override the default bytecode install destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18882 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
010834654a4bb7341da7bdf62bb84d7434c903ca |
|
02-Dec-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Standardize the makefiles with space around = to match the rest of LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18429 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
8aa9a8ca989c9e5c14e278550f17521a35a781cb |
|
02-Dec-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Standardize the format of the runtime libraries makefiles. * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
20ac4e369935566d2069619a69b4a9f972cf9150 |
|
26-Oct-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Add EXTRA_DIST for additional files to be distributed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17233 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|
a9a3028935e5b4fbcb9b25fc9fe4069fd3e46b09 |
|
28-Oct-2003 |
Chris Lattner <sabre@nondot.org> |
Initial checkin of function and block profiling runtime library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9546 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/runtime/libprofile/Makefile
|