1. 04 May, 2019 1 commit
    • compiler: add __returns_twice attribute · 633cb8be
      Christian Brauner authored
      The returns_twice attribute tells the compiler that a function may return more
      than one time. The compiler will ensure that all registers are dead before
      calling such a function and will emit a warning about the variables that may be
      clobbered after the second return from the function. Examples of such functions
      are setjmp and vfork. The longjmp-like counterpart of such function, if any,
      might need to be marked with the noreturn attribute.
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  2. 03 May, 2019 1 commit
  3. 02 May, 2019 5 commits
  4. 01 May, 2019 6 commits
  5. 30 Apr, 2019 8 commits
  6. 29 Apr, 2019 10 commits
  7. 26 Apr, 2019 4 commits
  8. 25 Apr, 2019 5 commits