index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-extract
/
Makefile
Age
Commit message (
Expand
)
Author
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
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-09-11
Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't
Dan Gohman
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
remove EH cruft, add bitcode support
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-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-26
1. Remove libraries no longer created from the list of libraries linked into the
John Criswell
2005-04-24
extract has been renamed to llvm-extract to avoid conflicting with another tool
Misha Brukman