1. 15 Oct, 2015 7 commits
  2. 14 Oct, 2015 2 commits
  3. 13 Oct, 2015 3 commits
  4. 12 Oct, 2015 2 commits
    • Marius Wachtler's avatar
      fix a very bad stack map bug where symbolic entries could end up having the wrong location offset · ede85e07
      Marius Wachtler authored
      My sym entry llvm stackmap patch contains a bug where it will emit stackmap entries with the wrong offset into the large constants array.
      The problem is that the code assumes that the symbolic stack map constants are emitted at the end of the constants array,
      but doen't take into consideration that "normal" large constants can be added after symbolic entries.
      Thereby making the assigned offsets point to the wrong constants.
      To fix this issue I'm calculating the offset for symbolic entries now at the very end when we know that the number of constants can't change anymore.
      A nicer fix would be to not emit the symbolic entries inside the large cosntants array but instead into a special one.
      But I think this is overkill for now and would like to todo this when the stackmap v2 code landed inside llvm in order to not have to implement it twice.
      ede85e07
    • Marius Wachtler's avatar
  5. 10 Oct, 2015 7 commits
  6. 09 Oct, 2015 1 commit
  7. 08 Oct, 2015 3 commits
  8. 07 Oct, 2015 6 commits
  9. 06 Oct, 2015 9 commits