]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-01-01 Andrea Corallobetter configure
2020-01-01 Andrea Corallofix compilation when native compiler is not enabled
2020-01-01 Andrea Corallodo not compile automatically autoloads
2020-01-01 Andrea Corallocleanup unnecessary symbol definition
2020-01-01 Andrea Corallopropagate load-path into async workers + better messaging
2020-01-01 Andrea Coralloset intspec to NULL when creating subrs
2020-01-01 Andrea Corallomake sure to invoke the right emacs when spawning the...
2020-01-01 Andrea Corallochasing GNU style
2020-01-01 Andrea Corallobetter FUNCALL1 name
2020-01-01 Andrea CoralloXFIXNUM return EMACS_INT
2020-01-01 Andrea Corallominimal error handling in load_comp_unit
2020-01-01 Andrea Corallopropagate compiler settings to the async workers
2020-01-01 Andrea Coralloadd native-compile-async
2020-01-01 Andrea Coralloremove unused variable
2020-01-01 Andrea Corallobetter doc
2020-01-01 Andrea Corallocompile tests with debug 1
2020-01-01 Andrea Corallofix non local mechanism
2020-01-01 Andrea Corallobetter comp-debug customize
2020-01-01 Andrea Corallomove speed definition into lisp code
2020-01-01 Andrea Corallofix two nits
2020-01-01 Andrea Corallofix again comp-copy-insn
2020-01-01 Andrea Corallofix SIGIO hang after compilation
2020-01-01 Andrea Corallofix comp-copy-insn for dotted pairs
2020-01-01 Andrea Corallosimplify non local exit handler mechanism
2020-01-01 Andrea Corallosanity check during eln load
2020-01-01 Andrea Coralloadd pure addr relocation mechanism
2020-01-01 Andrea Coralloadd current thread missing reloc mechanism
2020-01-01 Andrea Corallocomment unused functions
2020-01-01 Andrea Corallotwo doc nits
2020-01-01 Andrea Corallorework log mechanism and trim down verbosity
2020-01-01 Andrea Corallohave propagate run the correct number of times
2020-01-01 Andrea Corallofix ref propagation
2020-01-01 Andrea Corallofix missing byte-save-restriction op
2020-01-01 Andrea Corallofix ref ssa propagation
2020-01-01 Andrea Coralloadd comp-tests-string-trim
2020-01-01 Andrea Corallodo not native compile interactive functions
2020-01-01 Andrea Coralloallow nested loadings
2020-01-01 Andrea Corallofix top level macro generation
2020-01-01 Andrea Coralloadd test for macro definition
2020-01-01 Andrea Corallotest provide
2020-01-01 Andrea Corallofix function top_level_run generation
2020-01-01 Andrea Corallorework top level environment modification mechanism
2020-01-01 Andrea Corallorework comp-spill-lap-functions-file
2020-01-01 Andrea Coralloadd doc slot into comp-func struct
2020-01-01 Andrea Coralloadd top-level-forms slot into comp-ctxt (replace old...
2020-01-01 Andrea Corallolimplify top level at last
2020-01-01 Andrea Corallorework bytecomp spill code
2020-01-01 Andrea Corallosome code massage
2020-01-01 Andrea Corallonative compile return the filename of the compilation...
2020-01-01 Andrea Corallofix limplification for functions with more than 8 args
2020-01-01 Andrea Coralloadd a test for functions with more than 8 arguments
2020-01-01 Andrea Corallorework limplify to prevent block duplication
2020-01-01 Andrea Corallosanity check against block duplication.
2020-01-01 Andrea Corallofix comp-emit-narg-prologue
2020-01-01 Andrea CoralloRevert "simplify comp-limplify-block"
2020-01-01 Andrea Corallofix invalid write into emit_limple_insn
2020-01-01 Andrea Corallofix subr name within comp-limplify-lap-inst
2020-01-01 Andrea Corallosimplify comp-limplify-block
2020-01-01 Andrea Corallobetter comp-limplify-block
2020-01-01 Andrea Corallopromote a couple of small functions tu subst
2020-01-01 Andrea Coralloemit TAG number as comment
2020-01-01 Andrea Corallomake more robust comp-emit-uncond-jump
2020-01-01 Andrea Corallofix comp-limplify-block for wrong cl func usage
2020-01-01 Andrea Corallofix compilation when modules are enabled
2020-01-01 Andrea Corallomake non local handler bb generation robust for all...
2020-01-01 Andrea Corallosome clean-up
2020-01-01 Andrea Corallorework emit_limple_insn arg parsing
2020-01-01 Andrea Coralloadd fetch-handler operator
2020-01-01 Andrea Coralloadd autoload
2020-01-01 Andrea Corallofix limplification when TAG follow fall through eob
2020-01-01 Andrea Corallofix ice logging message
2020-01-01 Andrea Corallodo not check label stack depth when this is not provided
2020-01-01 Andrea Corallofix missing jump into comp-emit-narg-prologue
2020-01-01 Andrea Corallofix comp-limplify-block when falling through a return
2020-01-01 Andrea Corallolog a page break when start compiling
2020-01-01 Andrea Coralloupdate emit-handler + rework comp-emit-cond-jump
2020-01-01 Andrea Corallofix initial sp value
2020-01-01 Andrea Coralloremove comp-stack-adjust
2020-01-01 Andrea Corallore enable switch support
2020-01-01 Andrea Coralloreworking comp-limplify-block
2020-01-01 Andrea Corallomega loop refactor
2020-01-01 Andrea Corallomake stack depth computation robust in limplify
2020-01-01 Andrea Corallofix initial stack depth
2020-01-01 Andrea Coralloadd stack sanity check
2020-01-01 Andrea Corallofix missing fall through handling
2020-01-01 Andrea Corallofix label to addr computation
2020-01-01 Andrea Coralloreworking limplify
2020-01-01 Andrea Corallodoc fix
2020-01-01 Andrea Coralloremove unnecessary macros into limplify pass
2020-01-01 Andrea Corallofix comp.el compilation warning
2020-01-01 Andrea Coralloremove nasty nested macro usage in limplify pass
2020-01-01 Andrea Coralloadd comp-test-silly-frame2 to test funcs
2020-01-01 Andrea Coralloclean-up commented code
2020-01-01 Andrea Corallofix frame size computation
2020-01-01 Andrea Coralloadd comp-test-silly-frame to tests
2020-01-01 Andrea Corallofix compilation of devar defconst with doc string
2020-01-01 Andrea Coralloalist-get instead of assoc cdr
2020-01-01 Andrea Corallobetter immediate type propagation
2020-01-01 Andrea Coralloignore anonymous forms (they are not functions)
2020-01-01 Andrea Coralloremove INLINE hints from comp.c
next