]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/cfg/value-numbering
#2845 : Platform specific documentation responders
[factor.git] / basis / compiler / cfg / value-numbering /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2022-01-22 John Benediktssoncompiler.cfg.value-numbering.comparisons: fix docs...
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-08-12 Björn Lindqvistcompiler.*: moving all words only relevant for testing...
2016-05-24 Björn Lindqvistcompiler.cfg.value-numbering.*: new docs
2016-05-20 Björn LindqvistDocs: fixing help-lint failures
2016-05-19 Björn Lindqvistcompiler.cfg.value-numbering.comparisons: some duplicat...
2016-05-19 Björn Lindqvistcompiler.cfg.value-numbering.graph: docs and test
2016-05-19 Björn Lindqvistcompiler.cfg.value-numbering.comparisons: docs and...
2016-03-31 Doug Colemansummary.txt: Delete empty lines and empty files.
2015-08-13 Doug Colemancompiler: rename D to D: because it wants a token....
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-07 Doug Colemancompiler.cfg.value-numbering: tests need to have this...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemantests: prefer ${ } instead of 1array
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-12-14 John Benediktssoncompiler: cleanup usings.
2014-12-11 John Benediktssoncompiler: cleanup cfg passes to have stack effect ...
2014-12-11 Björn Lindqvistcompiler.cfg.*: fix for test cases that broke due to...
2014-12-11 Björn Lindqvistcompiler.cfg: fix stack effect of cfg-changed and prede...
2014-12-11 Björn Lindqvistcompiler.cfg.*: fix stack effect of compiler passes...
2014-11-23 Björn Lindqvistcompiler.*: use block>cfg and insns>block in many tests...
2014-11-21 John Benediktssonuse swapd instead of [ swap ] dip.
2012-08-02 John Benediktssoncompiler.cfg: don't need to escape the symbol here.
2011-12-05 Doug Colemancompiler: The non-optimizing compiler is too slow with...
2011-11-24 Joe Groffuse radix literals
2011-11-13 Slava PestovNow that #foo and ##foo are symbols we can remove a...
2011-11-12 Doug Colemancompiler.cfg: Rename <##foo> to ##foo, in the low-level IR
2011-11-07 Doug Colemancompiler.cfg: Change low-level IR constructors from...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
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 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-14 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-05-24 Erik Charlebois32 and 64 bit Linux PPC support
2010-07-31 Joe GroffMerge remote branch 'Blei/Native-image-loader' into...
2010-07-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-07-17 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-13 Slava Pestovcompiler: re-architect low-level optimizer to allow...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-23 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-05-18 Slava Pestovcompiler.cfg.value-numbering: constant folding for...
2010-05-18 Slava Pestovcompiler.cfg.value-numbering: add constant folding...
2010-05-15 Slava Pestovcompiler.cfg.value-numbering.comparisons: ##test-imm...
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-14 Slava Pestovcompiler.cfg: use x86 TEST instruction to optimize...
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-04 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Slava Pestovcompiler.cfg.value-numbering: don't use complex address...
2010-05-04 Slava Pestovcompiler.cfg.value-numbering: fix typo in unit test
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovcompiler: new "binary literal area" at the end of a...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: fix unit test for 64-bit
2010-05-03 Slava PestovUpdating tests for recent compiler changes
2010-05-03 Slava Pestovcompiler.cfg: fuse ##load-integer/##load-reference...
2010-05-03 Slava Pestovcompiler.cfg: cleanup
2010-05-03 Slava Pestovcompiler.cfg: clean up ##phi literals in tests
2010-05-03 Slava Pestovcompiler.cfg.representations: fix various bugs
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: more cleanups
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: identify VNs with their...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: maintain a VN to instruct...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: remove constant -vs-...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: merge 'simplify' pass...
2010-05-03 Slava Pestovcompiler.cfg: add ##load-memory and ##store-memory...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: add slot addressing rewri...
2010-05-03 Slava Pestovcompiler.cfg: merge all alien accessors into ##load...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: fix compile error
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: new optimizations; reasso...
2010-05-03 Slava PestovDebugging untagged fixnums
2010-05-03 Slava PestovUntagged fixnums work in progress
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-19 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-19 Slava Pestovcompiler.cfg: fix some bugs introduced by the ##compare...
2010-04-19 Slava Pestovcompiler: change how 'f' is represented in low level...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next