index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
libprofile
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use @rpath for libraries rather than @executable_path on OSX.
Eric Christopher
2013-08-02
1
-1
/
+1
*
Remove dead code from the makefile build system.
Rafael Espindola
2013-07-25
1
-3
/
+0
*
Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
Bob Wilson
2013-06-04
1
-2
/
+1
*
Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and
Nick Lewycky
2013-03-07
1
-2
/
+0
*
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
2013-02-13
1
-1
/
+1
*
Place temporary LTO files into their own subdirectory.
Bill Wendling
2012-10-10
1
-1
/
+1
*
Revert "Use a special path to place the .o files in."
Bob Wilson
2012-10-09
1
-2
/
+1
*
Use a special path to place the .o files in.
Bill Wendling
2012-10-08
1
-1
/
+2
*
Add an explicit -object_path_lto flag during linking with a uniquified temporary
Bill Wendling
2012-10-03
1
-1
/
+8
*
Build and install the archive when building the Apple way.
Bill Wendling
2011-07-19
1
-0
/
+4
*
Remove the LTO stuff from the profile_rt library's Makefile.
Bill Wendling
2011-06-15
1
-7
/
+2
*
Add compatibility version when compiling the Apple way.
Bill Wendling
2011-06-13
1
-0
/
+30
*
Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
Nick Lewycky
2011-04-29
1
-2
/
+2
*
Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.
Mikhail Glushenkov
2010-09-03
1
-4
/
+4
*
Make the export files absolute paths, and change Makefile.rules
Dan Gohman
2010-04-15
1
-1
/
+1
*
Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
Daniel Dunbar
2010-04-15
1
-1
/
+1
*
Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}
Daniel Dunbar
2010-02-23
1
-1
/
+1
*
Read Makefile.config before using LLVMGCC.
Andreas Neustifter
2009-08-28
1
-0
/
+2
*
Don't try to build .bc version of libprofile if LLVMGCC isn't available.
Daniel Dunbar
2009-08-20
1
-0
/
+2
*
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
Daniel Dunbar
2009-08-20
1
-1
/
+0
*
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-17
1
-0
/
+19
*
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-11-16
1
-19
/
+0
*
This was never updated for the project makefile changes
Chris Lattner
2005-10-18
1
-1
/
+1
*
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
Reid Spencer
2005-01-13
1
-0
/
+1
*
For PR432:
Reid Spencer
2004-12-22
1
-1
/
+1
*
Use the new BYTECODE_DESTINATION to override the default bytecode install
Reid Spencer
2004-12-13
1
-0
/
+1
*
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-12-02
1
-3
/
+3
*
Standardize the format of the runtime libraries makefiles.
Reid Spencer
2004-12-02
1
-2
/
+1
*
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2004-10-26
1
-1
/
+2
*
Initial checkin of function and block profiling runtime library
Chris Lattner
2003-10-28
1
-0
/
+17