Merge pull request #498 from Unroll-Me/master
[mono.git] / mono /
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-29 Rodrigo KumperaAdd stats for cards remarked by the gc and left untouch...
2012-11-29 Mark Probst[tests] Fix pinning in finalizer-exception.cs.
2012-11-28 Rodrigo KumperaMake each test output to a different file to make it...
2012-11-28 Rodrigo KumperaAdd a domain unloading test to the sgen test suite.
2012-11-28 Rodrigo KumperaFix GC logging and make output neater.
2012-11-28 Rodrigo KumperaLazy sweep blocks when walking the heap.
2012-11-28 Rodrigo KumperaMake sure we don't corrupt the heap when serializing...
2012-11-28 Zoltan VargaAdd some debug logging to lookup_data_table () to help...
2012-11-28 Zoltan VargaRemove the setup_jit_tls_data () call from mini_init...
2012-11-27 Rolf Bjarne KvingeMake WaitHandle.Wait* behave the same wrt WAIT_IO_COMPL...
2012-11-26 Rodrigo KumperaFix the split nursery to work with the SERIALCOPY_OBJEC...
2012-11-26 Rodrigo KumperaRevert "Revert SERIAL_COPY_OBJECT_FROM_OBJ as it's...
2012-11-26 Rodrigo KumperaRevert "Use Zoltan's simpler promotion failure check...
2012-11-26 Zoltan VargaMark OP_TAILCALL as a GC call site on x86.
2012-11-25 Mark Probst[sgen] Switch license of SGen to LGPL2.
2012-11-24 Zoltan VargaTreat exceptions caught in non-user code as unhandled...
2012-11-24 Zoltan VargaUpdate URL for the 'Unmanaged code called delegate...
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-23 Zoltan VargaMark mono_arch_create_llvm_native_thunk () as MONO_LLVM...
2012-11-23 Zoltan VargaFix another case missed by 7e222739db7192eb0c5ec17cad18...
2012-11-23 Zoltan VargaFix a case missed by 7e222739db7192eb0c5ec17cad18e30948...
2012-11-23 Zoltan VargaFix support for --disable-executables used together...
2012-11-23 Zoltan VargaAdd a thunk for calls from LLVM code to native function...
2012-11-22 Zoltan VargaFix a buffer overflow in the LLVM backend. Fixes #8502.
2012-11-21 Zoltan VargaFix a warning.
2012-11-21 Zoltan VargaAvoid an assert in sdb if mono_thread_info_safe_suspend...
2012-11-20 Rodrigo KumperaUse Zoltan's simpler promotion failure check for the...
2012-11-20 Rodrigo KumperaRevert SERIAL_COPY_OBJECT_FROM_OBJ as it's only benefit...
2012-11-20 Mark Probst[sgen] Fix use of volatile in the lock free allocator.
2012-11-20 Rodrigo KumperaFix compilation on non gcc systems with varargs.
2012-11-20 Zoltan VargaFix some warnings when compiling with clang. Remove...
2012-11-20 Zoltan VargaRename 'thread_info' global in sgen to 'sgen_thread_inf...
2012-11-20 Zoltan VargaFix OBJ_BITMAP_FOREACH_PTR () for non gcc compilers.
2012-11-20 Zoltan VargaOptimize OBJ_BITMAP_FOREACH_PTR () using __builtin_ctz ().
2012-11-20 Rodrigo KumperaFixe memberref parent token size calculation.
2012-11-19 Rodrigo KumperaFor some unknown reason sequence points on wrappers...
2012-11-19 Zoltan VargaAdded a workaround for #2190. Avoid calling mono_arch_g...
2012-11-19 Rodrigo KumperaRedirect console output for iOS/Android when tracing.
2012-11-19 Rodrigo KumperaSwitch exception reporting to use utils/mono-logger...
2012-11-19 Rodrigo KumperaSwitch sgen to use utils/mono-logger-internal.h for...
2012-11-19 Rodrigo KumperaAdd stdout/stderr wrappers for the gc and runtime.
2012-11-19 Rodrigo KumperaKill sgen_get_logfile and sgen_debug_printf.
2012-11-19 Rodrigo KumperaKill explicit usages of gc_debug_file.
2012-11-19 Rodrigo KumperaReplace all uses of DEBUG with SGEN_LOG and SGEN_ASSERT.
2012-11-19 Rodrigo KumperaAdd macros to sgen meant to replace DEBUG
2012-11-19 Rodrigo KumperaDisable AOT pretty symbol names on iOS.
2012-11-19 Zoltan VargaDisable LLVM for methods with nested clauses for now...
2012-11-19 Zoltan VargaSweep the heap block containing the object in free_obje...
2012-11-19 Zoltan VargaMove an sgen debug message to loglevel 2 from 1.
2012-11-19 Zoltan VargaFix a warning.
2012-11-18 Zoltan VargaUnroll the first loop iteration in OBJ_RUN_LEN_FOREACH_...
2012-11-18 Zoltan VargaIncrease the number of trampoline entries reserved...
2012-11-18 Zoltan VargaCheck for nullref exceptions in ves_icall_System_Buffer...
2012-11-17 Zoltan VargaFix the sizeof IL instruction for reference types....
2012-11-16 Zoltan VargaHandle copy_object_no_checks () returning the object...
2012-11-16 Zoltan VargaFix an uninitialized memory error in the AOT compiler.
2012-11-16 Zoltan VargaAdd some micro optimizations to the sgen nursery copy...
2012-11-15 Rodrigo KumperaArm now requires the usage of MonoContext functions.
2012-11-15 Rodrigo KumperaFix sgen_suspend_thread on mach-ios.
2012-11-15 Rodrigo KumperaUse full path for includes as this was braking the...
2012-11-15 Rodrigo KumperaFix mono_thread_state_init_from_handle to properly...
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.
next