Correct marshalling of size variables used in CharSetToUnicode (and vice-versa)....
[mono.git] / mono / mini /
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-09 Zoltan VargaDon't abort the process using g_abort () when a breakpo...
2013-04-09 Zoltan VargaFix alignment of unbox trampolines when using LLVM...
2013-04-09 Alex Rønne PetersenSupport disabling of the security subsystem (CAS/CoreCLR).
2013-04-08 Rodrigo KumperaFix llvm loading when calling through a symlink.
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-07 Elijah TaylorNaCl ARM work, first pass
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-02 Alex Rønne Petersen`#ifndef` some variables out to silence warnings in...
2013-04-02 Alex Rønne PetersenExplicitly ignore some return values with a G_GNUC_UNUS...
2013-04-02 Alex Rønne PetersenFix the tramp_names table when remoting is disabled.
2013-04-02 Alex Rønne PetersenFix some warnings caused by casts.
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-31 Zoltan VargaDon't disable sharing for open generic async methods...
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-27 Zoltan VargaFix sdb asserts when seq-points are not found for a...
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Paolo MolaroExport a few functions needed by llvm.
2013-03-26 Alex Rønne PetersenMerge pull request #608 from metanest/bin_bash_spike
2013-03-26 Zoltan VargaDon't emulate idiv.un/irem.un on ARM in cases where...
2013-03-26 Zoltan VargaFix a typo in bc149a3814c33ee55eaa01fe49c52389d7b31bb2.
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaChange mono_gc_get_managed_array_allocator to receive...
2013-03-25 Zoltan VargaFix the hashing of MonoJumpInfo structures, previously...
2013-03-25 Zoltan VargaAdd a mono_print_ji () helper function to print a MonoJ...
2013-03-24 Zoltan VargaMove the 'Created object count' stat to the GC section...
2013-03-24 Zoltan VargaAvoid using an rgctx when making delegate invokes from...
2013-03-24 Zoltan VargaAvoid AOTing PtrToStructure/StructureToPtr() wrappers...
2013-03-22 Marek SafarMerge pull request #605 from AerisG222/system.web.http...
2013-03-22 Atsushi Enoremove extra printf.
2013-03-22 Zoltan VargaFix the checks in is_async_method ().
2013-03-22 Zoltan VargaFix an LLVM crash when a method ending with a throw...
2013-03-21 Elijah TaylorTest for divide by zero for NaCl in software
2013-03-21 Elijah TaylorAdd explicit laddcc/lsubcc IR opcodes
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-15 Zoltan VargaAvoid an assert in sdb for compiler generated byref...
2013-03-13 Zoltan VargaDon't set the visibility of the type_info_ symbols...
2013-03-13 Zoltan VargaFix some DISABLE_JIT problems.
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 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-08 Miguel de IcazaMerge pull request #595 from UCIS/master
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 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 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-05 Zoltan VargaChange the linkage of the type_info symbols generated...
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Zoltan VargaDist the Makefile.am.in files. Fixes #10874.
2013-03-04 Mark ProbstMerge pull request #586 from awinters-fvs/awinters...
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-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 VargaRemove the unmaintained and incomplete alpha backend.
2013-03-01 Rodrigo KumperaFix cross compilation under DISABLE_REMOTING
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 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-26 Zoltan VargaAllow 'ios' as the os part of the target triple on...
2013-02-26 Zoltan VargaRemove the unmaintained and incomplete hppa backend.
2013-02-26 Zoltan VargaRevert "Add beginnings of support for calling JIT icall...
2013-02-25 Zoltan VargaFix the DISABLE_JIT build.
2013-02-25 Zoltan VargaFix the DISABLE_JIT build.
2013-02-25 Zoltan VargaAdd beginnings of support for calling JIT icalls direct...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-25 Nikolay IgottiMoved all jumptables code to mini/ directory.
2013-02-24 Miguel de IcazaMerge pull request #573 from mrieker/master
2013-02-23 Zoltan VargaStore the domain where an exception event happened...
2013-02-23 mrieker@nii.nettasklets.c: update used stack size
2013-02-23 Zoltan VargaFix a regression introduced by the gsharedvt changes...
next