Merge pull request #266 from joncham/bug-struct-pack-size
[mono.git] / mono /
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Jonathan ChambersRaise TypeLoadException for invalid StructLayout Pack...
2012-03-29 Paolo MolaroUse proper ABI alignment rules for fields in structs...
2012-03-29 Zoltan VargaRegister vtables in runtime data structures after they...
2012-03-29 Gonzalo Paniagua... Welcome to the future
2012-03-28 Rodrigo KumperaCleanu thep fragment allocation mess by putting alloc...
2012-03-28 Rodrigo KumperaAdd a comment to code that needs cleanup.
2012-03-28 Rodrigo KumperaClean up liveness functions to be easier to understand.
2012-03-28 Zoltan VargaMerge pull request #262 from joncham/bug-fail-multi...
2012-03-28 TakFail the invocation instead of aborting the runtime...
2012-03-28 Zoltan VargaFix a memory overwrite in mono_gc_bzero (). Fixes ...
2012-03-28 Zoltan VargaMerge pull request #259 from joncham/bug-profiler-threa...
2012-03-28 Zoltan VargaMerge pull request #261 from joncham/bug-null-interface...
2012-03-28 Jonathan ChambersDefault COM visilibity to true.
2012-03-28 TakNULL global interface bitset on deletion.
2012-03-27 Zoltan VargaUpdate the LLVM EH frame reader code to the latest...
2012-03-27 Zoltan VargaFix the --disable-executables change.
2012-03-27 Zoltan VargaMerge pull request #258 from joncham/bug-debugger-tls...
2012-03-27 Zoltan VargaAdd a --disable-executables configure option to disable...
2012-03-27 Tak[Debugger] Verify TLS lookup.
2012-03-27 Jonathan ChambersSend thread end profiler message on thread detach.
2012-03-27 Rodrigo KumperaUse g_error instead of fpritnf so target like android...
2012-03-27 Jonathan ChambersCheck lmf_addr_tls_offset for size greater than 64...
2012-03-26 Neale Ferguson* sgen-alloc: Use CEE_STIND_I4 for non-MONO_BIG_ARRAYS...
2012-03-26 Zoltan VargaFix the build.
2012-03-25 Zoltan VargaFix debugger invokes when the runtime is suspended...
2012-03-23 Marek SafarMerge pull request #255 from nestalk/master
2012-03-23 Rodrigo KumperaIt turns out the bridge code needs to distinguish bridg...
2012-03-23 Rodrigo KumperaImprove Missing Field error message.
2012-03-23 Rolf Bjarne KvingeIgnore more files.
2012-03-21 Rodrigo KumperaRework fragment reclamation to remove one CAS from...
2012-03-21 Rodrigo KumperaMerge pull request #252 from joncham/trigger_cleanup
2012-03-21 Tak[Fix] Additional cleanup on runtime shutdown.
2012-03-21 Rodrigo KumperaIncrease degradged_mode so we trigger a nursery gc...
2012-03-21 Rodrigo KumperaKill some unused vars.
2012-03-21 Rodrigo KumperaUse mono_sgen_clear_range in place of memset everywhere.
2012-03-20 Rodrigo KumperaClear discarded frags using mono_sgen_clear_range.
2012-03-20 Rodrigo KumperaFill scan starts with phony arrays.
2012-03-20 Rodrigo KumperaRename set_nursery_scan_start to mono_sgen_set_nursery_...
2012-03-20 Rodrigo KumperaExtract mono_sgen_clear_range.
2012-03-20 Rodrigo KumperaDon't loop when processing finalizers, no reason for it.
2012-03-20 Rodrigo KumperaHandle OOM and finalizable objects.
2012-03-20 Rodrigo KumperaHandle an OOM corner case during a nursery collection.
2012-03-20 Rodrigo KumperaImprove io-layer error logging.
2012-03-19 TalAloniFixed an ANSI to managed string conversion bug on nativ...
2012-03-19 Rodrigo KumperaAdd tests for LpStr and LpWStr marshalling.
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaUpdate some copyrights
2012-03-19 Miguel de IcazaMerge pull request #248 from pcc/toolstrip-flow
2012-03-19 Zoltan VargaRework the way synchronized wrappers recursion avoidanc...
2012-03-17 Zoltan VargaFix llvm+direct icalls. Fixes #3925.
2012-03-15 Zoltan VargaFix the previous change again.
2012-03-15 Zoltan VargaFix build on platforms without MONO_ARCH_HAVE_TLS_GET...
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-13 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-03-13 Neale FergusonEnable s390x to use TLS variables like amd64 and x86...
2012-03-13 Zoltan VargaDerive a dreg > 0 relation from ldaddr in ABCREM.
2012-03-12 Rodrigo KumperaUnder full-aot process the types of method arguments...
2012-03-11 Zoltan VargaAdd a string ctor test to objects.cs.
2012-03-11 Zoltan VargaMake mono_lookup_internal_call () return ves_icall_Syst...
2012-03-11 Zoltan VargaFix the previous patch.
2012-03-11 Zoltan Varga Move the thread attach code for native-to-managed...
2012-03-11 Zoltan VargaMerge pull request #242 from NN---/patch-1
2012-03-11 Zoltan VargaMerge pull request #243 from konrad-kruczynski/bug3661
2012-03-11 Konrad M. KruczynskiFix for bug #3661.
2012-03-11 NNMake code behaving like .Net.
2012-03-10 Zoltan VargaAdd basic quoting support to MONO_ENV_OPTIONS. Fixes...
2012-03-09 Marek SafarRemove one of never used icalls
2012-03-09 Zoltan VargaFix the previous change.
2012-03-09 Zoltan VargaAllow mono_lookup_internal_call () to return the dynami...
2012-03-09 Zoltan VargaAdd a few cominterop icalls stuff for the DISABLE_COM...
2012-03-08 Zoltan VargaFix LLVM type mapping so classes and generic instances...
2012-03-08 Zoltan VargaAdd a configure option to make all icalls non-static...
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-08 Gonzalo Paniagua... Initialize struct
2012-03-08 Gonzalo Paniagua... Just in case...
2012-03-08 Gonzalo Paniagua... Remove warning
2012-03-08 Zoltan VargaAdd AOT support for calling icalls directly without...
2012-03-07 Zoltan VargaMerge pull request #239 from joncham/msvc-updates
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-07 Jonathan ChambersCheck for _WIN32 in addition to __WIN32__.
2012-03-07 Jonathan ChambersCheck for TARGET_* defines in addition to compiler...
2012-03-07 Jonathan ChambersWrap #include <unistd.h> inside an #ifdef HAVE_UNISTD_H.
2012-03-06 Zoltan VargaRevert "Move the thread attach code for native-to-manag...
2012-03-05 Zoltan VargaQuiet the sgen tests.
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-05 Marek SafarMerge pull request #235 from plobsing/cs0656-bug
2012-03-04 Zoltan VargaMove the thread attach code for native-to-managed wrapp...
2012-03-03 Zoltan VargaFix an aot assertion if the monitor fast path wrapper...
2012-03-03 Zoltan VargaRevert "Get rid of the <foo>-static libraries, libtool...
2012-03-02 Rodrigo KumperaFix a mach race condition between a thread triggering...
2012-03-01 Gonzalo Paniagua... Merge pull request #232 from justincc/159271bfbe2202e1a...
2012-03-01 Zoltan VargaFix llvm on x86. Fixes #3689.
2012-03-01 Zoltan VargaFix a warnings.
2012-02-29 Zoltan VargaFix warnings reported by clang.
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-28 Zoltan VargaIncrease generic trampoline sizes on amd64 to avoid...
2012-02-27 Rodrigo KumperaLet the metadata verifier access the new agressive...
2012-02-27 Zoltan VargaAdd stack alignment checking to the amd64 trampolines...
next