Skip to content
  1. Sep 02, 2009
  2. Aug 19, 2009
  3. Aug 18, 2009
  4. Aug 13, 2009
  5. Jul 31, 2009
  6. Jul 30, 2009
  7. Jul 29, 2009
  8. Jul 28, 2009
  9. Jul 27, 2009
  10. Jul 26, 2009
  11. Jul 25, 2009
  12. Jul 23, 2009
    • Daniel Dunbar's avatar
      Convert StringMap to using StringRef for its APIs. · 5bf72e20
      Daniel Dunbar authored
       - Yay for '-'s and simplifications!
      
       - I kept StringMap::GetOrCreateValue for compatibility purposes, this can
         eventually go away. Likewise the StringMapEntry Create functions still follow
         the old style.
      
       - NIFC.
      
      llvm-svn: 76888
      5bf72e20
  13. Jul 22, 2009
  14. Jul 18, 2009
  15. Jul 16, 2009
  16. Jul 13, 2009
  17. Jul 08, 2009
  18. Jul 03, 2009
  19. Jun 19, 2009
  20. Jun 18, 2009
  21. Jun 05, 2009
  22. May 30, 2009
  23. May 13, 2009
  24. Apr 12, 2009
  25. Apr 06, 2009
  26. Mar 13, 2009
  27. Feb 15, 2009
    • Nick Lewycky's avatar
      Update the list of function annotations for nocapture. All of these came up · 8f4a097f
      Nick Lewycky authored
      when I was looking at functions used by python.
      
      Highlights include, better largefile support (64-bit file sizes on 32-bit
      systems), fputs string is nocapture, popen/pclose added (popen being noalias
      return), modf and frexp and friends. Also added some missing 'break' statements
      and combined identical sections.
      
      llvm-svn: 64615
      8f4a097f
  28. Feb 13, 2009
  29. Feb 12, 2009
  30. Jan 18, 2009
    • Nick Lewycky's avatar
      Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, · 3ced0dfa
      Nick Lewycky authored
      putc, puts, perror, vscanf and vsscanf from getting annotations.
      
      Add annotations for eight printf functions, memalign, pread and pwrite.
      
      On Linux, llvm-gcc sometimes renames strdup, getc, putc, strtok_r, scanf and
      sscanf. Match the alternate function names.
      
      Fix a crash annotating opendir.
      
      Don't mark fsetpos's second parameter as nocapture. It's supposed to be
      captured.
      
      Do mark fopen's path and mode strings as nocapture. Mark ferror as readonly,
      but not fileno which may set errno.
      
      llvm-svn: 62456
      3ced0dfa
  31. Jan 05, 2009
    • Nick Lewycky's avatar
      Move the libcall annotating part from doFinalization to doInitialization. · e4e5532e
      Nick Lewycky authored
      Finalization occurs after all the FunctionPasses in the group have run, which
      is clearly not what we want.
      
      This also means that we have to make sure that we apply the right param 
      attributes when creating a new function.
      
      Also, add a missed optimization: strdup and strndup. NoCapture and 
      NoAlias return!
      
      llvm-svn: 61658
      e4e5532e
Loading