]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
2020-01-01 Andrea Corallofix missing direct parameter forwarding into emit_limpl...
2020-01-01 Andrea Coralloremove unnecessary autostirng usage
2020-01-01 Andrea Coralloregulate verbosity with comp-verbose
2020-01-01 Andrea Coralloremove comp-debug
2020-01-01 Andrea Coralloremove defvar that is not anymore necessary
2020-01-01 Andrea Corallodon't crash when trying to format a very long string
2020-01-01 Andrea Coralloalways expand file name when bytecompiling
2020-01-01 Andrea Corallofix subr-native-elisp-p predicate name
2020-01-01 Andrea Corallodo not force inlining for func involving ipa-pro
2020-01-01 Andrea Corallofix comp.el compilation
2020-01-01 Andrea Coralloadd comp-native-compiling flag
2020-01-01 Andrea Corallobetter description
2020-01-01 Andrea Coralloinitial add for compiler hits
2020-01-01 Andrea Corallorework comp-call-optim-form-call
2020-01-01 Andrea Coralloadd type hint to setcar setcdr
2020-01-01 Andrea Coralloadd type hint to car and cdr
2020-01-01 Andrea Coralloadd some call optimizer doc
2020-01-01 Andrea Corallouse type propagation into add1 sub1 negate
2020-01-01 Andrea Corallomove gcc_jit_context_dump_reproducer_to_file
2020-01-01 Andrea Corallofix missing direct call parsing in comp back-end
2020-01-01 Andrea Corallofix push handler propagation
2020-01-01 Andrea Corallooptimize nil emission
2020-01-01 Andrea Coralloprint object in comment when emitting with emit_const_l...
2020-01-01 Andrea Coralloclean ref slot for mvars optimized by comp-call-optim...
2020-01-01 Andrea Coralloadd dead code removal pass
2020-01-01 Andrea Corallobetter note
2020-01-01 Andrea Corallorepropagate after call-optim
2020-01-01 Andrea Corallofloating frame in place
2020-01-01 Andrea Corallofix nomenclature into declare_function
2020-01-01 Andrea Coralloclean-up pass mechanism
2020-01-01 Andrea Corallorework basic block entry sp emission
2020-01-01 Andrea Corallofix comp-new-block-sym
2020-01-01 Andrea Corallobetter comp-func doc
2020-01-01 Andrea Coralloremove unused field into comp-func
2020-01-01 Andrea Corallobetter doc for comp-func struct
2020-01-01 Andrea Corallostrengthening comp-compute-edges
2020-01-01 Andrea Coralloverify to never emit insns into a closed block
2020-01-01 Andrea Corallobetter logging
2020-01-01 Andrea Corallorework lap spilling
2020-01-01 Andrea Corallobetter log output
2020-01-01 Andrea Coralloadd missing arguments if missing in comp-call-optim...
2020-01-01 Andrea Corallobetter error signaling when compilation fails
2020-01-01 Andrea Corallocleanup unnecessary code and allow inlining at speed 3
2020-01-01 Andrea Coralloadd direct-call direct-callref support into the backend
2020-01-01 Andrea Coralloextend emit_call to perform direct calls
2020-01-01 Andrea Corallosplit declaration and compilation
2020-01-01 Andrea Coralloadd direct-call direct-callref into frontend
2020-01-01 Andrea Corallobetter naming func_hash -> imported_func_h
2020-01-01 Andrea Corallodead code removal
2020-01-01 Andrea Coralloguard comp-call-optim-form-call for byte compiled callee
2020-01-01 Andrea Corallofix compilation for comp.el
2020-01-01 Andrea Coralloadding comp-call-optim pass
2020-01-01 Andrea Coralloadd native_elisp field into Lisp_Subr
2020-01-01 Andrea Coralloremove comp-emit-funcall
2020-01-01 Andrea Coralloadd comp-call-optim pass
2020-01-01 Andrea Coralloadd pushhandler to clobber operators
2020-01-01 Andrea Corallokeep on fixing ssa
2020-01-01 Andrea Corallorewriting ssa rename
2020-01-01 Andrea Corallogive back basic block a C like name
2020-01-01 Andrea Corallofix callref parsing into C back-end
2020-01-01 Andrea Corallofix comp-compute-edges handling all kind of branches
2020-01-01 Andrea Coralloadd some notes
2020-01-01 Andrea Corallofix switch emission due to missing const prop
2020-01-01 Andrea Corallomodify callref format to explicitate mvars
2020-01-01 Andrea Coralloadding propagation
2020-01-01 Andrea Corallofix again ssa renaming
2020-01-01 Andrea Coralloadd ssa param to comp-new-frame
2020-01-01 Andrea Coralloclean-up limplify
2020-01-01 Andrea Corallofix ssa renaming
2020-01-01 Andrea Coralloremove incomplete propagation during limplification...
2020-01-01 Andrea Coralloadd phi finalizer
2020-01-01 Andrea Coralloadd ssa renaming
2020-01-01 Andrea Corallocore reorder
2020-01-01 Andrea Coralloadd comp-dominator-tree-walker
2020-01-01 Andrea Coralloplace phis
2020-01-01 Andrea Corallosome code massage + doc into the SSA pass
2020-01-01 Andrea Coralloadd dominator frontiers computation
2020-01-01 Andrea Corallocompute dominator tree
2020-01-01 Andrea Corallossa and endge number generation with generator
2020-01-01 Andrea Coralloadd edge computation
2020-01-01 Andrea Corallorename comp-ctxt-funcs comp-ctxt-exp-funcs
2020-01-01 Andrea Corallorework comp-new-frame
2020-01-01 Andrea Corallorework basic block creation
2020-01-01 Andrea Corallofix missing cl- prefix in comp.el
2020-01-01 Andrea Corallostyle nit
2020-01-01 Andrea Coralloadd test for recursive calls
2020-01-01 Andrea Corallofix broken selfcall optimization
2020-01-01 Andrea Corallocrank optimizations while running native compiler test...
2020-01-01 Andrea Corallopacify gcc and improve sanaity checks
2020-01-01 Andrea Corallodo not override existing basic blocks when branching...
2020-01-01 Andrea Coralloadd verbosity parameter
2020-01-01 Andrea Corallorework log mechanism to work non interactively too
2020-01-01 Andrea Coralloadd sanity check into compile_function
2020-01-01 Andrea Corallosome error handling in compile_function
next