index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
comp-tests.el
Age
Commit message (
Expand
)
Author
2022-02-10
Merge from origin/emacs-28
Stefan Kangas
2022-02-09
Fix integer arithmetic miss-compilation (bug#53451)
Andrea Corallo
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-27
* test/src/comp-tests.el: Rework last patch
Stefan Monnier
2021-11-26
* test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).
Stephen Gildea
2021-11-08
Prefer ert-with-temp-(directory|file) in most remaining tests
Stefan Kangas
2021-09-27
Fix two doc-related test failures
Lars Ingebrigtsen
2021-09-26
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-06-01
Rename batch-byte-native-compile-for-bootstrap (bug#48743)
Andrea Corallo
2021-05-06
Rename comp-debug -> native-comp-debug
Andrea Corallo
2021-05-06
Rename comp-speed -> native-comp-speed
Andrea Corallo
2021-05-05
Rename feature `nativecomp' into `native-compile'
Andrea Corallo
2021-04-27
; Fix typos
Stefan Kangas
2021-04-26
Make use of `ert-resource-file' `ert-resource-directory' in comp-tests
Andrea Corallo
2021-04-26
* Use `expand-file-name' in place of `concat' in comp-tests.el
Andrea Corallo
2021-04-26
Move native compiler test data into proper directory (bug#48031)
Andrea Corallo
2021-04-26
* test/src/comp-tests.el: Fix it for non native compiled build (bug#48031).
Andrea Corallo
2021-04-22
Improve a native compiler test
Andrea Corallo
2021-04-21
Fix native compiler string hash consing strategy (bug#47868)
Andrea Corallo
2021-03-14
Fix some entry in `comp-known-type-specifiers' (bug#46847)
Andrea Corallo
2021-03-06
Fix `comp-cstr-intersection-no-hashcons' for negated result cstr
Andrea Corallo
2021-03-06
Fix `=' propagation to handle -0.0 0.0 case
Andrea Corallo
2021-03-03
Don't call _setjmp through a function pointer (Bug#46824)
Pip Cet
2021-03-02
Fix = propagation semantic for constrained inputs
Andrea Corallo
2021-03-01
Fix `eql' `equal' propagation of non hash consed values (bug#46843)
Andrea Corallo
2021-02-28
Don't treat '=' as simple equality emitting constraints (bug#46812)
Andrea Corallo
2021-02-28
Migrate and rename a bunch of functions from comp.el to comp-cstr.el
Andrea Corallo
2021-02-23
Do not emit assumptions referencing clobbered mvars (bug#46670)
Andrea Corallo
2021-02-22
* Fix union constraint for mixed pos/neg constraints
Andrea Corallo
2021-02-17
Fix inverted logic in constraint comparison (bug#46540)
Andrea Corallo
2021-01-06
Fix bug#45603
Andrea Corallo
2021-01-04
* test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests.
Andrea Corallo
2021-01-04
Fix type inference for bug#45635
Andrea Corallo
2021-01-02
Fix `functionp' contraining (bug#45576)
Andrea Corallo
2021-01-01
Introduce 'unreachable' LIMPLE operator
Andrea Corallo
2020-12-29
Fix missing negation handling in a bunch of predicates
Andrea Corallo
2020-12-29
Constrain mvars under compare and branch with built-in predicates
Andrea Corallo
2020-12-28
Store function type and expose it with `subr-type'
Andrea Corallo
2020-12-28
Propagate function calls also when hiddend under funcall
Andrea Corallo
2020-12-28
Compute function type for native compiled functions
Andrea Corallo
2020-12-27
Add 1+ 1- integer range propagation support
Andrea Corallo
2020-12-27
Add sum/subtraction integer range propagation support
Andrea Corallo
2020-12-26
Fix missing float handling into `comp-cstr-set-cmp-range'
Andrea Corallo
2020-12-26
* test/src/comp-tests.el (comp-tests-type-spec-tests): Add two more test.
Andrea Corallo
2020-12-26
Enable integer range narrowing under compare and branch
Andrea Corallo
2020-12-24
Extend cstrs pass to match `unless' like code
Andrea Corallo
2020-12-24
Extend cstrs pass to match `when' like code
Andrea Corallo
2020-12-23
Negate only values while constraining variables (bug#45376)
Andrea Corallo
2020-12-23
Make input constraints into memoization hash immutable (bug#45376)
Andrea Corallo
[next]