Skip to content
  • Nick Lewycky's avatar
    Only read *predecessor once so as to fix a theoretical issue where it changes · 6aa79492
    Nick Lewycky authored
    between two reads (threading).
    
    Fix an off-by-one in the indirect counter table that I meant to revert after an
    earlier experiment. Whoops!
    
    Implement GCOV_PREFIX. Doesn't handle GCOV_PREFIX_STRIP yet.
    
    Fix an off-by-one in string emission. Extra whoops!
    
    Tolerate DISubprograms that have null Function*'s attached to them. I don't yet
    understand what this means, but it happens when you have a global static with
    a non-trivial constructor/destructor.
    
    Fix a crash on switch statements with a single successor (default-only).
    
    llvm-svn: 130443
    6aa79492
Loading