Skip to content
  1. Jul 22, 2010
  2. Jul 20, 2010
  3. Mar 17, 2010
  4. Mar 01, 2010
  5. Feb 17, 2010
  6. Feb 09, 2010
  7. 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
  8. Dec 18, 2009
  9. Oct 27, 2009
  10. Oct 17, 2009
  11. Oct 12, 2009
  12. Oct 06, 2009
  13. Sep 26, 2009
  14. Sep 25, 2009
  15. Sep 24, 2009
  16. Sep 15, 2009
  17. Sep 09, 2009
  18. Sep 06, 2009
  19. Sep 05, 2009
  20. Aug 30, 2009
  21. Aug 24, 2009
  22. Aug 23, 2009
    • Daniel Dunbar's avatar
      Fix off-by-one in llvm::Format::print. · 47a309c5
      Daniel Dunbar authored
       - This also shortens the Format.h implementation, and uses the print buffer
         fully (it was wasting a character).
      
       - This manifested as llvm-test failures, because one side effect was that
         raw_ostream would write garbage '\x00' values into the output stream if it
         happened that the string was at the end of the buffer. This meant that grep
         would report 'Binary file matches', which meant the silly pattern matching
         llvm-test eventually does would fail. Cute. :)
      
      llvm-svn: 79862
      47a309c5
    • Chris Lattner's avatar
      convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since · dbbdc792
      Chris Lattner authored
      ConstantRange doesn't have an std::ostream inserter anymore.
      
      llvm-svn: 79831
      dbbdc792
  23. Aug 20, 2009
  24. Aug 19, 2009
  25. Aug 13, 2009
  26. Aug 12, 2009
  27. Aug 07, 2009
  28. Aug 06, 2009
  29. Jul 31, 2009
Loading