Merge pull request #216 from ilkerde/master
[mono.git] / mono /
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 William Holmescominterop.cs : Unit test to ensure that the static...
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-04 Rodrigo KumperaFix x86 FP stack code to not break prev links in a BB.
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-04-02 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-04-02 Neale Fergusons390x-codegen.h - Define s390_SP and s390_BP
2012-04-02 Zoltan VargaFix the addresses of handler clauses when using LLVM...
2012-03-30 Rolf Bjarne KvingeFix mono_path_canonicalize to not canonicalize the...
2012-03-30 Rodrigo KumperaRemove some silly dead code.
2012-03-30 Rodrigo KumperaExtract the fragment allocation code from the nursery...
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-30 Rodrigo KumperaRename mono_sgen_nursery_is_object_alive to mono_sgen_i...
2012-03-30 Zoltan VargaDisable wrapper generation code when DISABLE_JIT is...
2012-03-29 Rolf Bjarne KvingeLog profiler: don't ignore return values from select...
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__.
next