Skip to content
  1. Sep 05, 2009
  2. Aug 30, 2009
  3. Aug 24, 2009
  4. 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
  5. Aug 20, 2009
  6. Aug 19, 2009
  7. Aug 13, 2009
  8. Aug 12, 2009
  9. Aug 07, 2009
  10. Aug 06, 2009
  11. Jul 31, 2009
  12. Jul 30, 2009
  13. Jul 25, 2009
  14. Jul 23, 2009
  15. Jul 22, 2009
  16. Jul 19, 2009
  17. Jul 18, 2009
  18. Jul 15, 2009
  19. Jul 13, 2009
  20. Jul 12, 2009
  21. Jul 11, 2009
  22. Jul 10, 2009
  23. May 18, 2009
  24. May 02, 2009
  25. Apr 27, 2009
Loading