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
/
tools
/
llvm-prof
/
Makefile
Age
Commit message (
Expand
)
Author
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-10-22
this doesn't use EH either.
Chris Lattner
2009-02-26
disable exports from a bunch more tools, those without plugins.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-05-06
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
add support to llvm-prof for reading from a bitcode file
Chris Lattner
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2005-04-24
There are still uses for spaces in Makefiles -- to make text line up together,
Misha Brukman
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-02-11
Factor profile information loading OUT of llvm-prof into libanalysis
Chris Lattner
2003-10-28
Initial checkin of llvmprof stub
Chris Lattner