Skip to content
  1. Jun 26, 2009
  2. Jun 25, 2009
  3. Jun 18, 2009
  4. Jun 17, 2009
  5. Jun 16, 2009
  6. Jun 15, 2009
  7. Jun 04, 2009
  8. May 11, 2009
  9. Apr 28, 2009
  10. Apr 21, 2009
  11. Apr 14, 2009
  12. Apr 01, 2009
  13. Mar 31, 2009
    • Daniel Dunbar's avatar
      Add llvm::sys::getHostTriple and remove · fb1a6eb6
      Daniel Dunbar authored
      llvm::sys::getOS{Name,Version}.
      
      Right now the implementation just derives from LLVM_HOSTTRIPLE (which
      is wrong, but it doesn't look like we have a define for the target
      triple). Ideally this routine would actually be able to compute the
      triple for targets we care about.
      
      llvm-svn: 68118
      fb1a6eb6
  14. 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
  15. Mar 08, 2009
  16. 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
  17. Feb 14, 2009
    • Cedric Venet's avatar
      Unbreak the build on win32. · d1e179d9
      Cedric Venet authored
      Cleanup some warning.
      
      Remark: when struct/class are declared differently than they are defined, this make problem for VC++ since it seems to mangle class differently that struct. These error are very hard to understand and find. So please, try to keep your definition/declaration in sync.
      
      Only tested with VS2008. hope it does not break anything. feel free to revert.
      
      llvm-svn: 64554
      d1e179d9
  18. Feb 12, 2009
  19. Feb 08, 2009
  20. Jan 29, 2009
  21. Jan 22, 2009
  22. Nov 02, 2008
  23. Oct 20, 2008
  24. Oct 04, 2008
  25. Oct 02, 2008
  26. Aug 12, 2008
  27. Jun 16, 2008
  28. Jun 15, 2008
  29. Jun 12, 2008
Loading