Add an aot option to override the value of readonly static fields.
[mono.git] / mono / mini / mini.h
2011-06-27 Paolo MolaroAdd an aot option to override the value of readonly...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Rodrigo KumperaExtract the code to emit a memory barrier. Add a memory...
2011-05-25 Zoltan VargaImplement AOT support for the new Monitor.Enter ()...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo KumperaMake mono_install_handler_block_guard work with an...
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-13 Rodrigo KumperaImplement the JIT side of the new mono-threads callbacks.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-03-27 Zoltan VargaMake mono_arch_context_get_int_reg () return an mgreg_t.
2011-03-25 Zoltan VargaAdd a mono_arch_context_set_int_reg () function, amd64...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-10 Lucas MeijerImplement signal chaining for windows. Useful for letti...
2011-03-10 Rodrigo KumperaReplace mono_walk_stack with mono_stack_walk_simple.
2011-03-10 Rodrigo KumperaAdd mono_thread_state_init_from_monoctx
2011-03-09 Rodrigo KumperaFirst pass removing the old unwinding code.
2011-03-09 Rodrigo KumperaIntroduce MonoThreadUnwindState and a bunch overloads...
2011-03-09 Rodrigo KumperaMove some stack unwinding defines to utils
2011-03-08 Zoltan VargaGet rid of mono_allocate_stack_slots, since all callers...
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-06 Zoltan VargaRefactor the LMF creation code into separate functions...
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-02 Rodrigo KumperaMove mgreg_t to utils.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-21 Rodrigo KumperaMove declaration to a more appropriate header.
2011-02-19 Zoltan VargaReorganize the way jump_target_hash is stored in the...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Zoltan VargaRemove unused mono_arch_has_unwind_info () function.
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-26 Zoltan VargaAdd a 'suspend-on-unhandled' MONO_DEBUG option to help...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-14 Zoltan VargaRevert "Avoid defining boehm/sgen defines when compilin...
2011-01-13 Zoltan VargaAvoid defining boehm/sgen defines when compiling files...
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-10 Zoltan VargaFix the loadable llvm build.
2011-01-10 Rodrigo KumperaFix a deadlock on the interrupt guard machinery.
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Zoltan VargaMake 'mono_aot_assembly_name' a local symbol as well.
2011-01-07 Zoltan VargaReorganize the static AOT support a bit more: the ...
2011-01-07 Zoltan VargaAdd sanity check to AOT for long/double alignment.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Elijah Taylormore ilp32 defines
2011-01-04 Elijah Taylorfix IMT_REG assignments that got switched for non-nacl...
2011-01-04 Rodrigo KumperaFix guard interrupt protection.
2011-01-03 Zoltan VargaAdd more comments for the fields of MonoAotFileInfo.
2011-01-03 Zoltan VargaReorganize the AOT file format once more, get rid of...
2011-01-03 Zoltan VargaImplement support for llvm+thumb2+aot on arm.
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaImplement AOT support.
2011-01-03 Zoltan VargaFix the handling of methods with finally clauses so...
2011-01-03 Zoltan VargaImplement precise scanning of param area slots. Fix...
2011-01-03 Zoltan VargaRewrite everything. Instead of computing liveness inter...
2011-01-03 Zoltan VargaAdd a new regbank for spill slots holding managed point...
2011-01-03 Zoltan VargaImplement precise scanning of registers by scanning...
2011-01-03 Zoltan VargaAdd support for GC tracking of some spill slots.
2011-01-03 Zoltan VargaAdd infrastructure for marking the whole frame, not...
2011-01-03 Zoltan VargaAdd infrastructure for marking vregs as holding a GC...
2011-01-03 Zoltan VargaStore the liveness information in a two dimensional...
2011-01-03 Zoltan VargaAdd a MONO_INST_GC_TRACK inst flag to mark variables...
2011-01-03 Zoltan VargaAdd a modified liveness analysis pass to compute precis...
2011-01-03 Zoltan VargaOngoing work.
2011-01-03 Zoltan VargaUse a more compact encoding for references to icall...
2010-12-18 Zoltan VargaName the llvm methods using the debug symbol by default...
2010-12-17 Elijah TaylorMerged in rest of Native Client changes, untested
2010-12-11 Zoltan VargaAdd a mono_arch_set_target () function to set the targe...
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Zoltan VargaMove the identical MonoLMFExt declarations to mini.h.
2010-12-01 Zoltan VargaSave the original throw context into TLS so stack walks...
2010-12-01 Zoltan VargaExport mono_xdebug_flush ().
2010-11-25 Zoltan VargaFix stack alignment when resuming from a signal handler...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-10 Zoltan VargaAdd an AOT flag for aot images compiled with soft-debug...
2010-11-08 Zoltan VargaMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-11-05 Zoltan VargaUnify stack walking functions:
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-11-01 Zoltan VargaInclude JIT time in --stats output.
2010-10-31 Zoltan VargaRework decoding of method references in the AOT runtime.
2010-10-14 Zoltan VargaGet rid of the old mono_arch_find_jit_info functions...
2010-10-12 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
2010-10-07 Zoltan VargaRemove the MonoGenericContext/MonoMethod arguments...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
next