summaryrefslogtreecommitdiff
path: root/test/src/comp-tests.el
Commit message (Expand)AuthorAge
...
* Introduce 'unreachable' LIMPLE operatorAndrea Corallo2021-01-01
* Fix missing negation handling in a bunch of predicatesAndrea Corallo2020-12-29
* Constrain mvars under compare and branch with built-in predicatesAndrea Corallo2020-12-29
* Store function type and expose it with `subr-type'Andrea Corallo2020-12-28
* Propagate function calls also when hiddend under funcallAndrea Corallo2020-12-28
* Compute function type for native compiled functionsAndrea Corallo2020-12-28
* Add 1+ 1- integer range propagation supportAndrea Corallo2020-12-27
* Add sum/subtraction integer range propagation supportAndrea Corallo2020-12-27
* Fix missing float handling into `comp-cstr-set-cmp-range'Andrea Corallo2020-12-26
* * test/src/comp-tests.el (comp-tests-type-spec-tests): Add two more test.Andrea Corallo2020-12-26
* Enable integer range narrowing under compare and branchAndrea Corallo2020-12-26
* Extend cstrs pass to match `unless' like codeAndrea Corallo2020-12-24
* Extend cstrs pass to match `when' like codeAndrea Corallo2020-12-24
* Negate only values while constraining variables (bug#45376)Andrea Corallo2020-12-23
* Make input constraints into memoization hash immutable (bug#45376)Andrea Corallo2020-12-23
* Fix `comp-add-call-cstr' and add a testAndrea Corallo2020-12-21
* Fix value type inference for doubly negate constraintsAndrea Corallo2020-12-21
* Fix native compiler tests when they are bytecompiledAndrea Corallo2020-12-21
* Enhance type inference constraining function argumentsAndrea Corallo2020-12-21
* * Enumerate and split type specifier tests in comp-tests.el to ease debugAndrea Corallo2020-12-21
* Have native compiler always preserve multibyte strings (bug#45342)Andrea Corallo2020-12-20
* * test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test.Andrea Corallo2020-12-12
* Fix `comp-mvar-symbol-p' and `comp-mvar-cons-p' (bug#44968)Andrea Corallo2020-12-01
* Add intersection support into comp-cstr.elAndrea Corallo2020-11-27
* Move some tests from comp-tests.el to comp-cstr-tests.elAndrea Corallo2020-11-26
* Add comp-cstr.el and comp-cstr-tests.elAndrea Corallo2020-11-26
* ; Fix trivial typosStefan Kangas2020-11-20
* Fix nativecomp cond-rw passAndrea Corallo2020-11-16
* Add `comp-constraint-to-type-spec' and better handle boolean type specAndrea Corallo2020-11-14
* Characterize functions in terms of type specifiersAndrea Corallo2020-11-14
* Add copy insn testcaseAndrea Corallo2020-11-12
* * Add few more type specifier testsAndrea Corallo2020-11-12
* * Nativecomp testsuite rework for derived return type specifiersAndrea Corallo2020-11-12
* Add a nativecomp testcaseAndrea Corallo2020-11-12
* Add initial nativecomp typeset and range propagation supportAndrea Corallo2020-11-12
* * test/src/comp-tests.el (compile-forms): Fix missing lexical binding.Andrea Corallo2020-11-01
* * Add some 'cond-rw' pass related testsAndrea Corallo2020-11-01
* * Rework some native compiler test infrastructureAndrea Corallo2020-11-01
* Make native compiler tollerant to redefined primitives (bug#44221).Andrea Corallo2020-10-26
* Fix defsubst effectiveness (bug#44209)Andrea Corallo2020-10-25
* Sanitize eln filename when native compiling single functionsAndrea Corallo2020-10-20
* * Add a test to verify form native compilation.Andrea Corallo2020-10-14
* Rework `native-compile' interface so it can return compiled functionsAndrea Corallo2020-10-14
* Add a test for primitive redefinitionAndrea Corallo2020-10-05
* Clean-up testsuite for vanilla buildsAndrea Corallo2020-10-02
* * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive.Andrea Corallo2020-10-01
* Add a test for primitive advicing effectivenessAndrea Corallo2020-09-24
* * test/src/comp-tests.el (comp-tests-bootstrap): Print compilation time.Andrea Corallo2020-09-14
* Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo2020-08-31
* * test/src/comp-tests.el (comp-tests-doc): Update test.Andrea Corallo2020-08-29