factor/basis/compiler/cfg
Björn Lindqvist f0834e7b36 compiler.prettyprint: new vocab for prettyprinting compiler types
The require-when ensures that the prettyprint methods are loaded when
both the compiler and prettyprint is loaded.
2016-08-15 15:16:41 +02:00
..
alias-analysis compiler.*: Backend implementation of varargs 2016-08-08 12:02:19 +02:00
block-joining compiler.cfg.*: some extra unit tests for the compiler 2015-07-28 17:58:29 -07:00
branch-splitting compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
build-stack-frame compiler.*: a bunch of random doc additions 2016-06-21 23:15:20 +02:00
builder alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
checker Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
comparisons compiler.cfg.*: new doc files 2016-03-09 23:24:43 +01:00
copy-prop compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
dataflow-analysis compiler.cfg.dataflow-analysis: removes the -analysis from the dfa token 2016-03-16 14:40:58 +01:00
dce disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
debugger compiler.prettyprint: new vocab for prettyprinting compiler types 2016-08-15 15:16:41 +02:00
def-use compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
dominance compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
finalization compiler.cfg.*: new step in finalization: clear-uninitialized 2015-01-22 12:17:20 -08:00
gc-checks compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
hats compiler.cfg.*: some extra unit tests for the compiler 2015-07-28 17:58:29 -07:00
instructions compiler.*: Backend implementation of varargs 2016-08-08 12:02:19 +02:00
intrinsics Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
linear-scan Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
linearization compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
liveness compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
loop-detection compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
optimizer compiler.cfg.*: detached the normalize-height and schedule-instructions passes 2015-01-22 12:17:20 -08:00
parallel-copy factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
predecessors compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
registers compiler.prettyprint: new vocab for prettyprinting compiler types 2016-08-15 15:16:41 +02:00
renaming use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
representations compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
rpo disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
save-contexts compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
ssa compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
stack-frame Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
stacks compiler.prettyprint: new vocab for prettyprinting compiler types 2016-08-15 15:16:41 +02:00
tco compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
useless-conditionals compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
utilities compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
value-numbering compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
write-barrier disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
cfg-docs.factor compiler.cfg.*: new slots ds-height and rs-height 2016-05-03 01:16:50 +02:00
cfg-tests.factor compiler.cfg.*: refactoring which removes spill-area-size and 2015-11-04 07:53:19 +01:00
cfg.factor compiler.cfg.*: new slots ds-height and rs-height 2016-05-03 01:16:50 +02:00
summary.txt