aboutsummaryrefslogtreecommitdiffstats
path: root/utils/GenLibDeps.pl
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-1/+1
* Remove the C backend.Eric Christopher2012-03-231-2/+0
* Fix typo in generated HTML.Nick Lewycky2011-03-311-1/+1
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-2/+0
* Filter the future all-of-llvm shared library out of the llvm-configJeffrey Yasskin2010-02-251-0/+2
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-041-1/+142
* Tweak GenLibDeps.pl so it works on solaris.Duncan Sands2009-06-121-2/+6
* 'The "or die" is intended to catch the case where nm returned aAnton Korobeynikov2009-04-211-3/+4
* Tell GenLibDeps.pl to inspect .so and .dylib shared files.Oscar Fuentes2008-11-121-1/+1
* Make GenLibDeps.pl more robust in the face of broken piping problems.Chris Lattner2008-10-041-0/+26
* Add support for building on solaris, working around namespaceChris Lattner2008-06-241-1/+1
* Revert 51775.Evan Cheng2008-05-301-1/+1
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-1/+1
* Added special support for stripping CRLF characters that may appear in theTed Kremenek2007-12-241-2/+4
* Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variablesTed Kremenek2007-11-271-13/+16
* Print an error message if the lib directory (first argument) is not aReid Spencer2006-08-031-2/+3
* Fix a problem with use of undefined variables. Print an error message ifReid Spencer2006-08-011-9/+39
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-3/+6
* Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer2006-07-251-16/+27
* Don't try to reference uninitialized data. Make sure we can find "nm".Reid Spencer2006-05-131-4/+8
* Attempt to get this script working on Darwin.Reid Spencer2006-05-031-2/+2
* Remove the extraneous --defined-only option to nm. This is the default andReid Spencer2006-04-211-3/+3
* Don't require the "dot" program if -flat option is given, and don't produceReid Spencer2006-04-201-19/+25
* Add a -flat option for generating the library dependencies in a flatReid Spencer2006-03-191-5/+31
* 1. Make sure that "dot" can be found in the pathReid Spencer2005-01-051-3/+30
* * Don't include weak definitions as a definitionReid Spencer2004-12-301-4/+4
* A Perl script to generate an HTML definition list containing the LLVMReid Spencer2004-12-301-0/+101