Skip to content
  1. Jan 06, 2008
  2. Jan 05, 2008
  3. Jan 04, 2008
  4. Jan 02, 2008
  5. Dec 30, 2007
  6. Dec 29, 2007
  7. Dec 24, 2007
  8. Dec 19, 2007
  9. Dec 18, 2007
  10. Dec 17, 2007
  11. Dec 14, 2007
  12. Dec 13, 2007
  13. Dec 09, 2007
  14. Dec 03, 2007
  15. Dec 01, 2007
  16. 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
    • Chuck Rose III's avatar
      Add TGParser files to VStudio project files. Removed generated files section... · 084b0eb3
      Chuck Rose III authored
      Add TGParser files to VStudio project files.  Removed generated files section from TableGen project file as it is no longer needed.  #Include <algorithm> directly from TGParser.cpp so it can see std::reverse.
      
      llvm-svn: 44340
      084b0eb3
  17. Nov 23, 2007
  18. Nov 22, 2007
  19. Nov 21, 2007
Loading