Skip to content
  1. Dec 29, 2007
  2. 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
  3. Apr 07, 2007
  4. 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
  5. 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
  6. Aug 01, 2006
  7. Jun 01, 2006
  8. Aug 02, 2005
  9. Jul 08, 2005
  10. May 06, 2005
  11. Feb 19, 2005
  12. Jan 10, 2005
  13. Nov 16, 2004
  14. Nov 15, 2004
  15. Nov 05, 2004
  16. Oct 14, 2004
  17. Sep 30, 2004
  18. Sep 29, 2004
  19. Sep 23, 2004
  20. Sep 19, 2004
  21. Sep 17, 2004
  22. Sep 16, 2004
  23. Aug 29, 2004
  24. Aug 25, 2004
Loading