Skip to content
  1. Jun 12, 2009
  2. Apr 21, 2009
  3. Nov 12, 2008
  4. Oct 04, 2008
  5. Jun 24, 2008
  6. May 31, 2008
  7. May 30, 2008
  8. Dec 24, 2007
  9. Nov 27, 2007
    • Ted Kremenek's avatar
      Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables · 14d5f741
      Ted Kremenek authored
      that have not yet been defined.
      
      Removed used of grep and sed when parsing the results of "nm". This was
      originally motivated because if the user has specified options to grep using
      the environment variable GREP_OPTIONS this could break the script. Piping
      through grep/sed/sort/uniq is also (to my understanding) not necessary, and
      the equivalent operations can be done much faster in the Perl script.
      
      Using a crude benchmark, these changes resulted in a 3x speedup in the
      execution of GenLibDeps.pl.
      
      llvm-svn: 44372
      14d5f741
  10. Aug 03, 2006
  11. Aug 01, 2006
  12. Jul 28, 2006
    • Reid Spencer's avatar
      Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to · eca6f732
      Reid Spencer authored
      have a compile-host version of "nm", not build-host. In order to effect this
      we must use autoconf to determine the correct "nm" to use and propagate that
      through the makefiles, through llvm-config and finally to GenLibDeps.pl as
      an optional argument.
      Patch contributed by Anton Korobeynikov. Thanks!
      
      llvm-svn: 29368
      eca6f732
  13. Jul 25, 2006
  14. May 13, 2006
  15. May 03, 2006
  16. Apr 21, 2006
  17. Mar 19, 2006
  18. Jan 05, 2005
    • Reid Spencer's avatar
      1. Make sure that "dot" can be found in the path · e153fb35
      Reid Spencer authored
      2. Fix a bug where the lib directory specified also had to be cwd
      3. Weight the output so archive->archive edges are shorter
      4. Generate two different graphs: one for libraries, one for objects.
      5. Adjust the properties of the graphs till it looks nice.
      
      llvm-svn: 19293
      e153fb35
  19. Dec 31, 2004
Loading