Skip to content
  1. 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
    • Dale Johannesen's avatar
      File missing from previous patch. · f265bec4
      Dale Johannesen authored
      llvm-svn: 44259
      f265bec4
    • Dale Johannesen's avatar
      Fix .eh table linkage issues on Darwin. Some EH support · 763e110a
      Dale Johannesen authored
      for Darwin PPC, but it's not fully working yet.
      
      llvm-svn: 44258
      763e110a
  2. Nov 20, 2007
  3. Nov 19, 2007
  4. Nov 18, 2007
  5. Nov 17, 2007
    • Steve Naroff's avatar
      · 14f5f79b
      Steve Naroff authored
      Now that we are passing back "free standing decls", make sure -ast-dump works like -ast-print.
      Also added a cast to be safe...
      
      llvm-svn: 44209
      14f5f79b
Loading