aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix native compiler tests when they are bytecompiledAndrea Corallo2020-12-211-134/+135
* Enhance type inference constraining function argumentsAndrea Corallo2020-12-211-2/+2
* * Enumerate and split type specifier tests in comp-tests.el to ease debugAndrea Corallo2020-12-211-17/+47
* Have native compiler always preserve multibyte strings (bug#45342)Andrea Corallo2020-12-201-0/+5
* * test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test.Andrea Corallo2020-12-121-2/+3
* Fix `comp-mvar-symbol-p' and `comp-mvar-cons-p' (bug#44968)Andrea Corallo2020-12-011-0/+4
* Add intersection support into comp-cstr.elAndrea Corallo2020-11-271-20/+0
* Move some tests from comp-tests.el to comp-cstr-tests.elAndrea Corallo2020-11-261-60/+1
* Add comp-cstr.el and comp-cstr-tests.elAndrea Corallo2020-11-261-3/+4
* ; Fix trivial typosStefan Kangas2020-11-201-2/+2
* Fix nativecomp cond-rw passAndrea Corallo2020-11-161-0/+4
* Add `comp-constraint-to-type-spec' and better handle boolean type specAndrea Corallo2020-11-141-1/+5
* Characterize functions in terms of type specifiersAndrea Corallo2020-11-141-0/+35
* Add copy insn testcaseAndrea Corallo2020-11-121-0/+5
* * Add few more type specifier testsAndrea Corallo2020-11-121-20/+41
* * Nativecomp testsuite rework for derived return type specifiersAndrea Corallo2020-11-121-62/+105
* Add a nativecomp testcaseAndrea Corallo2020-11-121-0/+4
* Add initial nativecomp typeset and range propagation supportAndrea Corallo2020-11-121-19/+63
* * test/src/comp-tests.el (compile-forms): Fix missing lexical binding.Andrea Corallo2020-11-011-1/+2
* * Add some 'cond-rw' pass related testsAndrea Corallo2020-11-011-0/+91
* * Rework some native compiler test infrastructureAndrea Corallo2020-11-011-34/+45
* Make native compiler tollerant to redefined primitives (bug#44221).Andrea Corallo2020-10-261-0/+9
* Fix defsubst effectiveness (bug#44209)Andrea Corallo2020-10-251-0/+4
* Sanitize eln filename when native compiling single functionsAndrea Corallo2020-10-201-0/+6
* * Add a test to verify form native compilation.Andrea Corallo2020-10-141-1/+12
* Rework `native-compile' interface so it can return compiled functionsAndrea Corallo2020-10-141-3/+3
* Add a test for primitive redefinitionAndrea Corallo2020-10-051-0/+11
* Clean-up testsuite for vanilla buildsAndrea Corallo2020-10-021-75/+84
* * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive.Andrea Corallo2020-10-011-0/+1
* Add a test for primitive advicing effectivenessAndrea Corallo2020-09-241-0/+13
* * test/src/comp-tests.el (comp-tests-bootstrap): Print compilation time.Andrea Corallo2020-09-141-2/+6
* Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo2020-08-311-0/+7
* * test/src/comp-tests.el (comp-tests-doc): Update test.Andrea Corallo2020-08-291-1/+3
* * test/src/comp-tests.el (comp-tests-bootstrap): Fix test for new eln setup.Andrea Corallo2020-08-171-1/+2
* Add a testcase for bug#42360Andrea Corallo2020-07-151-0/+5
* * Disable ipa-pure in comp-tests-tcoAndrea Corallo2020-07-091-0/+3
* Add some tests for pure function optimizationAndrea Corallo2020-07-091-0/+32
* * Add a test targeting forward propagationAndrea Corallo2020-07-091-0/+22
* * Rework some test logic for generalityAndrea Corallo2020-07-081-7/+16
* * Add a test to verify tail recursion eliminationAndrea Corallo2020-07-021-0/+48
* Add a test for lambda list containing uninterned symbolsAndrea Corallo2020-06-301-0/+5
* Add a test to verify CL macro expansion in dynamic scopeAndrea Corallo2020-06-281-0/+4
* * Add a func-arity test for dynamic functionsAndrea Corallo2020-06-221-0/+11
* Add a test for speed -1Andrea Corallo2020-06-221-0/+5
* Add some testing for dynamic scopeAndrea Corallo2020-06-221-4/+42