index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
comp-cstr.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Improve reproducibility of inferred values by native comp
Andrea Corallo
2024-02-11
1
-0
/
+2
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
; Update my mail address
Andrea Corallo
2023-06-08
1
-1
/
+1
*
; Fix typo
Stefan Kangas
2023-02-18
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix several symbol name typos
Stefan Kangas
2022-10-26
1
-1
/
+1
*
* Rename `comp--typeof-builtin-types'
Andrea Corallo
2022-08-18
1
-5
/
+5
*
* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
Andrea Corallo
2022-08-18
1
-4
/
+0
*
; Fix two mail addresses
Andrea Corallo
2022-05-16
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-02-10
1
-12
/
+14
|
\
|
*
Fix integer arithmetic miss-compilation (bug#53451)
Andrea Corallo
2022-02-09
1
-12
/
+14
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Make use of `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
1
-37
/
+15
*
|
* Redefine `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
1
-2
/
+10
|
/
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2021-09-03
1
-1
/
+1
*
* Improve `comp-normalize-valset' reproducibility (bug#48021)
Andrea Corallo
2021-04-29
1
-7
/
+12
*
Have `comp-cstr-intersection-no-mem' intersect pos neg value sets
Andrea Corallo
2021-04-27
1
-1
/
+3
*
* lisp/emacs-lisp/comp-cstr.el (comp-ctxt): Initialize it.
Andrea Corallo
2021-04-26
1
-1
/
+1
*
Rework where `comp-ctxt' is defined.
Andrea Corallo
2021-04-26
1
-0
/
+4
*
; Add 2021 to copyright years
Glenn Morris
2021-04-25
1
-2
/
+1
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-union-1-no-mem): (not null) => t.
Andrea Corallo
2021-04-13
1
-1
/
+9
*
* lisp/emacs-lisp/comp-cstr.el (comp-normalize-valset): Remove duplicates.
Andrea Corallo
2021-04-13
1
-6
/
+8
*
; Remove two unnecessary quotes
Andrea Corallo
2021-03-21
1
-1
/
+1
*
Use `length=' and family where possible in native comp code
Andrea Corallo
2021-03-07
1
-2
/
+2
*
Fix `comp-cstr-intersection-no-hashcons' for negated result cstr
Andrea Corallo
2021-03-06
1
-13
/
+19
*
Fix `=' propagation to handle -0.0 0.0 case
Andrea Corallo
2021-03-06
1
-2
/
+6
*
Fix two compiler ICEs dealing with nan and infinity
Andrea Corallo
2021-03-03
1
-3
/
+6
*
Fix = propagation semantic for constrained inputs
Andrea Corallo
2021-03-02
1
-11
/
+30
*
Fix `eql' `equal' propagation of non hash consed values (bug#46843)
Andrea Corallo
2021-03-01
1
-0
/
+22
*
Don't treat '=' as simple equality emitting constraints (bug#46812)
Andrea Corallo
2021-02-28
1
-0
/
+12
*
Migrate and rename a bunch of functions from comp.el to comp-cstr.el
Andrea Corallo
2021-02-28
1
-0
/
+70
*
* Fix union constraint for mixed pos/neg constraints
Andrea Corallo
2021-02-22
1
-0
/
+6
*
Fix inverted logic in constraint comparison (bug#46540)
Andrea Corallo
2021-02-17
1
-4
/
+4
*
Do not add unnecesary arg constraints (bug#45812 bug#45705 bug#45751).
Andrea Corallo
2021-01-19
1
-0
/
+3
*
Fix type inference for bug#45635
Andrea Corallo
2021-01-04
1
-0
/
+16
*
Fix `functionp' contraining (bug#45576)
Andrea Corallo
2021-01-02
1
-5
/
+1
*
* Fix two predicates for missing negation handling
Andrea Corallo
2021-01-01
1
-5
/
+7
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr): Better `comp-value-to-cstr'.
Andrea Corallo
2020-12-29
1
-4
/
+7
*
Constrain mvars under compare and branch with built-in predicates
Andrea Corallo
2020-12-29
1
-0
/
+11
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr): Better `comp-type-to-cstr'.
Andrea Corallo
2020-12-29
1
-1
/
+10
*
Add 1+ 1- integer range propagation support
Andrea Corallo
2020-12-27
1
-0
/
+4
*
Add sum/subtraction integer range propagation support
Andrea Corallo
2020-12-27
1
-0
/
+63
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-set-cmp-range): Improve.
Andrea Corallo
2020-12-27
1
-1
/
+4
*
* Add comp-cstr-greatest-in-range comp-cstr-smallest-in-range
Andrea Corallo
2020-12-27
1
-4
/
+12
*
Fix missing float handling into `comp-cstr-set-cmp-range'
Andrea Corallo
2020-12-26
1
-1
/
+1
*
Enable integer range narrowing under compare and branch
Andrea Corallo
2020-12-26
1
-0
/
+68
*
* Memoize `comp-subtype-p'
Andrea Corallo
2020-12-24
1
-1
/
+8
[next]