Make sure assembly ordering matches MS by always appending. Fixes #10004.
[mono.git] / mono /
2013-02-04 Rodrigo KumperaMake sure assembly ordering matches MS by always append...
2013-02-04 Rodrigo KumperaMerge pull request #543 from knocte/master
2013-02-04 Zoltan VargaReset constrained_call in the gsharedvt code path as...
2013-02-03 Zoltan VargaFix an assert which can be hit in gsharedvt mode. Fix...
2013-02-03 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-03 Andres G. Aragoneses[System.Reflection.Emit] Store dynamic assemblies after...
2013-02-03 Mark Probst[sgen] Fix hazard pointer free deadlock problem. Fixes...
2013-02-02 Mark ProbstRemove a dead function.
2013-02-02 Mark Probst[sgen] Make sure there's never a JIT info table without...
2013-02-02 Zoltan VargaEmit a separate copy of the gsharedvt trampoline in...
2013-02-01 Zoltan VargaEnable gsharedvt for newobj+valuetypes.
2013-01-30 Zoltan VargaEmit unbox trampolines for all methods of vtypes in...
2013-01-30 Zoltan VargaRemove a gsharedvt check which is no longer needed.
2013-01-30 Zoltan VargaRemove a check from mono_arch_find_imt_method () which...
2013-01-30 Zoltan VargaFix a special case in mono_method_get_vtable_slot ...
2013-01-30 Zoltan VargaPass the caller method address to mono_class_fill_runti...
2013-01-30 Zoltan VargaCompute the MonoGenericSharingContext from the caller...
2013-01-29 Zoltan VargaRemove a gsharedvt limitation when a non-virtual method...
2013-01-29 Zoltan VargaEmit proper unwind info for the gsharedvt trampoline...
2013-01-28 Rodrigo KumperaImprove our native crash experience.
2013-01-28 Rodrigo KumperaMove mono_runtime_printf_err to use critical level...
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...
next