summaryrefslogtreecommitdiff
path: root/test/src/comp-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * test/src/comp-tests.el: Rework last patchStefan Monnier2021-11-271-29/+28
* | * test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).Stephen Gildea2021-11-261-10/+27
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-081-23/+25
|/
* Fix two doc-related test failuresLars Ingebrigtsen2021-09-271-2/+2
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-2/+2
* Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo2021-06-011-1/+1
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-061-1/+1
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-061-4/+4
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* ; Fix typosStefan Kangas2021-04-271-4/+4
* Make use of `ert-resource-file' `ert-resource-directory' in comp-testsAndrea Corallo2021-04-261-14/+6
* * Use `expand-file-name' in place of `concat' in comp-tests.elAndrea Corallo2021-04-261-6/+8
* Move native compiler test data into proper directory (bug#48031)Andrea Corallo2021-04-261-2/+5
* * test/src/comp-tests.el: Fix it for non native compiled build (bug#48031).Andrea Corallo2021-04-261-1/+1
* Improve a native compiler testAndrea Corallo2021-04-221-1/+6
* Fix native compiler string hash consing strategy (bug#47868)Andrea Corallo2021-04-211-0/+4
* Fix some entry in `comp-known-type-specifiers' (bug#46847)Andrea Corallo2021-03-141-1/+1
* Fix `comp-cstr-intersection-no-hashcons' for negated result cstrAndrea Corallo2021-03-061-1/+8
* Fix `=' propagation to handle -0.0 0.0 caseAndrea Corallo2021-03-061-8/+24
* Don't call _setjmp through a function pointer (Bug#46824)Pip Cet2021-03-031-1/+5
* Fix = propagation semantic for constrained inputsAndrea Corallo2021-03-021-1/+28
* Fix `eql' `equal' propagation of non hash consed values (bug#46843)Andrea Corallo2021-03-011-1/+15
* Don't treat '=' as simple equality emitting constraints (bug#46812)Andrea Corallo2021-02-281-6/+41
* Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo2021-02-281-4/+4
* Do not emit assumptions referencing clobbered mvars (bug#46670)Andrea Corallo2021-02-231-0/+6
* * Fix union constraint for mixed pos/neg constraintsAndrea Corallo2021-02-221-1/+1
* Fix inverted logic in constraint comparison (bug#46540)Andrea Corallo2021-02-171-1/+28
* Fix bug#45603Andrea Corallo2021-01-061-0/+5
* * test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests.Andrea Corallo2021-01-041-3/+3
* Fix type inference for bug#45635Andrea Corallo2021-01-041-0/+5
* Fix `functionp' contraining (bug#45576)Andrea Corallo2021-01-021-0/+5
* Introduce 'unreachable' LIMPLE operatorAndrea Corallo2021-01-011-34/+54
* Fix missing negation handling in a bunch of predicatesAndrea Corallo2020-12-291-0/+3
* Constrain mvars under compare and branch with built-in predicatesAndrea Corallo2020-12-291-17/+52
* Store function type and expose it with `subr-type'Andrea Corallo2020-12-281-10/+6
* Propagate function calls also when hiddend under funcallAndrea Corallo2020-12-281-1/+6
* Compute function type for native compiled functionsAndrea Corallo2020-12-281-1/+1
* Add 1+ 1- integer range propagation supportAndrea Corallo2020-12-271-1/+13
* Add sum/subtraction integer range propagation supportAndrea Corallo2020-12-271-1/+90
* Fix missing float handling into `comp-cstr-set-cmp-range'Andrea Corallo2020-12-261-13/+13
* * test/src/comp-tests.el (comp-tests-type-spec-tests): Add two more test.Andrea Corallo2020-12-261-1/+15
* Enable integer range narrowing under compare and branchAndrea Corallo2020-12-261-1/+76
* Extend cstrs pass to match `unless' like codeAndrea Corallo2020-12-241-0/+6
* Extend cstrs pass to match `when' like codeAndrea Corallo2020-12-241-1/+7
* Negate only values while constraining variables (bug#45376)Andrea Corallo2020-12-231-2/+6
* Make input constraints into memoization hash immutable (bug#45376)Andrea Corallo2020-12-231-0/+4
* Fix `comp-add-call-cstr' and add a testAndrea Corallo2020-12-211-0/+4
* Fix value type inference for doubly negate constraintsAndrea Corallo2020-12-211-0/+4