Skip to content
  1. Dec 29, 2007
  2. Dec 22, 2007
  3. Dec 18, 2007
  4. Dec 08, 2007
  5. Dec 03, 2007
  6. 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
  7. Nov 01, 2007
  8. Sep 28, 2007
  9. Sep 14, 2007
  10. Sep 07, 2007
  11. Jul 31, 2007
  12. Jul 06, 2007
  13. Jul 05, 2007
  14. Jun 25, 2007
  15. Jun 04, 2007
  16. May 11, 2007
  17. May 06, 2007
  18. May 03, 2007
  19. Apr 23, 2007
  20. Apr 11, 2007
  21. Apr 07, 2007
  22. Apr 04, 2007
    • Reid Spencer's avatar
      For PR1302: · 4ef4c46c
      Reid Spencer authored
      Implement recognition of COFF, ELF and Mach-O object/shared lib files.
      
      llvm-svn: 35650
      4ef4c46c
  23. Mar 29, 2007
  24. Mar 19, 2007
  25. Mar 09, 2007
  26. Mar 06, 2007
  27. Mar 05, 2007
  28. Mar 04, 2007
Loading