Age | Commit message (Expand) | Author |
---|---|---|
2018-08-29 | 32-bit Clang trunk (towards Clang 9) still doesn't have __mulodi4 | Stephan Bergmann |
2018-01-28 | ofz#5621 Integer-overflow | Caolán McNamara |
2017-12-11 | o3tl: 32-bit clang 4.0.1 fails with undefined reference to `__mulodi4' | Michael Stahl |
2017-10-27 | ofz#3819 Integer-overflow | Caolán McNamara |
2017-10-26 | Fix o3tl::saturating_add for negative b | Stephan Bergmann |
2017-10-25 | add checked_sub | Caolán McNamara |
2017-10-25 | add checked_add | Caolán McNamara |
2017-10-06 | Fix -fsanitize=signed-integer-overflow | Stephan Bergmann |
2017-06-21 | android:update safeint header to use the else implementation with clang | brainbreaker |
2017-04-12 | Revert "Work around clang-cl issue with MSVC's safeint.h for now" | Stephan Bergmann |
2017-04-04 | Work around clang-cl issue with MSVC's safeint.h for now | Stephan Bergmann |
2017-03-22 | Use consistent include guard macro names | Tor Lillqvist |
2017-03-22 | check for overflow in multiply | Caolán McNamara |