aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Remove a layer of indirection for access to pure storage.Nicolás Bértolo2020-05-201-7/+6
* * src/comp.c (emit_setjmp): Aesthetic, respect 80 columns limit.Andrea Corallo2020-05-201-6/+9
* * Handle setjmp() taking two arguments in Windows.Nicolás Bértolo2020-05-201-6/+41
* Do not block SIGIO in platforms that don't have it.Nicolás Bértolo2020-05-201-0/+2
* * Fix bug#41346 assertion triggered while loading dumpAndrea Corallo2020-05-171-2/+1
* * Add check_comp_unit_relocsAndrea Corallo2020-05-151-0/+33
* Sanity check on lambdas fixupsAndrea Corallo2020-05-151-0/+1
* * Better Vcomp_sym_subr_c_name_h test function + docAndrea Corallo2020-05-151-2/+2
* Add anonymous lambdas reload mechanismAndrea Corallo2020-05-151-19/+69
* * Render all immediates as comments at comp-debug > 2Andrea Corallo2020-05-141-1/+13
* * Dump log and intemediate GCC IRs only at comp-debug 3Andrea Corallo2020-05-141-1/+1
* * Split emit_const_lisp_obj logicAndrea Corallo2020-05-141-17/+24
* * Rename emit_mvar_access -> emit_mvar_lvalAndrea Corallo2020-05-141-3/+3
* * Rename emit_mvar_val -> emit_mvar_rvalAndrea Corallo2020-05-141-14/+14
* * Indentation fixAndrea Corallo2020-05-141-9/+9
* * src/comp.c (load_comp_unit): Style fix.Andrea Corallo2020-05-101-1/+1
* * Fix --enable-check-lisp-object-type GNU/Linux X86_64 buildAndrea Corallo2020-05-091-2/+2
* Convert before final function doc hash into a vector.Andrea Corallo2020-04-261-9/+7
* Lazy load function documentation.Andrea Corallo2020-04-251-1/+16
* * Rename TEXT_OPTIM_QLY into TEXT_OPTIM_QLY_SYM.Andrea Corallo2020-04-251-3/+4
* * src/comp.c (declare_function): fix missing NILP.Andrea Corallo2020-04-251-1/+1
* Store function documentations in a hash table.Andrea Corallo2020-04-251-2/+10
* Introduce load-true-file-nameAndrea Corallo2020-04-131-5/+5
* * src/comp.c (emit_FIXNUMP): Don't emit a shift when unnecessary.Andrea Corallo2020-04-061-7/+8
* * src/comp.c (emit_XFIXNUM): Fix for LSB_TAG plus annotate a FIXME.Andrea Corallo2020-04-051-8/+11
* * src/comp.c (emit_const_lisp_obj, emit_mvar_val): Fix.Andrea Corallo2020-04-051-10/+22
* * src/comp.c (hash_native_abi): Fix assertion.Andrea Corallo2020-04-051-1/+1
* * src/comp.c (emit_binary_op): New function.Andrea Corallo2020-04-051-229/+166
* * src/comp.c: Emit cast only when necessary.Andrea Corallo2020-04-051-42/+47
* * src/comp.c: Add MSB TAG and wide int support.Andrea Corallo2020-04-051-32/+194
* * src/comp.c: Clean-up unnecessary field declaration.Andrea Corallo2020-04-051-5/+0
* src/comp.c: Fix i386Andrea Corallo2020-04-031-30/+5
* Prevent collisions in C namespace and function shadowingAndrea Corallo2020-03-291-7/+16
* * comp.c (maybe_defer_native_compilation): Compile comp dependecies.Andrea Corallo2020-03-291-7/+33
* src/comp.c (Fcomp__init_ctxt): AestheticAndrea Corallo2020-03-291-8/+0
* * comp.c (emit_mvar_access): Fix speed 1 compilationAndrea Corallo2020-03-241-1/+1
* Guard against function redefinition during deferred loadAndrea Corallo2020-03-231-8/+31
* * comp.c (maybe_defer_native_compilation): FixAndrea Corallo2020-03-221-2/+7
* * comp.c (maybe_defer_native_compilation): Add some debug codeAndrea Corallo2020-03-221-0/+21
* * comp.c (native-elisp-load): Guard against misisng file.Andrea Corallo2020-03-181-1/+3
* Command late load when deferring compilationAndrea Corallo2020-03-191-1/+3
* Extend low level code for late loadAndrea Corallo2020-03-191-20/+16
* Trigger native compilation when loading bytecodeAndrea Corallo2020-03-161-1/+37
* Prefix native compilation folders with "eln-"Andrea Corallo2020-03-131-5/+6
* * Improve load_comp_unitAndreaCorallo2020-03-101-21/+26
* Hash eln ABI once and add it to the output compilation pathAndreaCorallo2020-03-031-6/+23
* ; Nit fix in commentAndreaCorallo2020-02-261-1/+1
* Change parameter name into comp--compile-ctxt-to-fileAndreaCorallo2020-02-061-5/+5
* Remove relocation index form LIMPLE setimmAndreaCorallo2020-03-011-3/+3
* Optimize relocation classes for object duplicationAndrea Corallo2020-03-011-51/+70