iOS cross compilation needs some forward declarations.
[mono.git] / mono /
2012-11-15 Rodrigo KumperaiOS cross compilation needs some forward declarations.
2012-11-15 Zoltan VargaMake the 'Attempting to JIT compile method' message...
2012-11-15 Rodrigo KumperaSwitch the runtime to use TARGET_IOS and TARGET_OSX...
2012-11-15 Zoltan VargaAdd a no-direct-calls AOT option to help fix #4587.
2012-11-15 Sebastien PouliotAdd link to docs.xamarin.com/ios/troubleshooting when...
2012-11-15 Rolf Bjarne KvingeIt is not necessary to convert code to thumb addresses...
2012-11-15 Rolf Bjarne KvingeAOT: Add option to emit global symbols for methods...
2012-11-15 Rolf Bjarne KvingeAOT: Don't use fixed-size buffers and sprintf with...
2012-11-15 Rolf Bjarne KvingeAOT: Add more MONOTOUCH ifdefs to not break M4A
2012-11-15 Rolf Bjarne KvingeAOT: Use direct method addresses instead of calculating...
2012-11-15 Rolf Bjarne KvingeAOT: Follow jumps when getting the plt entry for a...
2012-11-15 Zoltan VargaAdd more logging to the sdb debugger thread.
2012-11-15 Rodrigo KumperaMonoDroid needs a way to inform the debugger of possibl...
2012-11-15 Rolf Bjarne Kvinge[sdb] Export functions to register custom transports...
2012-11-15 Zoltan VargaReorganize the scan-minor-copy/scan.h header files...
2012-11-14 Rolf Bjarne KvingeAdd profiler to the monotouch build
2012-11-14 Rodrigo KumperaTweak the Makefiles to enable monotouch builds to compi...
2012-11-14 Rodrigo KumperaInitialize LLVM's ARM target when compiling for it.
2012-11-14 Sebastien PouliotFileVersionInfo is not really 'process handling'. Fix...
2012-11-14 Rodrigo KumperaKill the SL profile and get Mobile on its place instead.
2012-11-14 Rodrigo KumperaFix ARM compilation of mono-context.c
2012-11-14 Rodrigo KumperaBionic cannot handle a NULL filename in dlopen.
2012-11-14 Rodrigo KumperaImplement MONO_CONTEXT_GET_CURRENT for arm.
2012-11-14 Rodrigo KumperaProperly support cross compiling for the mach support...
2012-11-14 Rodrigo KumperaFix mach support for arm.
2012-11-14 Rodrigo KumperaReplace mcontext with void* in the mach support code...
2012-11-14 Rodrigo KumperaDon't use System.Environment.Exit to finish a sdb sessi...
2012-11-14 Zoltan VargaSweep unswept blocks referenced by set card table entries.
2012-11-14 Zoltan VargaUse multiple versions of sweek_block () specialized...
2012-11-14 Zoltan VargaImplement lazy sweeping for the mark-sweep collector...
2012-11-13 Rodrigo KumperaUse TARGET defines instead of the arch specific ones.
2012-11-13 Rodrigo KumperaAdd a cross compilation target to sgen-archdep.h
2012-11-13 Chris ToshokReplace .quad with a pair of .long in the defunkt mdb.
2012-11-13 Rodrigo KumperaUse TARGET defines instead of the arch defines to prope...
2012-11-13 Rodrigo KumperaCorrectly identify iOS device/simulator builds and...
2012-11-13 Marek SafarMerge pull request #503 from bprzygoda/linq_enumerable_ioe
2012-11-13 Paolo MolaroConfirmed fix from Marek for #xambug 8320.
2012-11-12 Zoltan VargaAdd a few missing #ifdef HAVE_SGEN_GC blocks to 1fa0a65...
2012-11-12 Zoltan VargaAdd --enable-minimal= configure options to disable...
2012-11-11 Marek SafarAdd System.Runtime.Serialization to runtime remapping...
2012-11-10 Zoltan VargaRemove sgen sources from libmonoruntime_la_SOURCES...
2012-11-10 Zoltan VargaDeclare the memory region passed to conservatively_pin_...
2012-11-10 Zoltan VargaUpdate valgrind headers.
2012-11-10 Marek SafarMerge pull request #499 from bh-whd/master
2012-11-09 Rodrigo KumperaReplace a g_assert with a g_error.
2012-11-09 Rodrigo KumperaThe FullAOT compiler needs the BSTR icalls.
2012-11-09 Rodrigo KumperaAdd compatibility only flag to the aot compiler.
2012-11-09 Rodrigo KumperaDon't use a fixed file name for LLVM compilation.
2012-11-09 Rodrigo KumperaRemove some sgen debug spew.
2012-11-09 Rodrigo KumperaDo DISABLE_COM properly.
2012-11-09 Rodrigo KumperaUse g_assertion_message instead of exit to kill an...
2012-11-09 Rodrigo KumperaAdd new configure option --with-lazy-gc-thread-creation.
2012-11-09 Rodrigo KumperaFix reflection emit disable.
2012-11-09 Rodrigo KumperaImplement the runtime side of disabling performance...
2012-11-07 Miguel de IcazaFix #6349: Do not use KQueue on Darwin, as their kernel...
2012-11-06 Zoltan VargaDisable the profilers when using --disable-libraries.
2012-11-06 Zoltan VargaDon't build monograph when using --disable-libraries.
2012-11-06 Zoltan VargaDon't build monodis when using --disable-libraries.
2012-11-05 Rodrigo KumperaRemove SRE.UnmanagedMarshal dependency from System...
2012-11-05 Rodrigo KumperaExpose MarshalAsAttribute to the runtime.
2012-11-05 Jeffrey StedfastMerge pull request #488 from roji/email_attachment_fixes
2012-11-02 Marek SafarMerge pull request #492 from pruiz/systx-fixes
2012-11-01 Rodrigo KumperaRevert "Merge pull request #464 from gregoryyoung/master"
2012-11-01 Rodrigo KumperaWhen inflating a (M)VAR make sure we're not using a...
2012-11-01 Mark Probst[sgen] MONO_GC_DEBUG option for disabling the managed...
2012-11-01 Marek SafarMerge pull request #490 from knocte/master
2012-11-01 Zoltan VargaDisable LLVM+AOT for methods with clauses on ARM, becau...
2012-11-01 Zoltan VargaProperly inflate arrays of generic parameters in resolv...
2012-11-01 Zoltan VargaMake the AOT statistic output more dense.
2012-10-31 Rodrigo KumperaMake gc maps optional and disabled by default for AOT.
2012-10-29 Rodrigo KumperaPropertly handle the layout of generic valuetypes....
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-27 Zoltan VargaDisable the build of libmini.la when libraries are...
2012-10-26 Rodrigo KumperaHandle external protocols correctly in sdb.
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-26 Marek SafarMerge pull request #486 from fvalette/master
2012-10-26 Zoltan VargaDisable LLVM for methods with clauses on darwin, curren...
2012-10-26 Zoltan VargaAlign the trampoline stack size on MIPS.
2012-10-26 Zoltan VargaClear sb->cached_str in mono_string_utf8_to_builder...
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-24 Zoltan VargaMake sgen-fin-weak-hash.c a proper module.
2012-10-24 Zoltan VargaReorganize libmonoruntime_la_SOURCES to make it clear...
2012-10-24 Zoltan VargaRemove sgen dependencies from marshal.c
2012-10-24 Zoltan VargaRemove the last #ifdef HAVE_SGEN_GC from gc-internal.h
2012-10-24 Zoltan VargaRemove an unused field from DebuggerTlsData.
2012-10-24 Zoltan VargaAdd support for complex descriptors to mono_gc_get_bitm...
2012-10-24 Zoltan VargaFix a problem in the SSA switch elimination code.
2012-10-22 Zoltan VargaMove the sgen stop-the-world code to a separate file.
2012-10-22 Rodrigo KumperaDegraded allocation is used for mature allocations...
2012-10-22 Rodrigo KumperaRename new eglib functions to not use the g_ prefix.
2012-10-22 Zoltan VargaGet rid of the mach_port field from SgenThreadInfo...
2012-10-22 Zoltan VargaStore the thread context in SgenThreadInfo in all cases...
2012-10-21 Zoltan VargaMove the find_pinning_reference () function to sgen...
2012-10-19 Zoltan VargaAdd a Makefile target to patch automake so it produces...
2012-10-19 Zoltan VargaMake comparison of array types in mono_metadata_class_e...
2012-10-17 Zoltan VargaFix a problem with 9adc7023e66a04f162efa041ff2452222a85...
2012-10-17 Zoltan VargaImplement MonoJITMemoryManager:getPointerToNamedFunctio...
2012-10-16 Zoltan VargaTreat the 'this' parameter slot as a managed pointer...
2012-10-16 Mark Probst[sgen] Properly fix bridge internal memory tag.
2012-10-15 Zoltan VargaFix a problem introduced by 63a5e6aa04e2d69b98c335be02e...
next