Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
  2. Mar 16, 2021
    • Tobias S. Josefowitz's avatar
      Build [Configure]: Prevent inling of find_stack_direction() · 4d31d28e
      Tobias S. Josefowitz authored
      Clang 11 has either learned to inline find_stack_direction(), or it may
      have inlined find_stack_direction() before but changed allocation order
      for our "objects with automatic storage duration" that we use to check
      the stack direction.
      
      Calling find_stack_direction() through a volatile function pointer
      should reliably prevent it from getting inlined and thus flush out the
      real stack direction.
      
      Thanks to Cezary Cerekwicki <ccerekwicki@opera.com> for the report.
      4d31d28e
    • Tobias S. Josefowitz's avatar
      Build [Configure]: Remove $Id$ · 70d330e9
      Tobias S. Josefowitz authored
      70d330e9
  3. Feb 07, 2021
  4. Jan 23, 2021
  5. Dec 15, 2020
  6. Dec 03, 2020
  7. Dec 02, 2020
  8. Feb 18, 2020
  9. Feb 10, 2020
  10. Feb 07, 2020
  11. Oct 01, 2019
  12. Apr 26, 2019
  13. Nov 09, 2018
  14. May 14, 2018
  15. May 13, 2018
  16. May 09, 2018
  17. Apr 25, 2018
  18. Apr 24, 2018
  19. Oct 14, 2017
  20. Jul 11, 2017
  21. Jan 04, 2017
  22. Mar 30, 2016
  23. Feb 09, 2016
  24. Jul 23, 2015
  25. May 12, 2015
  26. Apr 28, 2015
  27. Apr 08, 2015
  28. Mar 24, 2015
  29. Dec 16, 2014
Loading