Skip to content
  1. Jan 22, 2010
    • Torok Edwin's avatar
      Fix TimeValue::now() on Unix. · fbcd2c76
      Torok Edwin authored
      TimeValue()::now().toEpochTime() is supposed to be the same as time(),
      but it wasn't, because toEpoch subtracted PosixZeroTime, but now()
      didn't add PosixZeroTime!
      Add a unittest to check this works.
      
      llvm-svn: 94178
      fbcd2c76
  2. Jan 19, 2010
  3. Jan 14, 2010
  4. Dec 23, 2009
  5. Dec 18, 2009
  6. Dec 17, 2009
  7. Dec 16, 2009
  8. Dec 14, 2009
    • Torok Edwin's avatar
      Add "generic" fallback. · 022336ad
      Torok Edwin authored
      gcc warned that the function may not have a return value, indeed
      for non-intel and non-amd X86 CPUs it is right (VIA, etc.).
      
      llvm-svn: 91276
      022336ad
  9. Dec 13, 2009
  10. Dec 12, 2009
  11. Dec 09, 2009
  12. Dec 07, 2009
  13. Nov 29, 2009
  14. Nov 25, 2009
  15. Nov 24, 2009
  16. Nov 20, 2009
  17. Nov 19, 2009
  18. Nov 17, 2009
  19. Nov 14, 2009
  20. Nov 08, 2009
  21. Nov 05, 2009
  22. Nov 02, 2009
  23. Oct 30, 2009
  24. Oct 26, 2009
  25. Oct 25, 2009
  26. Oct 23, 2009
    • Ted Kremenek's avatar
      Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents... · b5cd6233
      Ted Kremenek authored
      Use 'waitpid' instead of 'wait'.  Basing Program::Wait() on 'wait()' prevents it being correct within a multithreaded context.
      
      This address: PR 5277 (Program::Wait is unsafe to call from multiple threads).
      
      Note: If waitpid() turns out to be non-portable, we can add more autoconf magic, or look into
      another solution.
      
      llvm-svn: 84903
      b5cd6233
  27. Oct 12, 2009
  28. Oct 02, 2009
    • Benjamin Kramer's avatar
      MingW build fixes · f01ee303
      Benjamin Kramer authored
      - MingW needs -lpsapi (in ${LIBS}) linked after -lLLVMSystem.
        Noticed by Ronald Pijnacker!
      
      - Some parts of the System library must be build with exceptions on windows.
        Based on a patch by Jay Foad!
      
      llvm-svn: 83251
      f01ee303
  29. Sep 22, 2009
Loading