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