| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-08-28 | Merge remote-tracking branch 'luc/constexpr-v4' into master | Christopher Li | 1 | -4/+22 |
| 2017-06-21 | fix: __builtin_bswap{16,32,64}() constantness | Luc Van Oostenryck | 1 | -1/+3 |
| 2017-06-21 | add fallback for missing __builtin_bswapXX() | Luc Van Oostenryck | 1 | -3/+4 |
| 2017-03-31 | constexpr: flag __builtin_bswap() as constexpr | Luc Van Oostenryck | 1 | -0/+17 |
| 2017-03-31 | constexpr: flag builtins constant_p, safe_p and warning as constexprs | Nicolai Stange | 1 | -4/+5 |
| 2017-02-13 | expand __builtin_bswap*() with constant args | Luc Van Oostenryck | 1 | -0/+30 |
| 2017-02-13 | move evaluation & expansion of builtins in a separate file | Luc Van Oostenryck | 1 | -0/+210 |