1. 12 Apr, 2016 1 commit
    • Kevin Modzelewski's avatar
      Fix a number of bugs to get pickle working · c7af9a18
      Kevin Modzelewski authored
      - Some missing refcounting annotations
      - We would allocate before guarding, so if the guards failed we would
        leak those objects.
        - The code now treats this conservatively (like it should), which
          might result in more rewriter aborts.  I manually tried to fix
          the case that was hitting this for now.
      - Small bug in the llvm-tier type specialization
      c7af9a18
  2. 11 Apr, 2016 16 commits
  3. 09 Apr, 2016 7 commits
  4. 08 Apr, 2016 11 commits
  5. 07 Apr, 2016 5 commits