Extract card scanning code.
[mono.git] / mono /
2010-08-30 Rodrigo KumperaExtract card scanning code.
2010-08-30 Rodrigo KumperaReplace clear_card functions with block enumeration...
2010-08-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-29 Zoltan VargaRemove obsolete LLVM passes.
2010-08-28 Zoltan VargaGet rid of filter clauses in runtime invoke wrappers...
2010-08-28 Zoltan VargaGet rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
2010-08-28 Zoltan VargaPrint the unimplemented interface method warnings using...
2010-08-28 Zoltan VargaAvoid the loading of metadata for IMT calls from AOT...
2010-08-28 Zoltan VargaReorganize the vtable slot patching code a bit.
2010-08-28 Zoltan VargaRemove a redundant if ().
2010-08-28 Zoltan VargaAvoid allocating empty arrays in ves_icall_Type_GetInte...
2010-08-28 Zoltan VargaUse the klass pointer instead of the klass name when...
2010-08-27 Zoltan VargaImprove the hashing of MonoTypes representing type...
2010-08-27 Zoltan VargaAdd a mono_g_hash_table_print_stats () function to...
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Zoltan VargaStore information about file shares in a hash table...
2010-08-26 Gonzalo Paniagua... Translate socket error to match .NET
2010-08-25 Andrew JorgensenAdd sgen-cardtable.c to sgen_sources (for dist)
2010-08-25 Rodrigo KumperaFix value returned by PropertyInfo::DeclaringType
2010-08-25 Zoltan VargaFix a warning.
2010-08-25 Mark Probst[sgen] Fix build.
2010-08-25 Mark Probst[sgen] Inline card table wbarrier with nursery check.
2010-08-25 Mark Probst[sgen] Properly update heap boundaries for fixed-heap...
2010-08-25 Mark Probst[sgen] Make binary protocol thread-safe for real.
2010-08-24 Rodrigo KumperaAdd regression test for 633291.
2010-08-24 Rodrigo KumperaFix EH handling corner case.
2010-08-24 Zoltan VargaDo some refactoring in the local register allocator.
2010-08-24 Zoltan VargaFix a problem introduced by the last CAS regalloc change.
2010-08-24 Robert NagyMake sgen compile on OpenBSD, by adding the missing...
2010-08-24 Gonzalo Paniagua... Fix permissions
2010-08-24 Zoltan VargaRevert "Close mscorlib on shutdown to avoid leaking...
2010-08-24 Zoltan VargaFix the generation of debug information in AOT files...
2010-08-24 Miguel de IcazaAdd the Sgen license text to the new sgen files
2010-08-23 Zoltan VargaAdd a CAS regalloc test.
2010-08-23 Zoltan VargaMore CAS regalloc fixes.
2010-08-23 Mark ProbstMerge branch 'cardtable-inline-nofix'
2010-08-23 Mark Probst[sgen] Shorter IR for inlined write barrier.
2010-08-23 Mark Probst[sgen] Inline card table write barrier.
2010-08-23 Mark Probst[mini] Factor out function for emitting write barriers.
2010-08-23 Rodrigo Kumpera[sgen] Use cardtable for all wbarriers, not just generi...
2010-08-23 Rodrigo Kumpera[sgen] Use mincore to dump faulted pages in the cardtable.
2010-08-23 Rodrigo Kumpera[sgen] Direct card table implementation.
2010-08-23 Robert Nagyremove unused variable
2010-08-23 Zoltan VargaFix an assert introduced by the previous change on...
2010-08-23 Zoltan VargaAnother attempt at fixing the CAS regalloc problems.
2010-08-23 Rodrigo KumperaFix some loader error leaks.
2010-08-23 Rodrigo KumperaFix some loader error leaks.
2010-08-23 Zoltan VargaAdd support for --debug=casts to the mono_object_castcl...
2010-08-23 Robert NagyUse struct sockpeercred instead of struct ucred on...
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-22 Miguel de IcazaUpdated copyrights to SGen files that were missing it
2010-08-21 Mark Probst[mini] Write barrier liveness fix.
2010-08-21 Zoltan VargaAvoid accessing rs->vassign [ins->dreg] if the instruct...
2010-08-21 Zoltan VargaFix invoking of gshared methods in marshalbyref objects...
2010-08-21 Zoltan VargaAvoid freeing an NULL hashtable.
2010-08-21 Gonzalo Paniagua... Try to make delegate2 test always pass
2010-08-20 Zoltan VargaFix a crash in mono_field_get_value_object () after...
2010-08-20 Zoltan VargaAn attempt to fix the register allocation problems...
2010-08-20 Zoltan VargaAdd an option for running the runtime tests under valgrind.
2010-08-20 Zoltan VargaFix the reading of uninitialized data in the SSA code.
2010-08-20 Zoltan VargaAvoid freeing type_initialization_hash () for now becau...
2010-08-20 Zoltan VargaFree the handle data in handles_cleanup().
2010-08-20 Zoltan VargaFix another bunch of shutdown leaks.
2010-08-20 Zoltan VargaCleanup generic sharing data structures correctly.
2010-08-20 Zoltan VargaAdd a 'mono_remove_image_unload_hook' function, store...
2010-08-20 Zoltan VargaFree a few hash tables in object.c.
2010-08-20 Zoltan VargaAvoid leaking 'generic_array_method_info' by allocating...
2010-08-20 Zoltan VargaFree the wsq data even if the thread pool was not started.
2010-08-20 Zoltan VargaAvoid a crash in if image->references [i] is REFERENCE_...
2010-08-20 Zoltan VargaFree rgctx_lazy_fetch_trampoline_hash at shutdown.
2010-08-20 Zoltan VargaFix memory leaks in io-layer. Avoid starting the collec...
2010-08-20 Zoltan VargaFree the global dllmap at shutdown.
2010-08-19 Zoltan VargaAvoid leaking 'image_sets' in metadata.c.
2010-08-19 Zoltan VargaFix some AOT memory leaks.
2010-08-19 Zoltan VargaFix a bunch of shutdown leaks in the JIT+LLVM backend.
2010-08-19 Zoltan VargaClose mscorlib on shutdown to avoid leaking it.
2010-08-19 Zoltan VargaHandle some members of mono_jit_stats using the counter...
2010-08-19 Zoltan VargaAllow LLVM compiled AOT code to be loaded into a non...
2010-08-19 Zoltan VargaAdd more trampoline stats.
2010-08-19 Zoltan VargaCompute methods_with_llvm/without_llvm correctly even...
2010-08-18 Mark MasonSimplify test for MIPS imm16 operands.
2010-08-18 Mark MasonSupport for large stackframes on MIPS.
2010-08-18 Mark MasonMake long_branch a runtime switch. Factor mips_call...
2010-08-18 Mark MasonFix codegen for LOAD*_MEMBASE, add assert to catch...
2010-08-18 Zoltan VargaFix building with MSVC.
2010-08-18 Zoltan VargaFix building with MSVC.
2010-08-18 Zoltan VargaBump the size of the epoll threads to 256k on 64 bit...
2010-08-18 Zoltan VargaAdd an assert to protect against the altstack clobberin...
2010-08-17 Zoltan VargaGet rid of some #ifdef EGLIB_MAJORs.
2010-08-17 Zoltan VargaRemove support for building with system glib.
2010-08-17 Zoltan VargaDisable the InternalAllocateStr optimization when in...
2010-08-17 Zoltan VargaEnable support for --break-at-bb on x86 too.
2010-08-17 Elijah TaylorDisable sockets and a few other things when using NACL.
2010-08-17 Elijah TaylorAllow mscorlib to be loaded from disk when using NACL.
2010-08-17 Elijah TaylorDisable sockets and locking when using NACL.
2010-08-16 Rodrigo KumperaMerge branch 'mono_class_field_lazy_loading'
2010-08-16 Zoltan VargaFix storer4/r8_memindex opcode metadata.
2010-08-16 Rodrigo KumperaHandle field's type lazy loading.
2010-08-16 Rodrigo KumperaHandle MonoClassField::type lazy loading.
next