summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix typo causing performance problems!!!Andy Wingo2020-05-291-1/+1
* | CSE forward-propagates changes to CFGAndy Wingo2020-05-291-1/+23
* | CSE forwards branch predecessors where the branch foldsAndy Wingo2020-05-291-57/+148
* | CSE refactorAndy Wingo2020-05-291-48/+68
* | Use intmaps in CSE equivalent expression tableAndy Wingo2020-05-291-33/+43
* | Eager graph pruning in CSEAndy Wingo2020-05-291-90/+197
* | Add indentation rule for let/ecAndy Wingo2020-05-291-0/+1
* | Macro fix to CPS build-termAndy Wingo2020-05-291-1/+1
* | Thread flow analysis through CSE passAndy Wingo2020-05-291-194/+209
* | CSE eliminates expressions at continuationsAndy Wingo2020-05-291-88/+72
* | Refactor CSE to analyze and transform in a single passAndy Wingo2020-05-291-188/+135
* | Refactor CSE to take advantage of RPO numberingAndy Wingo2020-05-291-167/+186
* | Renumber before CSEAndy Wingo2020-05-291-12/+14
* | Fix cast enabling SCM_DEBUG_TYPING_STRICTNESS 2Daniel Llorens2020-05-281-1/+1
* | Slight optimization to invert-bijectionoAndy Wingo2020-05-281-2/+3
* | Fix truthy expression analysis in CSEAndy Wingo2020-05-281-2/+2
* | web: 'http-get' & co. now honor #:verify-certificate?.Ludovic Courtès2020-05-271-2/+4
* | doc: Fix a few typos in vm section.Eric Bavier2020-05-271-3/+3
* | doc: Fix typos in the manual.Jan Synacek2020-05-273-4/+4
* | doc: Rephrase documentation of 'thunk?'.Ludovic Courtès2020-05-272-4/+5
* | doc: Reword unclear sentence about programs.Ludovic Courtès2020-05-271-3/+5
* | GUILE_PKG bails out when 'pkg-config' is missingMathieu Lirzin2020-05-271-1/+4
* | doc: Add reference to Guile Hall in the manual.Alex Sassmannshausen2020-05-272-0/+27
* | doc: '@' is not equivalent to autoloading.Ludovic Courtès2020-05-221-4/+0
* | doc: #:autoload does not pull in all the module bindings.Ludovic Courtès2020-05-221-3/+5
* | http: Support CONNECT and PATCH HTTP methods.Christopher Baines2020-05-181-0/+2
* | doc: Fix documentation for srfi-171.Linus Björnstam2020-05-181-2/+2
* | Update match's no-matching-pattern code to use "throw"Andy Wingo2020-05-172-5/+9
* | 'peval' test uses (language tree-il peval).Ludovic Courtès2020-05-171-5/+2
* | doc: Tweak 'pipeline' documentation.Ludovic Courtès2020-05-161-12/+9
* | Use 'pass-if-equal' for 'pipeline' tests.Ludovic Courtès2020-05-161-15/+19
* | popen: Add 'pipeline' procedure.Rutger van Beusekom2020-05-164-51/+127
* | Tree-IL lowerer only loads needed optimizationsAndy Wingo2020-05-141-37/+39
* | Fix ,optimize to be independent of tree-ilAndy Wingo2020-05-141-10/+34
* | More robust reduction of equal? and eqv?Andy Wingo2020-05-134-119/+125
* | Add with-lexicals helper; fix bug in (equal? #t (foo) #t)Andy Wingo2020-05-135-73/+50
* | Another minor module compile order tweakAndy Wingo2020-05-131-15/+15
* | Bump objcode minor versionAndy Wingo2020-05-132-2/+2
* | Minor module/Makefile order tweakAndy Wingo2020-05-131-36/+37
* | Fix optimizers after language lowerer refactorAndy Wingo2020-05-132-41/+39
* | Punt more CPS compiler until later in bootstrapAndy Wingo2020-05-131-2/+3
* | Slight optimization to baseline compilerAndy Wingo2020-05-131-34/+34
* | Zero the initial file port revealed count.Ludovic Courtès2020-05-122-2/+36
* | tests: Don't use a guardian when testing for GC'd ports.Ludovic Courtès2020-05-121-11/+8
* | Update NEWS for baseline compilerAndy Wingo2020-05-122-15/+69
* | Update documentation on <language>Andy Wingo2020-05-121-11/+17
* | Clean up NEWS for bitvectors.Andy Wingo2020-05-121-34/+35
* | Whoops, fix bug in tree-il choose-compilerAndy Wingo2020-05-121-1/+1
* | Punt CPS compiler to end of bootstrapAndy Wingo2020-05-121-34/+34
* | Delay loading CPS unless CPS compiler usedAndy Wingo2020-05-123-28/+25