The System.Net.Sockets.Socket type lives in both System.dll and System.Net.dll for...
[mono.git] / mono / mini /
2010-10-12 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-11 Rodrigo KumperaHandle dynamic methods as managed.
2010-10-11 Gonzalo Paniagua... Remove warnings
2010-10-11 Zoltan VargaFix full-aot support for the stelemref wrappers.
2010-10-09 Rodrigo KumperaImplement fast stelemref.
2010-10-08 Zoltan VargaFix the sparc build.
2010-10-07 Rodrigo KumperaImplement managed versions of the caching icalls.
2010-10-07 Rodrigo KumperaAdd gsharing support for cached casts.
2010-10-07 Rodrigo KumperaAdd single entry cache to casts of types with variant...
2010-10-07 Rodrigo KumperaFast cast for some cases of generic variant types.
2010-10-07 Zoltan VargaAdd --debug=casts support for ArrayTypeMismatchException's.
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
2010-10-07 Zoltan VargaRemove the MonoGenericContext/MonoMethod arguments...
2010-10-05 Zoltan VargaFix a warning.
2010-10-05 Rodrigo KumperaImplement asm monitor/enter exit for amd64-sgen.
2010-10-05 Rodrigo KumperaImplement x86 support for monitor enter/exit fastpaths...
2010-10-05 Rodrigo KumperaEnable delegate .ctor optimization under sgen.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Zoltan VargaCheck the debugger_thread_exited condition in a loop...
2010-10-01 Zoltan VargaFix code buffer reallocation check for OP_SWITCH on...
2010-09-29 Rodrigo KumperaFix arm and ppc builds
2010-09-29 Gonzalo Paniagua... Handle error creating xdb.il
2010-09-27 Rodrigo KumperaAdd comment on the reason of a non obvious check.
2010-09-27 Rodrigo KumperaRaise ArgumentException for delegate on closed methods.
2010-09-27 Zoltan VargaMov the jit map generation code from tramp-x86.c to...
2010-09-27 Rodrigo KumperaRecord all trampolines to the jitmap.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-25 Zoltan VargaEnable support for wrapping non Exception subclasses...
2010-09-24 Zoltan VargaFix AOT support for OP_GC_CARD_TABLE on amd64.
2010-09-24 Rodrigo KumperaImplement amd64 support for OP_CARDTABLE.
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-23 Zoltan VargaDisable the wrapped exception code for now, it break...
2010-09-23 Zoltan VargaWrap thrown objects which do not derive from Exception...
2010-09-21 Rodrigo KumperaAdd support for break on unverifiable for verifier...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-19 Rodrigo KumperaFix OP_CARDTABLE to support overlapping cards.
2010-09-19 Zoltan VargaAdd store_mem_imm to the x86 machine description. Fixes...
2010-09-18 Zoltan VargaMove the setting of mono_lmf, mono_lmf_addr and mono_ji...
2010-09-18 Zoltan VargaMake MonoThreadCleanupFunc take an InternalThread inste...
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Rolf Bjarne KvingeOnly build one version of libmonoruntimemoon.la (the...
2010-09-16 Rolf Bjarne KvingeAdd a configure option to disable building the shared...
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Geoff NortonThe tid is passed around internally as a unsigned value.
2010-09-13 Zoltan VargaFix a problem in mono_arch_get_argument_info () introdu...
2010-09-10 Geoff NortonForward port this change for MonoVS
2010-09-10 Geoff Nortonfix typo
2010-09-10 Geoff Norton2009-12-14 Geoff Norton <gnorton@novell.com>
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Zoltan VargaFix x86 trace support after the callconv changes.
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-02 Rodrigo KumperaDuring inlining, verify the method before producing...
2010-09-02 Zoltan VargaAdd some comments about the current state of the precis...
2010-09-01 Geoff NortonFix build of mono-basic on ppc64
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Zoltan VargaAlign structures on the stack to 4/8 bytes on ppc.
2010-08-31 Rodrigo KumperaFix AOT under x86.
2010-08-31 Zoltan VargaAdd AOT support for GC inline write barriers.
2010-08-30 Zoltan VargaFix the ppc build.
2010-08-30 Zoltan VargaFix the order of the arguments to the ppc_store macros.
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaRemove leftover from testing.
2010-08-30 Rodrigo KumperaFix cardtable code under amd64.
2010-08-30 Rodrigo KumperaAdd support for card overlapping.
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 MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
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-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-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 Zoltan VargaFix the generation of debug information in AOT files...
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 Zoltan VargaAnother attempt at fixing the CAS regalloc problems.
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 NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
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-20 Zoltan VargaAn attempt to fix the register allocation problems...
2010-08-20 Zoltan VargaFix the reading of uninitialized data in the SSA code.
2010-08-20 Zoltan VargaCleanup generic sharing data structures correctly.
2010-08-20 Zoltan VargaFree rgctx_lazy_fetch_trampoline_hash at shutdown.
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 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...
next