1. 14 Jun, 2022 4 commits
  2. 11 Jun, 2022 1 commit
  3. 10 Jun, 2022 3 commits
  4. 09 Jun, 2022 3 commits
  5. 08 Jun, 2022 2 commits
    • Add documentation on optional flags to the flags library overview. · e0a32c2a
      PiperOrigin-RevId: 453766125
      Change-Id: Id4d88ae20bdadc960a65bc1010eea746f1eba051
      Tom Manshreck committed
    • absl: correct the stack trace path on RISCV · 7a8d20b7
      When we would perform a stacktrace using the frame pointer walking, because we
      did the adjustment for the return address separately, we were misaligning the
      stack size and frame.  Simplify the logic and correct the offset.
      
      The recovered frame pointer provides us with the return address of the current
      frame and the previous frame's frame pointer.  Subsequently, we decide if we
      want to record this frame or not.  The value in `next_frame_pointer` already
      points to the value from the previous stack frame (that is the next frame
      pointer to iterate).  As such, the value computed by `ComputeStackFrameSize` is
      the value for the current frame.  This was offset by one previously.
      
      Take the opportunity to clean up some of the local comments, fixing typos and
      splitting up the comments to reflect the lines that they are associated with.
      
      PiperOrigin-RevId: 453744059
      Change-Id: If14813e0ac36f327f4b7594472f2222d05c478aa
      Saleem Abdulrasool committed
  6. 07 Jun, 2022 2 commits
  7. 06 Jun, 2022 8 commits
  8. 03 Jun, 2022 1 commit
  9. 02 Jun, 2022 5 commits
  10. 31 May, 2022 9 commits
  11. 27 May, 2022 2 commits