Resolve switch block without fake sections blocks. Fixes #10781
[mono.git] / mono /
2013-03-13 Mark Probst[sgen] Gather a histogram of layouts of scanned objects.
2013-03-13 Zoltan VargaFix some DISABLE_JIT problems.
2013-03-12 Rodrigo KumperaWrap MonoVTable::remote into a pair of accessors to...
2013-03-12 Rodrigo KumperaWrap MonoClass::is_com_object into a pair of accessors...
2013-03-12 Rodrigo KumperaSmall cleanup on runtime shutdown to move more code...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-12 Zoltan VargaImplement OP_LCONV_TO_I4 using OP_SEXT_I4 instead of...
2013-03-11 Mark Probst[tests] In GC descriptor tests script, optionally gener...
2013-03-11 Rodrigo KumperaOptimize mono_gc_bzero and mono_gc_memmove to closely...
2013-03-11 Zoltan VargaExport inst_is_gsharedvt_sharable () so it is usable...
2013-03-11 Zoltan VargaAdd a 'dwarfdebug' AOT option to emit DWARF debug info...
2013-03-11 Miguel de IcazaMerge pull request #597 from kamalaboulhosn/master
2013-03-09 Kamal Aboul-HosnAdded translation for EHOSTDOWN errno
2013-03-08 Miguel de IcazaMerge pull request #469 from symform/symform-better...
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-08 Jb EvainAdd generated Makefile.am to gitignore
2013-03-08 Zoltan VargaAvoid loading AOT modules for ref-only assemblies.
2013-03-08 Zoltan VargaAvoid a crash if the Volatile class is linked away.
2013-03-08 Zoltan VargaAdd full-aot support for Volatile.Read<T>/Write<T> ().
2013-03-08 Zoltan VargaFix the encoding of runtime-invoke wrappers in AOT...
2013-03-07 Rodrigo KumperaReplace a useless g_assert with a g_error that actually...
2013-03-07 Rodrigo KumperaMake sure to unlock InternalThread::synch_cs when we...
2013-03-07 Zoltan VargaFix a typo introduced by c808ced1e2fa580762a8022754ded9...
2013-03-07 Zoltan VargaMake begin-invoke/end-invoke wrappers for generic deleg...
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-07 Zoltan VargaImplement Volatile.Read/Write<T> and Interlocked.Memory...
2013-03-07 Zoltan VargaClean up the code which handles prepending _ to global...
2013-03-06 Mark Probst[sgen] Just warn, don't abort, on invalid MONO_GC_PARAM...
2013-03-06 Mark Probst[sgen] Allow empty parameters in MONO_GC_PARAMS and...
2013-03-06 Zoltan VargaFix some ARM assembly in MONO_CONTEXT_GET_CURRENT ().
2013-03-06 Zoltan VargaMake the JIT icall wrappers for opcode emulation jit...
2013-03-06 Zoltan VargaModify the way calls to icalls are made from the icall...
2013-03-06 Zoltan VargaFix AOT on osx+amd64.
2013-03-06 Mark ProbstMerge pull request #593 from Cynede/master
2013-03-06 Heatheruse floor division // instead of / because in python...
2013-03-06 Heatherpython 3 compatibility in gen-descriptor-tests.py
2013-03-05 Mark Probst[sgen] Unify non-concurrent and concurrent M&S.
2013-03-05 Mark Probst[tests] Init Random with defined value in GC descriptor...
2013-03-05 Zoltan VargaChange the linkage of the type_info symbols generated...
2013-03-05 Marek SafarFixes build
2013-03-05 Marek SafarFix wrong usage of ConstructoInfo::Invoke
2013-03-05 Martin BauligAdd to EXTRA_DIST.
2013-03-04 Duncan MakAdd gc-descriptors to SUBDIRS.
2013-03-04 Rodrigo KumperaFix cominterop.
2013-03-04 Rodrigo KumperaFix marshal.c DISABLE_JIT on device.
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Martin BauligRuntime assembly mapping for PCL.
2013-03-04 Zoltan VargaDist the Makefile.am.in files. Fixes #10874.
2013-03-04 Mark Probst[sgen] Disable parallel M&S in combination with split...
2013-03-04 Mark ProbstMerge branch 'feature-descriptor-tests'
2013-03-04 Mark Probst[tests] Test valuetype GC descriptors, too.
2013-03-04 Mark Probst[tests] Optional big-switch version of GC descriptor...
2013-03-04 Mark Probst[tests] Test for GC descriptors - first draft.
2013-03-04 Mark ProbstMerge pull request #586 from awinters-fvs/awinters...
2013-03-04 Rodrigo KumperaMerge pull request #589 from qhalid/master
2013-03-04 Chris BallPrevent path fallback for mono-sgen and pedump
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-04 Marek SafarRemove unused icall
2013-03-02 Alex Rønne Petersenmetadata/gc.c: Fix a warning when casting MonoInternalT...
2013-03-02 awinters-fvsSubtract sizeof LOSObject instead of LOSObject*
2013-03-02 Zoltan VargaFix the generation of stelemref wrappers in full-aot...
2013-03-01 Zoltan VargaAdd an IsInitialized property to TypeMirror which retur...
2013-03-01 Zoltan VargaFix the lookup of some ctors in exception.c. Fixes...
2013-03-01 Zoltan VargaRemove the unmaintained and incomplete alpha backend.
2013-03-01 Rodrigo KumperaFix cross compilation under DISABLE_REMOTING
2013-03-01 Rodrigo KumperaBring back ActivationServices::AllocateUninitializedCla...
2013-03-01 Rodrigo KumperaFix again object::GetType ()
2013-03-01 Rodrigo KumperaRevert "Fix object::GetType when remoting is enabled."
2013-03-01 Rodrigo KumperaFix object::GetType when remoting is enabled.
2013-03-01 Marek SafarMerge pull request #581 from TalAloni/master
2013-03-01 Marek SafarMerge pull request #579 from LogosBible/bug10788
2013-03-01 Zoltan VargaImplement a fast version of mono_get_lmf_addr () on...
2013-03-01 Zoltan VargaAdd some support for calling JIT icalls directly in...
2013-02-28 Zoltan VargaFix the handling of unresolved pinvoke methods in full...
2013-02-28 Zoltan VargaAvoid the str pc,[r0]! instruction in MONO_CONTEXT_GET_...
2013-02-28 Martin BauligReally fix the build :-)
2013-02-28 Zoltan VargaFix the build.
2013-02-28 Zoltan VargaFix MONO_CONTEXT_GET_CURRENT () clobbering a register...
2013-02-28 Duncan MakTry to fix the build.
2013-02-28 Zoltan VargaEmit an explicit null check for some calls made out...
2013-02-28 Rodrigo KumperaMerge branch 'mono-disable-remoting'
2013-02-28 Zoltan VargaRemove an unused argument from mini_add_method_trampoli...
2013-02-28 Rodrigo KumperaThe runtime no longer need the remoting types under...
2013-02-28 Rodrigo KumperaRework castclass and isinst OPs to ignore transparent...
2013-02-28 Rodrigo KumperaDisable most remoting code under DISABLE_REMOTING.
2013-02-28 Rodrigo KumperaHide marshalbyref and contextbound properties under...
2013-02-28 Zoltan VargaFix gsharedvt delegate invokes from gsharedvt code.
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-28 Zoltan VargaAdd static rgctx trampolines in calls from gshared...
2013-02-27 Mark Probst[sgen] Remove SCAN_OBJECT_ACTION - dead code.
2013-02-27 Mark ProbstMerge branch 'feature-remove-ssb'
2013-02-27 Mark Probst[sgen] Remove unnecessary entries from remembered set...
2013-02-27 Mark Probst[sgen] Remove SSB write barrier.
2013-02-27 Mark Probst[tests] Make finalizer-wait.cs less prone to pinning.
2013-02-27 Mark Probst[sgen] Cementing bugfix for concurrent M&S.
2013-02-27 Mark Probst[sgen] Fix names of descriptor types in describe_ptr().
2013-02-27 Mark Probst[sgen] Binary protocol entries for scanning objects...
2013-02-26 Rodrigo KumperaFix the hppa removal.
2013-02-26 Zoltan VargaAllow 'ios' as the os part of the target triple on...
next