Make mono_print_unhandled_exception resilient to nested exceptions.
[mono.git] / mono /
2013-01-28 Rodrigo KumperaMake mono_print_unhandled_exception resilient to nested...
2013-01-28 Rodrigo KumperaUse a non RT signal on Android since its userland is...
2013-01-28 Zoltan VargaImplement support for virtual generic calls from gshare...
2013-01-27 Mark Probst[sgen] Fix internal allocator DTrace probes commit.
2013-01-27 Mark Probst[sgen] Finish concurrent collection before clearing...
2013-01-26 Marek SafarMerge pull request #539 from pnewhook/master
2013-01-26 Mark Probst[sgen] DTrace probes for internal allocations.
2013-01-26 Zoltan VargaFix a regression introduced by 7ca90f152d8ee9f0f7b6e5a5...
2013-01-25 Zoltan VargaAdd some debugging code to sdb to help track down ...
2013-01-25 Zoltan VargaAvoid generating seq points in native-to-managed wrappe...
2013-01-25 Zoltan VargaRemove emit_gsharedvt_call (), use mono_emit_calli...
2013-01-25 Zoltan VargaRework the call handling code in mono_method_to_ir...
2013-01-24 Zoltan VargaAvoid a newline in a mono_trace () call, it already...
2013-01-24 Mark Probst[sgen] Stress test for cementing.
2013-01-24 Mark Probst[sgen] DTrace probe for cementing objects.
2013-01-24 Zoltan VargaFix the calculation of MONO_RGCTX_INFO_VALUE_SIZE for...
2013-01-24 Zoltan VargaInclude the -gsharedvt.c files when MONO_EXTENSIONS...
2013-01-23 Mark ProbstMerge branch 'feature-perpetual-pinning'
2013-01-23 Mark Probst[sgen] Run SGen tests with marksweep-conc and split...
2013-01-23 Mark Probst[sgen] Fix an assertion that triggered with simple...
2013-01-23 Mark Probst[sgen] Better explanation for scanning whole nursery...
2013-01-23 Mark Probst[sgen] Move cementing parameters to sgen-conf.h.
2013-01-23 Mark Probst[sgen] Comment on the cement modulo hash.
2013-01-23 Mark Probst[sgen] Use SGEN_ASSERT for cementing assertions.
2013-01-23 Mark Probst[sgen] Make cementing work with split nursery.
2013-01-23 Mark Probst[sgen] Whole heap check can only lookup, not change...
2013-01-23 Mark Probst[sgen] Shadow cementing table to allow cementing during...
2013-01-23 Mark Probst[sgen] Fix whole heap check for cementing.
2013-01-23 Mark Probst[sgen] Option for disabling cementing.
2013-01-23 Mark Probst[sgen] Binary protocol for global remsets not only...
2013-01-23 Mark Probst[sgen] Binary protocol for cementing.
2013-01-23 Mark Probst[sgen] Cementing
2013-01-21 Zoltan VargaFix an assert in mini_emit_stobj () when sgen+gsharedvt...
2013-01-21 Zoltan VargaFix the build.
2013-01-21 Zoltan VargaFix the build.
2013-01-21 Zoltan VargaAdd a hack to allow us to wait for the finalizer thread...
2013-01-20 Zoltan VargaFix the build.
2013-01-20 Zoltan VargaLoad the -gshared.c files from the mono-extensions...
2013-01-20 Zoltan VargaDisable the check for inflating types with typedbyref...
2013-01-20 Zoltan VargaImplement support for interface calls from gsharedvt...
2013-01-20 Zoltan VargaFix the DISABLE_JIT build on ARM.
2013-01-20 Zoltan VargaAvoid creating instantiations which violate method...
2013-01-20 Zoltan VargaPrint methods which cannot be gsharedvt compiled when...
2013-01-20 Zoltan VargaFix some LLVM problems.
2013-01-20 Zoltan VargaAdd gsharedvt tests.
2013-01-20 Zoltan VargaAdd AOT support for gsharedvt.
2013-01-20 Zoltan VargaImplement ARM backend support for gsharedvt.
2013-01-20 Zoltan VargaImplement x86 backend support for gsharedvt.
2013-01-20 Zoltan VargaFix the build.
2013-01-20 Zoltan VargaFix the setting of gsharedvt_supported when using the...
2013-01-20 Zoltan VargaAllow the usage CEE_MONO opcodes in gsharedvt code.
2013-01-20 Zoltan VargaDisable LLVM for gsharedvt methods.
2013-01-20 Zoltan VargaFix the DISABLE_JIT build.
2013-01-20 Zoltan VargaAdd minimal gsharedvt support to the tracing code.
2013-01-20 Zoltan VargaPrint more detailed information about call instructions...
2013-01-20 Zoltan VargaAdd gsharedvt support to the JIT and to the trampoline...
2013-01-20 Zoltan VargaAdd gsharedvt support functions to the generic sharing...
2013-01-20 Zoltan VargaMake MonoGenericSharingContext store whenever type...
2013-01-20 Zoltan VargaAdd a few new rgctx info types.
2013-01-20 Zoltan VargaAdd two wrappers which are used to transition between...
2013-01-20 Zoltan VargaAdd new GSHAREDVT optimization flag.
2013-01-19 Mark Probst[sgen] Make concurrent mark work with the split nursery.
2013-01-18 Rodrigo KumperaSilence a lot of warnings on linux.
2013-01-18 Rodrigo Kumpera[sgen] Fix the fixed-heap + parallel configuration...
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-17 Rodrigo Kumpera[sgen]Rework the ephemeron code to not rely on object...
2013-01-17 Rodrigo Kumpera[sgen] Cleanup, remove object ranges for finalization...
2013-01-17 Rodrigo KumperaAdd test for #9590.
2013-01-17 Rodrigo KumperaA weak link target is zeroed before we unregister it...
2013-01-16 Mark Probst[sgen] Remove the copying major collector.
2013-01-16 Rodrigo KumperaRemove tracking link hashtables no longer used by boehm.
2013-01-16 Rodrigo KumperaBoehm now supports long links.
2013-01-16 Rodrigo KumperaCheck if the thread suspend correctly. Fixes shutdown...
2013-01-15 Zoltan VargaWait for the finalizer thread to actually exit before...
2013-01-14 Zoltan VargaRemove some special case code from mono_image_get_field...
2013-01-14 Zoltan VargaCheck source files without path as well when using...
2013-01-14 Mark Probst[sgen] Bugfix: Don't lose global remsets with the split...
2013-01-12 Mark Probst[sgen] Flag in minor collector struct for whether it...
2013-01-12 Mark Probst[sgen] Only protocol/DTrace pinning when we actually...
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-11 Mark Probst[sgen] Don't report that we need a major collection...
2013-01-11 Mark Probst[sgen] MONO_GC_DEBUG option for checking mark bit consi...
2013-01-11 Mark Probst[sgen] Bugfix: Actually sweep blocks when doing concurr...
2013-01-11 Mark Probst[sgen] Add a missing binary protocol call.
2013-01-11 Mark Probst[sgen] Bugfix: When scanning mod table, follow major...
2013-01-11 Mark Probst[sgen] More information in describe_ptr(), and unify...
2013-01-11 Mark Probst[sgen] Binary protocol entry for card scanning.
2013-01-11 Zoltan VargaApplied patch from Tal Aloni <tal.aloni.il@gmail.com...
2013-01-11 Zoltan VargaAllow array fields with marshal descriptions in can_mar...
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-09 Rodrigo Kumpera[profiler]Explicitly include <sys/syscall.h> when using...
2013-01-09 Jonathan PryorLockFile() should error with ERROR_INVALID_PARAMETER...
2013-01-09 Zoltan VargaAvoid an assert if seq points are not found for a metho...
2013-01-07 Zoltan VargaUse a separate field for avoiding recursion in setup_fi...
2013-01-06 Mark Probst[sgen] Pass the reference, not just its location, to...
2013-01-05 Zoltan VargaDon't swallow the loader error if a field type cannot...
2013-01-05 Zoltan VargaFix the previous change.
2013-01-05 Zoltan VargaFix support for large offsets in the OP_CALL_MEMBASE...
next