[xbuild] Add support for multi-targeting arbitrary frameworks.
[mono.git] / mono /
2011-02-08 Mark Probst[sgen] Fix some debug functions.
2011-02-08 Mark Probst[sgen] Keep statistics on slots allocated in vain in...
2011-02-08 Mark Probst[sgen] Make SGen compile with heavy statistics enabled.
2011-02-08 Miguel de IcazaUpdate docs
2011-02-08 Miguel de IcazaAdd prototype to .h file
2011-02-08 Lucas Meijerimplement mono_set_assemblies_path for platforms that...
2011-02-08 Rodrigo KumperaAvoid allocating memory for the handles.
2011-02-08 Rodrigo KumperaAvoid allocating memory.
2011-02-08 Rodrigo KumperaFix reference queue under boehm.
2011-02-08 Hib ErisUse winternl.h instead of ddk (when available)
2011-02-08 Hib ErisRemove implementation details from public header io...
2011-02-07 Hib ErisInclude config.h in mono-profiler-aot.c
2011-02-07 Zoltan VargaCast the result of MONO_CONTEXT_GET_SP () to an int...
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-07 Jonathan PobstMove variable declaration to top of function for msvc.
2011-02-07 Rodrigo KumperaHandle patching with shared opt enabled.
2011-02-07 Zoltan VargaUse mono_method_get_vtable_slot () instead of accessing...
2011-02-06 Zoltan VargaFix a warning.
2011-02-06 Zoltan VargaRemove a duplicate call to mini_gc_init ().
2011-02-06 Zoltan VargaReally fix the ia64 build.
2011-02-05 Zoltan VargaFix the ia64 build.
2011-02-05 Rodrigo KumperaAdd regression test to #666008
2011-02-05 Rodrigo KumperaFixes ldfnt to ldvtftn conversion.
2011-02-04 Zoltan VargaApplied small changes/reorganizations from the unity...
2011-02-04 Zoltan VargaPrint a normal stack trace even if a hard stack overflo...
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-03 Zoltan VargaFix the handling of CompareExchange icalls in AOT,...
2011-02-03 Rodrigo KumperaAvoid calling time(NULL) when not needed.
2011-02-03 Rodrigo KumperaAvoid padding in some cases.
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-02-03 Zoltan VargaFix a warning.
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-02-02 Rodrigo KumperaAvoid the loader lock in the common path.
2011-02-02 Rodrigo KumperaFix dynamic method cleanup at shutdown.
2011-02-02 Lucas Meijermake mono_print_thread_dump output to the visualstudio...
2011-02-02 Marek SafarCompile&Run runtime tests with 4.0 corlib
2011-02-02 Rodrigo KumperaAlign call instructions to make code patching SMP safe.
2011-02-02 Marek SafarUpdate to the latest mcs
2011-02-02 Marek SafarUpdate to the latest mcs
2011-02-01 Rolf Bjarne KvingeUpdated .gitignore
2011-02-01 Rodrigo KumperaAdd test for dynamic method resurrection.
2011-02-01 Zoltan VargaMake caching in mono_marshal_get_virtual_stelemref...
2011-02-01 Rodrigo KumperaDon't use finalization to cleanup dynamic methods.
2011-02-01 Rodrigo KumperaImplement a reference queue API.
2011-02-01 jonchamDisable finally_guard test on Windows.
2011-02-01 Marek Habersack[runtime] AddWatcher icall must look up the path in...
2011-01-31 Zoltan VargaRemove some duplicate code from mono_arch_find_jit_info ().
2011-01-31 Zoltan VargaFix stack walks on sparc.
2011-01-31 Levi Bard[Fix] Cleanup per github comments.
2011-01-31 Tak[Fix] Fix process scanning on OSX.
2011-01-31 Zoltan VargaWhen using xdebug, allocate all code from the code...
2011-01-31 Marek Habersack[runtime] Use IOAMP-aware method of looking for domain...
2011-01-31 Jo ShieldsReally fix sgen on PowerPC Linux. Assembler on Linux...
2011-01-30 Zoltan VargaMark a newly added test as !FULLAOT.
2011-01-30 Zoltan VargaFix some quadratic behavior in the AOT compiler.
2011-01-30 Zoltan VargaImprove hashing of MONO_PATCH_INFO_TYPE_FROM_HANDLE.
2011-01-30 Zoltan VargaDon't crash when inlining static methods called using...
2011-01-29 Zoltan VargaClear the 'need_rgctx_tramp' flag when creating a synch...
2011-01-29 Geoff NortonTypo
2011-01-29 Geoff NortonAvoid a crash when shutting down jit attached threads
2011-01-28 Geoff NortonEnsure we setup the vtable before accessing it
2011-01-28 Geoff NortonBump SDB protocol so MonoDevelop can guard IL inspectio...
2011-01-28 Geoff NortonDont leak loader errors in the aot compiler, as it...
2011-01-27 Zoltan VargaFix AOT support for types in the EXPORTEDTYPE table.
2011-01-27 Zoltan VargaIncrease an aot buffer size again.
2011-01-27 Zoltan VargaApplied patch from Burkhard Linke <blinke@cebitec.uni...
2011-01-27 Alan McGovernRevert "[Build] Ensure the profiler module is built...
2011-01-27 Alan McGovern[Build] Ensure the profiler module is built in the...
2011-01-27 Zoltan VargaImprove an AOT error message.
2011-01-27 Zoltan VargaFix compilation of tests/assemblyresolve with newer...
2011-01-27 Gonzalo Paniagua... Prevent abort
2011-01-27 Zoltan VargaFix name of CASTCLASS wrappers.
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-26 Geoff NortonEnsure we properly align the stack before resuming...
2011-01-26 Geoff NortonDynamic methods are classes already here
2011-01-26 Rodrigo KumperaFix freeing of delegate wrappers.
2011-01-26 Zoltan VargaAdd a 'suspend-on-unhandled' MONO_DEBUG option to help...
2011-01-25 Zoltan VargaPrint OP_TAILCALL as a call.
2011-01-25 Zoltan VargaFix up CAS tests a bit.
2011-01-25 jonchamUse correct allocator for marshalled memory.
2011-01-25 jonchamUse mono_marshal_free rather than g_free for deallocati...
2011-01-25 jonchamFix invalid IL code for marhsalling safe arrays.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[sgen] Don't assert when on Android.
2011-01-24 Mark Probst[sgen] Make the second bridge DFS pass use an implicit...
2011-01-24 Mark Probst[sgen] Use an explicit stack instead of recursion for...
2011-01-24 Mark Probst[build] pkg-config support for libmonosgen.
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-24 Geoff NortonAvoid leaking the vmmap allocated by the kernel for...
2011-01-24 Geoff NortonFix a mach port leak
2011-01-24 Zoltan VargaDist finally_guard.cs.
2011-01-22 Rodrigo KumperaFix corlib compilation
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-22 Zoltan VargaFix sgen build on PPC linux.
2011-01-22 Zoltan VargaFix an assert which happens when a call is made to...
2011-01-22 Bassam TabbaraFix for 666225
2011-01-21 Zoltan VargaTransition non perf-critical users of klass->has_finali...
2011-01-21 Zoltan VargaInitialize klass->has_finalizer lazily. This allows...
2011-01-21 Zoltan VargaFix the previous aot fix.
2011-01-21 Zoltan VargaAdd a test for infinite generic recursion + AOT.
next