| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-18 | Make `fold` standalone. | Nicholas Nethercote | -10/+0 | |
| `fold` is currently implemented via `try_fold`, but implementing it directly results in slightly less LLVM IR being generated, speeding up compilation of some benchmarks. (And likewise for `rfold`.) The commit adds `fold` implementations to all the iterators that lack one but do have a `try_fold` implementation. Most of these just call the `try_fold` implementation directly. | ||||
| 2019-08-12 | Add codegen tests for the genericity of fold closures | Josh Stone | -0/+10 | |
