]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
2020-01-01 Andrea Corallonit into comp-log
2020-01-01 Andrea Corallofix pretty printing in native compilation buffer
2020-01-01 Andrea Coralloadd assertion for missing op support
2020-01-01 Andrea Corallofix missing specbind import
2020-01-01 Andrea Coralloadd defconst support
2020-01-01 Andrea Coralloget right dependency during top level form evaluantion
2020-01-01 Andrea Corallorename comp-slot-next -> comp-slot+1
2020-01-01 Andrea Corallofix varset and add a test
2020-01-01 Andrea Corallofix single function compilation
2020-01-01 Andrea Corallouncomment back all tests
2020-01-01 Andrea Corallofix lambda handling and add a test for that
2020-01-01 Andrea Corallorename HAVE_LIBGCCJIT -> HAVE_NATIVE_COMP
2020-01-01 Andrea Corallofix build system for native compiler option
2020-01-01 Andrea Coralloinitial top level support (defvar working)
2020-01-01 Andrea Corallotest separate compile unit
2020-01-01 Andrea Corallobasic file compilation working
2020-01-01 Andrea Corallosplit final pass + some code rework
2020-01-01 Andrea Corallogeneralize code into comp.el for compile multiple funcitons
2020-01-01 Andrea Coralloprepare for file compilation
2020-01-01 Andrea Coralloremove unused helper functions
2020-01-01 Andrea Corallouse nrevese where necessary
2020-01-01 Andrea Corallosome order into special vars
2020-01-01 Andrea Coralloemit fixnum constants as immediates
2020-01-01 Andrea Corallofix relocs for all inliners
2020-01-01 Andrea Coralloupdate inline emitters
2020-01-01 Andrea Corallofix last test broken by reload
2020-01-01 Andrea Corallosimplify condition in emit_ctxt_code
2020-01-01 Andrea Coralloneed to temporary add a load path
2020-01-01 Andrea Corallorename a function test to avoid name clashing
2020-01-01 Andrea Corallodisable part of comp-tests-ffuncall
2020-01-01 Andrea Corallorework stati object serialization
2020-01-01 Andrea Corallolet emit_literal_string_func emit a dbg friendly friendly
next