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