Merge branch 'master' of ssh://github.com/mono/mono
[mono.git] / mono /
2012-01-31 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-31 Neale FergusonAdd TLS_GET support for s390x
2012-01-30 Rolf Bjarne KvingeAOT: add support for calling pinvoke methods directly...
2012-01-29 Rodrigo KumperaGuard against lazy initialization of idepth.
2012-01-29 Zoltan VargaImplement IsGenericType etc. in TypeMirror/MethodMirror.
2012-01-29 Zoltan VargaFix gshared support in sdb.
2012-01-29 Rodrigo KumperaLast round of fullaot fixes for lazy init'ng supertypes.
2012-01-28 Zoltan VargaDisable some TLS fallback code on ppc as it does not...
2012-01-28 Zoltan VargaAdd precise location info for this/rgctx in gshared...
2012-01-28 Rodrigo KumperaFix linux builds.
2012-01-28 Rodrigo KumperaMove clear_remsets to ssb file. Cleanup remset major...
2012-01-28 Rodrigo KumperaMove the bulk of mono_sgen_add_to_global_remset to...
2012-01-28 Rodrigo KumperaMark some cardtable functions as inline.
2012-01-27 Rodrigo KumperaMove the global remset location cache to its own file.
2012-01-27 Rodrigo KumperaMove ssb thread cleanup to its file.
2012-01-27 Rodrigo KumperaMove dummy_use to a header and give it a sucky MSVC...
2012-01-27 Rodrigo KumperaMove the bulk of all custom write barriers to each...
2012-01-27 Zoltan VargaFix infinite loop in TestDriver.cs when using the ...
2012-01-26 Rodrigo KumperaFix aot miscompilation due to the lazy supertypes initi...
2012-01-26 Rodrigo KumperaGreat new file sgen-ssb.c to get all sequential store...
2012-01-26 Rodrigo KumperaImplement clone wbarrier for cardtable.
2012-01-26 Zoltan VargaFix support for synchronized methods + ldftn. Fixes...
2012-01-25 Zoltan VargaAvoid an assert in sdb if a method doesn't have seq...
2012-01-25 Zoltan VargaFix asserts in add_var () when sdb encounters a dead...
2012-01-25 Rodrigo KumperaFix consumers of supertypes information to account...
2012-01-25 Zoltan VargaFix the returning of cattr field information in sdb.
2012-01-24 Rodrigo KumperaInit the unwind state struct so callers can rely on...
2012-01-24 Rodrigo KumperaEnable fast tls on amd64, so sgen works.
2012-01-24 Zoltan VargaRename test_sgen make target to test-sgen.
2012-01-24 Zoltan VargaMerge pull request #220 from metanest/includeproblem_20...
2012-01-24 KISHIMOTO, Makotorename LIBGC_INCLUDES to LIBGC_CPPFLAGS
2012-01-24 Zoltan VargaEnable support for OP_MEMORY_BARRIER on llvm+arm, newer...
2012-01-24 KISHIMOTO, Makotofix including basesystem's gc.h problem
2012-01-24 Zoltan VargaAllow assemblies without AOT images in full-aot mode...
2012-01-24 Rodrigo KumperaA regression test for bxc #795.
2012-01-24 Rodrigo KumperaBe lazy'er when setting up supertype information. Fixes...
2012-01-24 Rodrigo KumperaLazily nit mono_class_setup_supertypes correctly.
2012-01-24 Rodrigo KumperaImprove test.
2012-01-23 Miguel de IcazaUpdated API docs
2012-01-23 Rodrigo KumperaEnable fast tls on LMF for OSX.
2012-01-23 Rodrigo KumperaFinish fast tls support on OSX.
2012-01-23 Rodrigo KumperaRename mono_arch_setup_jit_tls_data to mono_arch_finish...
2012-01-23 Rodrigo KumperaCall mono_arch_setup_jit_tls_data during mini_init...
2012-01-23 Rodrigo KumperaFix another stack alignment issue under osx-x86.
2012-01-23 Rodrigo KumperaIf we call mono_pmip from a detached thread, try lookin...
2012-01-23 Rodrigo KumperaFix darwin specific code to support fasttls on the...
2012-01-23 Rodrigo KumperaUse MONO_FAST_TLS_ADDR instead of explicitly taking...
2012-01-23 Rodrigo KumperaAdd MONO_FAST_TLS_ADDR so we can get the address of...
2012-01-23 Rodrigo KumperaAdd mono_mach_get_tls_address_from_thread for arm/x86...
2012-01-23 Rodrigo KumperaBetter assembly dump experience on OSX.
2012-01-22 Zoltan VargaFix the setting of sp in mono_monoctx_to_sigctx ()...
2012-01-21 Zoltan VargaFix reading of freed memory in GetVolumeInformation...
2012-01-21 Zoltan VargaFix an out-of-bounds write in the llvm backend initiali...
2012-01-20 Zoltan VargaInvalidate the frame info computed in ss_start (),...
2012-01-20 Zoltan VargaFix -O=shared support in mono_delegate_ctor ().
2012-01-16 Rolf Bjarne Kvingethreadpool: Disable the gc for threadpool threads while...
2012-01-16 Rolf Bjarne Kvingesgen: Add support for disabling the gc for a thread
2012-01-16 Zoltan VargaAvoid passing methodspec tokens to mono_aot_get_method_...
2012-01-16 Zoltan VargaFix delegate invokes in shared mode.
2012-01-14 Tristan Caulfield* fix tasklets crash on x86
2012-01-14 Zoltan VargaRespect the SizeConst parameter to UnmanagedType.ByValT...
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-13 Rolf Bjarne Kvingesgen: report LOS objects pinned by interior pointers...
2012-01-12 Gonzalo Paniagua... Heavy IO load might cause obj to be NULL
2012-01-11 Zoltan VargaDisable shared mode for non-corlib and inflated methods...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-10 Zoltan VargaDon't compile dynamic methods in shared mode.
2012-01-10 Rodrigo KumperaAdd test for the previous commit - iteraction between...
2012-01-10 Rodrigo KumperaFix the iteraction between bridge and major evacuation...
2012-01-10 Zoltan VargaAdd memory barriers to interlocked operations on ARM...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-09 Rodrigo KumperaRevert "do a signal safe unwind on the native crash...
2012-01-09 Rodrigo KumperaRemove a spurious assert.
2012-01-07 LinquizeCopy file should preserve modified time and access...
2012-01-06 Zoltan VargaCall mono_create_jit_trampoline_in_domain () in mono_re...
2012-01-06 Zoltan VargaAvoid displaying the 'no thread info in suspend' messag...
2012-01-06 Zoltan VargaFix stack alignment calculation in mono_arch_setup_asyn...
2012-01-06 Zoltan VargaRemove hazard pointer use from mono_get_cached_unwind_i...
2012-01-05 Rodrigo Kumperado a signal safe unwind on the native crash handler.
2012-01-05 Zoltan VargaFix the build.
2012-01-05 Zoltan VargaExtract the SGEN debugging code into a separate file.
2012-01-05 Zoltan VargaExtract SGEN object allocation rountines to sgen-alloc.c.
2012-01-05 Zoltan VargaImplement mono_gc_set_stack_end () for Boehm/null GC...
2012-01-05 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-05 Zoltan VargaFix crashes in the precise stack marking code if a...
2012-01-05 Rodrigo KumperaAdd JIT support for 4.5 MethodImplOptions.AggressiveInl...
2012-01-05 Rodrigo Kumperadisassemble the agressive-inlining flag correctly.
2012-01-05 Rodrigo KumperaAdd define for new 4.5 method impl flag agressive-inlining.
2012-01-05 Rodrigo KumperaAdd regression test for bxc #1147.
2012-01-05 Rodrigo KumperaProperly initialize a rgctx template. Fixes bxc #1147.
2012-01-04 Rolf Bjarne KvingeSet the end of the stack for the main thread
2012-01-04 Rodrigo KumperaAdd sgen test for STOBJ of gshared valuetype with a...
2012-01-04 Zoltan VargaMark OP_TAILCALL as a GC call site on x86.
2012-01-04 Zoltan VargaEnable precise stack scanning by default again.
2012-01-04 Zoltan VargaFix precise stack scanning on OSX.
2012-01-03 Zoltan VargaImplement ignore-case support for GetTypesForSourceFile...
2012-01-03 Zoltan VargaInitialize the out arguments at the beginning of mono_l...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 Rodrigo KumperaRemove an intermediate buffer in the bridge code.
2011-12-29 Rodrigo KumperaMake mono_sgen_gray_object_queue_is_empty inlineable.
next