NaCl x86 codegen fixes
[mono.git] / mono /
2013-03-21 Elijah TaylorNaCl x86 codegen fixes
2013-03-21 Elijah TaylorNaCl amd64 codegen fixes
2013-03-21 Elijah TaylorNaCl GC improvements
2013-03-21 Zoltan VargaDisable the async test in generics.cs as it doesn't...
2013-03-21 Zoltan VargaFix full-aot support for generic async methods by treat...
2013-03-20 Zoltan VargaFix an infinite loop in decode_llvm_mono_eh_frame ...
2013-03-19 Mark ProbstMerge branch 'feature-free-32'
2013-03-19 Mark Probst[sgen] Statistics for 32 bit freeing.
2013-03-19 Mark Probst[sgen] While iterating over empty block array, compact it.
2013-03-19 Mark Probst[sgen] Try allocating M&S blocks in smaller contingents...
2013-03-19 Mark Probst[sgen] Free contiguous blocks on 32 bit archs.
2013-03-18 Marek SafarAdd localized infinity symbols. Fixes #9052
2013-03-15 Rodrigo KumperaProperly bzero unaligned small blocks. Fixes #11184.
2013-03-15 Zoltan VargaAvoid an assert in sdb for compiler generated byref...
2013-03-14 Mark Probst[sgen] Remove some dead #defines.
2013-03-13 Mark Probst[sgen] Don't call sgen_scan_togglerefs() twice.
2013-03-13 Mark Probst[sgen] Remove superfluous arguments to finish_gray_stack().
2013-03-13 Martin BauligMerge pull request #599 from knocte/ntlm_fixes
2013-03-13 Mark Probst[semaphore] Fix mono_sem_wait() for Darwin, clean up...
2013-03-13 Zoltan VargaDon't set the visibility of the type_info_ symbols...
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.
next