summaryrefslogtreecommitdiff
path: root/float-math.lisp-expr
AgeCommit message (Expand)Author
2022-01-30Rename scav/trans/size of code_header to code_blobDouglas Katzman
2022-01-30Derive the type of (float x unknown)Stas Boukarev
2022-01-01Partially cold initialize the initial class hierarchy.Charles Zhang
2021-11-01Use single value nlx returns if the destination is single value.Stas Boukarev
2021-10-31riscv64: Fix complex single float.Charles Zhang
2021-10-05Cease using * to mean T as a type in (FUNCTION (<type> ...) ...)Douglas Katzman
2021-10-04Fix allocator histogramDouglas Katzman
2021-10-04Don't use signed-zero-... functions on interval arithmetic.Stas Boukarev
2021-09-29Reoptimize after deleting exits.Stas Boukarev
2021-09-02Fix psxhash on floats, lp#1942424Douglas Katzman
2021-05-10Optionally store vector-length in its header instead of a slotDouglas Katzman
2021-04-30Add type deriver for FLOAT-SIGNDouglas Katzman
2021-04-29Rewrite TRANSFORM-MAKE-ARRAY-VECTORDouglas Katzman
2021-04-29Delete "machine-dependent" parameters which aren'tDouglas Katzman
2021-04-20Allocate minimal hash-tables even smallerDouglas Katzman
2021-03-29Update math journalDouglas Katzman
2021-03-01Loosen build order constraints, fixing ancient FIXME.Charles Zhang
2021-01-08Update math journalDouglas Katzman
2021-01-04Update math journal againDouglas Katzman
2020-12-30Update float math journalDouglas Katzman
2020-11-01Update float-math journalDouglas Katzman
2020-10-10Optimize instance layout bitmapsDouglas Katzman
2020-10-0364-bit: Use microseconds for internal-time-units-per-secondDouglas Katzman
2020-08-09Key *all-threads* by primitive thread address, not stack baseDouglas Katzman
2020-06-19Reinstate lowtag check elision in some type vopsDouglas Katzman
2020-05-31Make make-config.sh more data-drivenDouglas Katzman
2020-05-31Implement structure EQUALP as type-specific machine codeDouglas Katzman
2020-05-03Try to simplify instance-typep transformDouglas Katzman
2020-05-02Sprinkle block compilation declarations into self build.Charles Zhang
2020-03-30Define LAYOUT differently in host and targetDouglas Katzman
2020-03-19riscv: Fix huge &rest list allocationDouglas Katzman
2020-03-18Remove control-stack accessors with constant offsetDouglas Katzman
2020-02-12Trim off one instruction in EQ-HASH etcDouglas Katzman
2020-02-07Fix SPARC build.Charles Zhang
2020-02-07SB-XC:FLOATP -> CL:FLOATPCharles Zhang
2020-02-07cross-float: More edge cases.Charles Zhang
2020-02-06Banish CROSS-FLOAT-INFINITY-KLUDGE.Charles Zhang
2020-01-09Prevent nearly all uncertainty in CROSS-TYPEPDouglas Katzman
2019-12-18Better type constraint propagation for <>= on numbers.Stas Boukarev
2019-09-14ppc64: Set n-fixnum-tag-bits = 3Douglas Katzman
2019-07-03Improve PUTHASH and MAPHASHDouglas Katzman
2019-07-01Fix some really wonky math in hash-table sizingDouglas Katzman
2019-04-16Use WORD-SHIFTDouglas Katzman
2019-04-07Fix double-float-from-core - skip the padding slotDouglas Katzman
2019-04-07float-math.lisp-expr: add an entry from arm64.Stas Boukarev
2019-04-05Simplify dumping instances of CTYPE subtypes during bootstrapDouglas Katzman
2019-03-22Remove ECL compiler bug workaroundDouglas Katzman
2019-03-22Implement cross-compiler floating-point math abstraction layerDouglas Katzman