Skip to content
  1. Jan 02, 2013
    • Chandler Carruth's avatar
      Rename VMCore directory to IR. · ef860a24
      Chandler Carruth authored
      Aside from moving the actual files, this patch only updates the build
      system and the source file comments under lib/... that are relevant.
      
      I'll be updating other docs and other files in smaller subsequnet
      commits.
      
      While I've tried to test this, but it is entirely possible that there
      will still be some build system fallout.
      
      Also, note that I've not changed the library name itself: libLLVMCore.a
      is still the library name. I'd be interested in others' opinions about
      whether we should rename this as well (I think we should, just not sure
      what it might break)
      
      llvm-svn: 171359
      ef860a24
  2. Mar 23, 2012
  3. Mar 31, 2011
  4. Oct 11, 2010
  5. Feb 25, 2010
  6. Feb 04, 2010
  7. Jun 12, 2009
  8. Apr 21, 2009
  9. Nov 12, 2008
  10. Oct 04, 2008
  11. Jun 24, 2008
  12. May 31, 2008
  13. May 30, 2008
  14. Dec 24, 2007
  15. 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
  16. Aug 03, 2006
  17. Aug 01, 2006
  18. 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
  19. Jul 25, 2006
  20. May 13, 2006
  21. May 03, 2006
  22. Apr 21, 2006
  23. Mar 19, 2006
  24. 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
  25. Dec 31, 2004
Loading