| Commit message (Expand) | Author | Age | Files | Lines |
* | Added special support for stripping CRLF characters that may appear in the | Ted Kremenek | 2007-12-24 | 1 | -2/+4 |
* | Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables | Ted Kremenek | 2007-11-27 | 1 | -13/+16 |
* | Print an error message if the lib directory (first argument) is not a | Reid Spencer | 2006-08-03 | 1 | -2/+3 |
* | Fix a problem with use of undefined variables. Print an error message if | Reid Spencer | 2006-08-01 | 1 | -9/+39 |
* | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer | 2006-07-27 | 1 | -3/+6 |
* | Add a feature for debugging library dependency cycles, -why option. This | Reid Spencer | 2006-07-25 | 1 | -16/+27 |
* | Don't try to reference uninitialized data. Make sure we can find "nm". | Reid Spencer | 2006-05-13 | 1 | -4/+8 |
* | Attempt to get this script working on Darwin. | Reid Spencer | 2006-05-03 | 1 | -2/+2 |
* | Remove the extraneous --defined-only option to nm. This is the default and | Reid Spencer | 2006-04-21 | 1 | -3/+3 |
* | Don't require the "dot" program if -flat option is given, and don't produce | Reid Spencer | 2006-04-20 | 1 | -19/+25 |
* | Add a -flat option for generating the library dependencies in a flat | Reid Spencer | 2006-03-19 | 1 | -5/+31 |
* | 1. Make sure that "dot" can be found in the path | Reid Spencer | 2005-01-05 | 1 | -3/+30 |
* | * Don't include weak definitions as a definition | Reid Spencer | 2004-12-30 | 1 | -4/+4 |
* | A Perl script to generate an HTML definition list containing the LLVM | Reid Spencer | 2004-12-30 | 1 | -0/+101 |