]> gitweb.factorcode.org Git - factor.git/history - vm/bignum.cpp
xmode.marker: more correct faster update-match-group
[factor.git] / vm / bignum.cpp
2021-12-15 Doug Colemanvm: Fix C++ warning for comparing a signed to less...
2020-12-02 Doug Colemanbignum.cpp: Fix size warning.
2016-11-23 Björn LindqvistVM: replacing the copy assignment operators of the...
2016-10-27 John Benediktssonvm: fix missing CAPS enum.
2016-10-19 Björn LindqvistVM: changing case of enums values bignum_comparison...
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-09-09 Alexander IljinRevert "vm: replace line comments // with block comment...
2016-08-03 Alexander Iljinvm: replace line comments // with block comments /...
2015-06-29 Björn LindqvistVM: fix bignum>fixnum-strict conversion, previously... 1376/head
2015-06-27 Björn LindqvistVM: make the bignum_to_* family free functions, they...
2014-11-18 Björn LindqvistVM: fixed bignum_divide_unsigned_large_denominator...
2014-11-18 Björn LindqvistVM: adding a few forgotten .untagged() calls
2014-11-18 Björn LindqvistVM: Erasing the last traces of GC_BIGNUM from bignum.cpp
2014-11-18 Björn LindqvistVM: conversion of many more bignum.cpp methods to use...
2014-11-18 Björn LindqvistVM: bignum_new_sign, bignum_maybe_new_sign and bitnum_m...
2014-11-18 Björn LindqvistVM: windows bignum_gcd variant fixed
2014-11-18 Björn LindqvistVM: a lot of methods in bignum.cpp converted to use...
2014-11-18 Björn LindqvistVM: reallot_array already data_roots the array, so...
2014-09-17 Björn LindqvistVM: GC_BIGNUM must be called in the same scope as the...
2014-06-17 Doug Colemanbignum.cpp: Fix regression in bignum conversion. Fixes...
2014-06-12 Björn LindqvistVM: rename all variables named "bignum" in bignum.cpp...
2014-06-12 Björn LindqvistVM: refactor bignum.cpp so that GC_BIGNUM is never...
2014-06-08 John BenediktssonRevert "vm: fix bignum_to_fixnum_strict for BIGNUM_ZERO."
2014-06-08 John Benediktssonvm: fix bignum_to_fixnum_strict for BIGNUM_ZERO.
2014-06-07 Björn LindqvistVM: better version of bignum_to_fixnum_strict that...
2014-06-07 Björn LindqvistVM: bignum_to_fixnum_strict and an accompanying vm...
2014-06-06 John Benediktssonvm: adding a fast path for bignum sq.
2014-06-02 John Benediktssonvm: fix tabs-to-spaces.
2014-06-02 John Benediktssonvm: faster foo_to_bignum for common case of one bignum...
2013-12-06 John Benediktssonvm: speed up bignum log2.
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
2013-05-13 Erik CharleboisVM: Replace u8-64, s8-64, cell, fixnum with stdint...
2013-05-12 Erik CharleboisVM: Refactor bignum to Factor style
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2013-03-27 John Benediktssonvm: adding bignum_gcd note.
2013-03-26 Doug Colemanvm: Add more Allocates memory comments.
2013-03-25 Doug Colemanvm: More allocates comments.
2013-03-25 Doug Colemanvm: Standardize /* Allocates memory */ comments so...
2012-08-31 John Benediktssonvm: make bignum-bitnot faster.
2012-08-23 John Benediktssonvm: use tabs instead of spaces in bignum_gcd.
2012-08-16 Doug Colemanvm: Add messages about things that can allocate. Fix...
2012-08-15 Doug Colemanbignum.cpp: Fix calls to reallot_array() -- bignums...
2012-08-10 John Benediktssonbignum: incorporate some fixes from @slavapestov.
2012-08-05 John Benediktssonvm: make sure we zero out the end of the bignums.
2012-08-04 John Benediktssonvm: a bit faster not to trim on each iteration...
2012-08-04 John Benediktssonvm: additional fix in bignum_gcd.
2012-08-03 John Benediktssonvm: some fixes to fast bignum gcd.
2012-08-03 John Benediktssonvm: fix updating size inside bignum_gcd loop.
2012-08-03 Doug Colemanbignum: Fix bignum_gcd algorithm from overwriting the...
2012-08-03 John Benediktssonvm: adding more GC_BIGNUM to WIN64 path. See #599.
2012-04-06 John Benediktssonvm: use euclid gcd on win64 until we find a better...
2012-04-06 John Benediktssonvm: use twodigit type for all variables (fixes 32-bit...
2012-04-05 John Benediktssonvm: adding bignum_gcd primitive.
2011-11-08 Joe Groffvm: move bignum.cpp includes to master.hpp
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonio.binary: make le> and be> faster (20% and 75%, respec...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-01 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2010-11-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-25 Slava PestovRemove bignum>float VM primitive, and use bignum/f...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-06 Joe Groffquiet some data conversions warnings raised by msvc
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-12-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-26 Slava PestovMerge branch 'eliminating_register_variables'
2009-12-22 Slava PestovMerge branch 'master' into eliminating_register_variables
2009-12-18 Slava Pestovvm: eliminating register variables work in progress...
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-05 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-05 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Slava PestovMerge branch 'work' of git://github.com/carlo-kokoth...
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-02 Slava PestovMerge branch 'master' into new_gc
2009-10-31 Slava PestovMerge optimizations from master branch
2009-10-31 Slava PestovMerge branch 'master' into new_gc
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-26 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-10-24 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Slava PestovMerge branch 'master' into new_gc
2009-10-22 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava PestovChange data heap alignment to 16 bytes
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-10-03 Jon HarperMerge branch 'master' of git://factorcode.org/git/facto...
2009-10-02 Doug ColemanMerge branch 'docs' of git://github.com/klazuka/factor...
2009-10-02 Doug ColemanMerge branch 'images' of git://github.com/klazuka/facto...
2009-10-02 Slava PestovMerge branch 'reentrantvm' of git://github.com/phildawe...
2009-09-30 Slava PestovMerge branch 'gif' of git://github.com/klazuka/factor
next