Skip to content
  1. Mar 05, 2007
  2. Feb 16, 2007
  3. Dec 19, 2006
  4. Nov 05, 2006
  5. Sep 01, 2006
  6. Aug 25, 2006
    • Reid Spencer's avatar
      For PR797: · 50eac3b8
      Reid Spencer authored
      Make the Win32 code exception free (untested/uncompiled) which forced some
      interface changes which had ripple effect. This should be the last of 797.
      
      llvm-svn: 29884
      50eac3b8
  7. Aug 24, 2006
    • Reid Spencer's avatar
      For PR797: · b5d6b8f2
      Reid Spencer authored
      Adjust implementation to match the new interface after exception handling
      was removed in the Unix verison. NOTE: this hasn't been compiled yet!
      
      llvm-svn: 29858
      b5d6b8f2
  8. Aug 23, 2006
  9. Aug 21, 2006
    • Reid Spencer's avatar
      For PR797: · 42bcf6ea
      Reid Spencer authored
      Remove all exception code from Program.inc and implement its new interface
      with an ErrMsg string argument.
      
      llvm-svn: 29790
      42bcf6ea
  10. Aug 01, 2006
  11. Jul 29, 2006
  12. Jul 26, 2006
  13. Jul 07, 2006
  14. Jun 08, 2006
    • Reid Spencer's avatar
      Squelch a warning about signed/unsigned. · 36bc2b00
      Reid Spencer authored
      llvm-svn: 28729
      36bc2b00
    • Reid Spencer's avatar
      For PR804: · 5e91c03f
      Reid Spencer authored
      Change the file size field of StatusInfo to be uint64_t instead of size_t
      so that we know it is always 64 bits. This prevents some overflow on
      systems where size_t is 32 bits when it ought to be 64.
      
      llvm-svn: 28726
      5e91c03f
    • Reid Spencer's avatar
      For PR787: · ab97f22c
      Reid Spencer authored
      Provide new llvm::sys::Program facilities for converting the stdout and
      stdin to binary mode. There is no standard way to do this and the available
      mechanisms are platform specific. Adjust the bytecode reader and writer to
      use these methods when their input is stdin or output is stdout. THis avoids
      the problem with \n writing CRLF to a bytecode file on windows.
      
      Patch Contributed by Michael Smith.
      
      llvm-svn: 28722
      ab97f22c
  15. Jun 05, 2006
    • Reid Spencer's avatar
      For PR798: · 7c77323e
      Reid Spencer authored
      Add support for Graphviz. Patch contributed by Anton Korobeynikov.
      
      llvm-svn: 28684
      7c77323e
  16. Jun 01, 2006
  17. May 07, 2006
  18. Apr 29, 2006
  19. Jan 30, 2006
  20. Jan 29, 2006
  21. Dec 22, 2005
  22. Aug 02, 2005
  23. Jul 30, 2005
  24. Jul 13, 2005
Loading