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