1. 06 Dec, 2013 1 commit
  2. 05 Dec, 2013 1 commit
  3. 26 Nov, 2013 2 commits
  4. 25 Nov, 2013 2 commits
  5. 23 Nov, 2013 1 commit
  6. 14 Nov, 2013 2 commits
  7. 08 Nov, 2013 1 commit
  8. 31 Oct, 2013 1 commit
  9. 15 Oct, 2013 1 commit
  10. 12 Oct, 2013 1 commit
  11. 02 Oct, 2013 1 commit
  12. 29 Sep, 2013 1 commit
  13. 31 Aug, 2013 1 commit
    • Kenton Varda's avatar
      Actually fix the bug, which was a doozy: OrphanBuilder::tag was sometimes… · a5bb798d
      Kenton Varda authored
      Actually fix the bug, which was a doozy:  OrphanBuilder::tag was sometimes initialized using WirePointer::setKindAndTarget(), but since the tag didn't live inside the target segment, this used illegal pointer arithmetic.  The target is never read from an orphan tag anyway, so I thought it would be no big deal.  But it turns out Clang actually optimizes under the assumption that pointer arithmetic returns a whole value.  As a result, on 32-bit system where 64-bit values are only 32-bit aligned, the tag and target might not have been a whole number of words apart, and the extra bit actually found its way into the 'kind' bits, causing e.g. a struct pointer to become an invalid far pointer.  Crash.  The fix required refactoring to ensure that setKindAndOffset() is never used for orphan tags.
      a5bb798d
  14. 27 Aug, 2013 1 commit
  15. 25 Aug, 2013 1 commit
  16. 22 Aug, 2013 2 commits
  17. 21 Aug, 2013 1 commit
  18. 16 Aug, 2013 1 commit
  19. 15 Aug, 2013 4 commits
  20. 09 Aug, 2013 1 commit
  21. 13 Jul, 2013 1 commit
  22. 06 Jun, 2013 2 commits
  23. 31 May, 2013 1 commit
  24. 17 May, 2013 1 commit
  25. 16 May, 2013 1 commit
  26. 15 May, 2013 1 commit
  27. 14 May, 2013 1 commit
  28. 13 May, 2013 1 commit
  29. 08 May, 2013 1 commit
  30. 04 May, 2013 1 commit
  31. 30 Apr, 2013 1 commit
  32. 29 Apr, 2013 1 commit