Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "util: Move the alternate fpclassify implementation to util" | Jason Ekstrand | 2015-01-28 | 1 | -62/+0 |
* | util: Predicate the fpclassify fallback on !defined(__cplusplus) | Jason Ekstrand | 2015-01-28 | 1 | -2/+12 |
* | util: Move the alternate fpclassify implementation to util | Jason Ekstrand | 2015-01-28 | 1 | -0/+52 |
* | util: Make unreachable at least be an assert | Carl Worth | 2015-01-16 | 1 | -1/+1 |
* | util: Implement assume() for clang. | Matt Turner | 2014-11-24 | 1 | -1/+11 |
* | util: Implement unreachable for MSVC using __assume | Ian Romanick | 2014-11-05 | 1 | -0/+6 |
* | util: Add assume() macro. | Matt Turner | 2014-10-23 | 1 | -0/+14 |
* | ralloc: Mark ralloc functions with gcc's malloc attribute. | Matt Turner | 2014-09-25 | 1 | -0/+6 |
* | mesa: Replace a priori knowledge of gcc attributes with configure tests. | Matt Turner | 2014-09-25 | 1 | -4/+7 |
* | mesa: Replace a priori knowledge of gcc builtins with configure tests. | Matt Turner | 2014-09-25 | 1 | -11/+3 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -0/+128 |