]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-02-03 Andrea CoralloAlways define subr-native-elisp-p also without native...
2020-02-03 AndreaCoralloFix load_comp_unit for non zero speeds
2020-01-21 Andrea CoralloExtend propagation to a wider set of (non pure) functions
2020-01-20 Andrea CoralloClean-up unnecessary member usage
2020-01-20 Andrea CoralloDo no force speed while running the testsuite
2020-01-20 Andrea CoralloAlways force debug 0 for bootstrap test
2020-01-12 Andrea CoralloSplit relocated data into two separate arrays
2020-01-11 Andrea CoralloMove function reloc data into pure space during bootstrap
2020-01-03 Andrea CoralloSimplify configure.ac removing unnecessary empty parameters
2020-01-03 Andrea CoralloPrevent false warning emission
2020-01-02 Andrea CoralloExtend find-library-suffixes and find-library-name...
2020-01-02 Andrea CoralloFix bytecomp message when native compiling
2020-01-02 Andrea CoralloDo not block sw interrupts in batch mode (don't ignore...
2020-01-02 Andrea CoralloBetter compile-clean and bootstrap-clean target definition
2020-01-01 Andrea CoralloRevert "Pacify gcc -Wunused-function on Ubuntu 18.04.3"
2020-01-01 Andrea Coralloset nativecomp configure option off by default
2020-01-01 Andrea Corallomake standard emacs compilable again
2020-01-01 Andrea Corallocheck for libgccjit lib to be reachable in configure.ac
2020-01-01 Andrea Corallomake build system configurable again
2020-01-01 Andrea Corallocompile each eln to a temporary one and rename it as...
2020-01-01 Andrea Corallorework predicates to be homogeneous
2020-01-01 Andrea Corallodo not crash compilation trying to optimize wrong code
2020-01-01 Andrea Corallofix aliased function names trampoline removal
2020-01-01 Andrea Corallodisable propagation when non locals are present
2020-01-01 Andrea Corallorework build system for one pass
2020-01-01 Andrea Corallofix nit
2020-01-01 Andrea Coralloadd batch-byte-native-compile-for-bootstrap
2020-01-01 Andrea Coralloadd customize comp-never-optimize-functions
2020-01-01 Andrea Corallofix non local propagation handling
2020-01-01 Andrea Corallomove LATE_RELOCS just before VERY_LATE_RELOCS
2020-01-01 Andrea Corallosign and check function link table
2020-01-01 Andrea Corallosome rework to please --enable-check-lisp-object-type
2020-01-01 Andrea Corallorename IMPORTED_FUNC_LINK_TABLE -> FUNC_LINK_TABLE_SYM
2020-01-01 Andrea Corallodo not force function inlining
2020-01-01 Andrea Coralloset disassemble buffer in read only
2020-01-01 Andrea Corallofix naming for predicate SUBR_NATIVE_COMPILEDP
2020-01-01 Andrea Coralloadjust max_specpdl_size to sustain bootstrap
2020-01-01 Andrea Coralloadd native support to the build system
2020-01-01 Andrea Coralloalways fill freloc before compiling too
2020-01-01 Andrea Corallomove late relocs after emacs relocations
2020-01-01 Andrea Corallonever load a compilation unit without filling the func...
2020-01-01 Andrea Coralloadd elns to the gitignore
2020-01-01 Andrea Coralloadd batch-native-compile
2020-01-01 Andrea Corallomitigate ifdef proliferation
2020-01-01 Andrea Corallosome style fixes
2020-01-01 Andrea Coralloadd native elisp subr pdumper support
2020-01-01 Andrea Coralloadd native compilation unit pdumper support
2020-01-01 Andrea Coralloadd pdump relocation phases
2020-01-01 Andrea Corallosome more pdumper integration support
2020-01-01 Andrea CoralloRevert "split out copy_file_fd"
2020-01-01 Andrea CoralloRevert "use memory mapped file for loading elns"
2020-01-01 Andrea Coralloadd initial native compiler pdumper support
2020-01-01 Andrea Coralloadd disassemble support for native compiled functions
2020-01-01 Andrea Coralloadd native-comp-unit-file primitive
2020-01-01 Andrea Corallobetter printing for native compilation unit
2020-01-01 Andrea Coralloadd subr-native-compilation-unit primitive
2020-01-01 Andrea Corallofix invalid read in fill_freloc
2020-01-01 Andrea Coralloadd support for native comp unit to type-of
2020-01-01 Andrea Corallorationalize load functions
2020-01-01 Andrea Coralloclean-up unnecessary function prevent_gc
2020-01-01 Andrea Coralloremove load_handle_stack and use the implementation one
2020-01-01 Andrea Corallobetter compilation unit definition
2020-01-01 Andrea Corallosome rename on compilation unit struct
2020-01-01 Andrea Coralloinitial gc support
2020-01-01 Andrea Corallouse memory mapped file for loading elns
2020-01-01 Andrea Corallosplit out copy_file_fd
2020-01-01 Andrea Corallointroduce SUBRP_NATIVE_COMPILEDP
2020-01-01 Andrea Corallomake dynlib_close active code
2020-01-01 Andrea Coralloinitial compilation unit as object add
2020-01-01 Andrea Coralloadd basic compilation unit into structure
2020-01-01 Andrea Corallobetter scratch slot support
2020-01-01 Andrea Corallofix some nits
2020-01-01 Andrea Corallomake use of ARRAYELTS macro where possible
2020-01-01 Andrea Corallomalloc instead of static alloc into emit_ctxt_code
2020-01-01 Andrea Corallofix comp--register-subr
2020-01-01 Andrea Coralloremove advice dependency
2020-01-01 Andrea Coralloclean-up old function relocation code
2020-01-01 Andrea Coralloreworking relocation mechanism to use one single table
2020-01-01 Andrea Coralloremove ifdef where unnecessary and add where they are
2020-01-01 Andrea Corallostringify within macro ADD_IMPORTED
2020-01-01 Andrea Corallouse safe alloca in declare_imported_func
2020-01-01 Andrea Corallostyle nit
2020-01-01 Andrea Corallosingle function native compilation doc + interactive...
2020-01-01 Andrea Coralloadd native interactive support test
2020-01-01 Andrea Coralloadd native documentation support test
2020-01-01 Andrea Corallonative compile interactive functions support
2020-01-01 Andrea Coralloadd int-spec to comp-func
2020-01-01 Andrea Corallospill also interactive functions
2020-01-01 Andrea Corallorenaming comp-decrypt-lambda-list -> comp-decrypt-arg...
2020-01-01 Andrea Coralloadd native compiled function docstring support
2020-01-01 Andrea Corallolet intern_c_string works creating with non-pure strings
2020-01-01 Andrea Corallobetter naming variable
2020-01-01 Andrea Corallodocumentation nit
2020-01-01 Andrea Corallodo not emit elc file while native compiling
2020-01-01 Andrea Corallonative-compile-async accept list as input
2020-01-01 Andrea Coralloinsert compilation end message at the bottom of the...
2020-01-01 Andrea Corallofix comp-propagate-insn type propagation
2020-01-01 Andrea Coralloremove unnecessary return when printing blocks
2020-01-01 Andrea Corallogate propagate to comp-speed > 1
2020-01-01 Andrea Coralloupdate limple example
next