Remove CFA data type
[bpt/guile.git] / module /
2014-04-02 Andy WingoRemove CFA data type
2014-04-02 Andy Wingo$dfa includes CFA fields
2014-04-02 Andy WingoMore CFA removals
2014-04-02 Andy WingoSimplify analyze-reverse-control-flow
2014-04-02 Andy Wingoanalyze-control-flow only used in reverse direction...
2014-04-01 Andy WingoFix DFG compute-reachable bug
2014-04-01 Andy WingoOptimize two-list srfi-1 map
2014-04-01 Andy WingoSpeed up compute-label-and-var-ranges
2014-04-01 Andy WingoFix compute-label-and-var-ranges for global DFG computation
2014-04-01 Andy WingoRenumber doesn't visit unreachable continuations
2014-04-01 Andy WingoRenumber returns label/var counters for use in let...
2014-04-01 Andy WingoRefactor DCE to not build a CFA
2014-04-01 Andy WingoSimplification renumbers instead of local prune-continu...
2014-04-01 Andy WingoDFA uses DFG var numbering
2014-04-01 Andy WingoAllocate-slots avoids building CFA
2014-04-01 Andy WingoCompile-fun takes advantage of sorted output of "renumb...
2014-04-01 Andy WingoCPS renumbering pass sorts conts in topological order
2014-04-01 Andy WingoAdd visit-cont-successors helper
2014-03-31 Andy WingoFix analyze-control-flow to preserve order among unorde...
2014-03-31 Andy WingoUse Tree-IL-like case-lambda clause chaining in CPS
2014-03-31 Andy WingoRewrite control-point? to avoid consing
2014-03-31 Andy WingoRemove succs from DFG
2014-03-31 Andy WingoSimplify boot-9 and srfi-1 map
2014-03-31 Andy WingoAvoid consing in compute-label-and-var-ranges.
2014-03-31 Andy WingoScope and scope-level in DFG vector
2014-03-31 Andy WingoPredecessors and successors in DFG vectors
2014-03-31 Andy WingoDFG refactor
2014-03-31 Andy WingoRenumber functions before emitting code
2014-03-31 Andy WingoAdd renumber module
2014-03-31 Andy WingoReplace use-map in DFG with separate def / use vectors
2014-03-31 Andy WingoRemove "sym" from $use-map
2014-03-31 Andy Wingo$use-map no longer has name member
2014-03-31 Andy Wingo$dfa no longer includes name vector (can get that from...
2014-03-31 Andy WingoDFG stores conts, blocks, and use-maps in vectors
2014-03-31 Andy Wingolookup-cont takes a DFG as its argument
2014-03-31 Andy WingoPublic make-cont-folder
2014-03-31 Andy WingoVars and labels are separate namespaces
2014-03-31 Andy WingoPrepare for decoupling of var/label name uniqueness
2014-03-31 Andy WingoUpdate verify-cps
2014-03-31 Andy WingoCPS conversion renames incoming gensyms to small integers
2014-03-31 Andy WingoLess copying in tree-il pre-order / post-order.
2014-03-31 Andy WingoPrompt-related refactor in compile-cps
2014-03-31 Andy WingoDCE uses fresh-var instead of gensym
2014-03-31 Andy WingoAdapt verify-cps to CPS changes
2014-03-31 Andy WingoReplace all let-gensyms uses with let-fresh
2014-03-31 Andy WingoRemove unneeded local exact-integer? definition
2014-03-31 Andy WingoContinuation labels and variable identifiers may be...
2014-03-22 Andy WingoOut-of-memory situations raise exceptions instead of...
2014-03-22 Andy WingoDefine a C fluid for current-warning-port
2014-03-17 Andy WingoDFG inlines uses of for-each
2014-03-16 Andy WingoOptimize srfi-1 for-each with two lists.
2014-03-16 Andy WingoSimplify boot-9 for-each with two lists
2014-03-16 Andy WingoMore for-each micro-optimizations
2014-03-16 Andy WingoDocument stack-overflow handlers, limits, and unwind...
2014-03-12 Andy WingoRemove default soft stack limit; add call-with-stack...
2014-03-02 Andy WingoPort unrolled one-argument for-each from boot-9 to...
2014-03-02 Andy WingoFix for-each bug detecting not-a-list
2014-03-01 Andy Wingo,profile, statprof, gcprof have an outer stack cut
2014-03-01 Andy WingoStatprof commentings
2014-03-01 Andy Wingostatprof-display prints source locations
2014-02-28 Andy WingoRefactorings: call-data has source, stats is a record
2014-02-28 Andy WingoStatprof uses stack trace buffer to always provide...
2014-02-28 Andy WingoStatprof always stores full stack traces
2014-02-28 Andy Wingo(system vm program) exports primitive?
2014-02-28 Andy WingoUpdate statprof commentary
2014-02-28 Andy WingoMore state-related refactors in statprof
2014-02-28 Andy WingoStatprof restores previous sigprof handler when stopping
2014-02-28 Andy WingoMore statprof refactors
2014-02-28 Andy WingoSlight gcprof refactor
2014-02-28 Andy Wingostatprof uses new setitimer magical usecs ability
2014-02-27 Andy WingoFix newline preservation in @example with lines beginni...
2014-02-25 Andy Wingogcprof tweaks
2014-02-25 Andy WingoRefactor representation of sampling periods in statprof
2014-02-25 Andy Wingostatprof and gcprof procedures use a fresh statprof...
2014-02-25 Andy WingoSimplification pass prunes all unreachable continuations
2014-02-22 Andy Wingosimplify profile-signal-handler
2014-02-22 Andy Wingostatprof: accumulated-time is in jiffies
2014-02-22 Andy WingoAvoid attempting to eta-reduce self-loops.
2014-02-22 Andy WingoPass state around statprof in more places
2014-02-22 Andy Wingostatprof: call-data is a record type
2014-02-22 Andy Wingostatprof: when/unless instead of if.
2014-02-21 Andy Wingoadd a statprof fixme
2014-02-21 Andy Wingostatprof-active? instead of checking profile level
2014-02-21 Andy Wingostatprof-reset creates a new state
2014-02-21 Andy WingoMore statprof state refactorings
2014-02-21 Andy Wingoinside-profiler? to parameter instead of global variable
2014-02-21 Andy WingoBeginnings of statprof threadsafety
2014-02-21 Andy Wingoreform statprof commentary
2014-02-20 Andy WingoUnwind-only stack overflow exceptions
2014-02-19 Andy Wingo%exception-handler fluid refactor
2014-02-19 Andy WingoReimplement catch, throw, and with-throw-handler
2014-02-19 Andy Wingoboot-9 boot order refactor for catch, throw, and such
2014-02-17 Andy WingoDon't peval-penalize let-bound lambdas only referenced...
2014-02-17 Andy WingoPT_DYNAMIC inside some other PT_LOAD segment
2014-02-16 Andy WingoAdd elf-symbol-value-offset, for properly relocating...
2014-02-16 Andy WingoELF linker can produce objects with native ABI
2014-02-14 Andy Wingobytevector-length reifies to correct module
2014-02-13 Andy Wingobytevector-length is an interesting primitive.
2014-02-13 Andy Wingosqrt and abs are interesting primitives
2014-02-13 Andy WingoAdd prune-top-level-scopes pass
next