Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #15825 (#15894) | cooldome | 2020-11-09 | 1 | -0/+11 |
| | | | | | * fix #15825 * better fix | ||||
* | Add testcase for #14601 (#15677) | Clyybber | 2020-10-22 | 1 | -1/+45 |
| | |||||
* | fixes #15361 (#15401) | Andreas Rumpf | 2020-09-24 | 1 | -5/+6 |
| | | | * fixes #15361; better cursor inference | ||||
* | An optimizer for ARC (#14962) | Andreas Rumpf | 2020-07-15 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | * WIP: an optimizer for ARC * do not optimize away destructors in 'finally' if unstructured control flow is involved * optimized the optimizer * minor code cleanup * first steps to .cursor inference * cursor inference: big steps to a working solution * baby steps * better .cursor inference * new feature: expandArc for easy inspection of the AST after ARC transformations * added topt_cursor test * adapt tests * cleanups, make tests green * optimize common traversal patterns * moved test case * fixes .cursor inference so that npeg compiles once again * cursor inference: more bugfixes Co-authored-by: Clyybber <darkmine956@gmail.com> | ||||
* | Fixes #12883 (#12894) | cooldome | 2019-12-13 | 1 | -1/+34 |
| | | | | | | | | | | * fixes #12883 * fix comment * add normalize * fix | ||||
* | [bugfix] fixes #11517 | Araq | 2019-06-19 | 1 | -1/+45 |
| | |||||
* | make twidgets example green (#11135) | Andreas Rumpf | 2019-04-28 | 1 | -2/+2 |
| | |||||
* | make megatest green again | Andreas Rumpf | 2019-03-05 | 1 | -0/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-03-04 | 1 | -1/+0 |
| | |||||
* | destructors: optimize more assignments into moves; also fixes #9294 | Andreas Rumpf | 2018-10-12 | 1 | -0/+3 |
| | |||||
* | more progress on destructors; removed old destructor based code as it proved ↵ | Araq | 2017-12-01 | 1 | -4/+4 |
| | | | | confusing | ||||
* | fixes regressions | Andreas Rumpf | 2016-01-08 | 1 | -1/+2 |
| | |||||
* | destructors now work with overloaded assignment operators; fixes #2811; ↵ | Araq | 2015-08-05 | 1 | -0/+47 |
fixes #1632 |