| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-05-21 | api: move evaluate interface to its own header file | Luc Van Oostenryck | 1 | -0/+1 |
| 2018-02-17 | builtin: add typechecking of isnan(), isinf(), ... | Luc Van Oostenryck | 1 | -0/+30 |
| 2018-02-17 | builtin: extract eval_args() from arguments_choose() | Luc Van Oostenryck | 1 | -19/+30 |
| 2018-02-17 | builtin: make builtins more builtin | Luc Van Oostenryck | 1 | -0/+166 |
| 2018-01-03 | give a type to builtin functions | Luc Van Oostenryck | 1 | -3/+3 |
| 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 |