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
/
utils
/
GenLibDeps.pl
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-03-23
Remove the C backend.
Eric Christopher
2011-03-31
Fix typo in generated HTML.
Nick Lewycky
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-02-25
Filter the future all-of-llvm shared library out of the llvm-config
Jeffrey Yasskin
2010-02-04
New flag for GenLibDeps, and llvm-config-perobjincl.
Torok Edwin
2009-06-12
Tweak GenLibDeps.pl so it works on solaris.
Duncan Sands
2009-04-21
'The "or die" is intended to catch the case where nm returned a
Anton Korobeynikov
2008-11-12
Tell GenLibDeps.pl to inspect .so and .dylib shared files.
Oscar Fuentes
2008-10-04
Make GenLibDeps.pl more robust in the face of broken piping problems.
Chris Lattner
2008-06-24
Add support for building on solaris, working around namespace
Chris Lattner
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2007-12-24
Added special support for stripping CRLF characters that may appear in the
Ted Kremenek
2007-11-27
Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables
Ted Kremenek
2006-08-03
Print an error message if the lib directory (first argument) is not a
Reid Spencer
2006-08-01
Fix a problem with use of undefined variables. Print an error message if
Reid Spencer
2006-07-27
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-25
Add a feature for debugging library dependency cycles, -why option. This
Reid Spencer
2006-05-13
Don't try to reference uninitialized data. Make sure we can find "nm".
Reid Spencer
2006-05-03
Attempt to get this script working on Darwin.
Reid Spencer
2006-04-21
Remove the extraneous --defined-only option to nm. This is the default and
Reid Spencer
2006-04-20
Don't require the "dot" program if -flat option is given, and don't produce
Reid Spencer
2006-03-19
Add a -flat option for generating the library dependencies in a flat
Reid Spencer
2005-01-05
1. Make sure that "dot" can be found in the path
Reid Spencer
2004-12-30
* Don't include weak definitions as a definition
Reid Spencer
2004-12-30
A Perl script to generate an HTML definition list containing the LLVM
Reid Spencer