Skip to content
  1. Oct 21, 2010
  2. Oct 06, 2010
  3. Sep 01, 2010
  4. Jul 12, 2010
  5. May 08, 2010
  6. Mar 31, 2010
  7. Sep 22, 2009
  8. Jul 09, 2009
  9. Apr 21, 2009
  10. Mar 20, 2009
    • Sebastian Redl's avatar
      Fix the Win32 VS2008 build: · 8d5baa09
      Sebastian Redl authored
       - Make type declarations match the struct/class keyword of the definition.
       - Move AddSignalHandler into the namespace where it belongs.
       - Correctly call functions from template base.
       - Some other small changes.
      With this patch, LLVM and Clang should build properly and with far less noise under VS2008.
      
      llvm-svn: 67347
      8d5baa09
  11. Mar 08, 2009
  12. Mar 04, 2009
    • Chris Lattner's avatar
      Add a new 'AddSignalHandler' function to Signals.h that allows · 4fdd042d
      Chris Lattner authored
      arbitrary functions to be run when a crash happens.  Delete 
      RemoveDirectoryOnSignal as it is dead and has never had clients.
      
      Change PrintStackTraceOnErrorSignal to be implemented in terms of
      AddSignalHandler.
      
      I updated the Win32 versions of these APIs, but can't test them.
      If there are any problems, I'd be happy to fix them as well.
      
      llvm-svn: 66072
      4fdd042d
  13. Dec 29, 2007
  14. Nov 21, 2007
    • Chuck Rose III's avatar
      This change does a couple of things. First it gets the Visual Studio builds working. · 07b57d26
      Chuck Rose III authored
      I added the lexing files to the VStudio projects and removed the .l files from the 
      VStudio projects.  There was a problem with use of strtoll in TGLexer.cpp and Chris
      suggested switching to strtol, so that's included here.
      
      Additionally, this checkin adds minimal x64 builds to the VStudio builds.  Build issues
      related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc
      are worked around, but not ultimately solved.  Binaries used to be stored in
      
      ...\win32\{Debug|Release}
      
      but are now kept in
      
      ...\win32\bin\{win32|x64}\{Debug|Release}
      
      intermediate files will continue to be stored in the individual project directories under 
      win32.  
      
      Some names will likely change in the future to reflect that the vstudio projects
      are no longer 32-bit only, but I wanted to get things up and running today so kept away
      from bigger restructuring.
      
      llvm-svn: 44260
      07b57d26
  15. Apr 07, 2007
  16. Mar 29, 2007
    • Reid Spencer's avatar
      For PR789: · 200c6f9c
      Reid Spencer authored
      Make the sys::Path::getFileStatus function more efficient by having it
      return a pointer to the FileStatus structure rather than copy it. Adjust
      uses of the function accordingly. Also, fix some memory issues in sys::Path.
      
      llvm-svn: 35476
      200c6f9c
  17. 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
  18. Aug 01, 2006
  19. Jun 01, 2006
  20. Aug 02, 2005
  21. Jul 08, 2005
  22. May 06, 2005
  23. Feb 19, 2005
  24. Jan 10, 2005
  25. Nov 16, 2004
  26. Nov 15, 2004
  27. Nov 05, 2004
  28. Oct 14, 2004
  29. Sep 30, 2004
  30. Sep 29, 2004
  31. Sep 23, 2004
  32. Sep 19, 2004
  33. Sep 17, 2004
  34. Sep 16, 2004
Loading