Fix race conditions in finalizer/weak link staging.
[mono.git] / mono /
2013-07-16 Mark ProbstFix race conditions in finalizer/weak link staging.
2013-07-16 Zoltan VargaFix MONO_GC_DEBUG=collect-before-allocs. mono_gc_alloc_...
2013-07-16 Zoltan VargaFix a crash in thread_suspend_func () if the thread...
2013-07-15 Zoltan VargaAvoid an assert in mono_save_seq_point_info () if no...
2013-07-15 Zoltan VargaMake wrappers whose signature is static static.
2013-07-15 Zoltan VargaFix synchronized_generic_cache.
2013-07-15 Sebastien PouliotEscape the .file path name generated in the asembly...
2013-07-15 Zoltan VargaPut the unbox_trampolines table into the .text segment...
2013-07-15 Rodrigo Kumpera[runtime] Add a fallback on the TLS probing code that...
2013-07-15 Alex Rønne PetersenAvoid using dmb/dsb/dib instructions on ARM v6.
2013-07-15 Zoltan VargaRemove test-sgen from make check in tests/, it takes...
2013-07-15 Zoltan VargaFix gshared synchronized wrappers for static methods.
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-11 Alex Rønne PetersenReplace more __ARM_ARCH_... checks with HAVE_ARMV<N>.
2013-07-11 Alex Rønne PetersenAdd ARM version detection to configure and use the...
2013-07-11 Alex Rønne PetersenAdd a mono-hwcap module to utils.
2013-07-11 Alex Rønne PetersenFix the tests makefile.
2013-07-11 Alex Rønne PetersenFix (hopefully) the last architecture casing inconsistency.
2013-07-10 Alex Rønne PetersenMerge pull request #695 from jack-pappas/patch-4
2013-07-10 Jack PappasFix preprocessor/compiler warning due to unbalanced...
2013-07-09 Rodrigo KumperaUse a non rooted symlink and make it point to the right...
2013-07-09 Rodrigo Kumpera[runtime]Revert the fast tls check as we always need...
2013-07-09 Martin Baulig[build]: Use a relative symlink from mono to mono-sgen.
2013-07-09 Rodrigo KumperaMerge pull request #694 from madewokherd/pthreadinclude
2013-07-09 Alex Rønne PetersenFix a #define style issue in mini.c.
2013-07-09 Alex Rønne PetersenOnly require mono_arch_is_soft_float () to be defined...
2013-07-09 Alex Rønne PetersenAdd an MSVC branch to MONO_ALWAYS_INLINE.
2013-07-09 Rodrigo Kumpera[runtime] On mach-arm don't probe for tls offsets if...
2013-07-09 Alex Rønne PetersenChange the way we do soft float to a fallback mechanism.
2013-07-09 Rodrigo Kumpera[build] Add dep tracking between Makefile.am.in and...
2013-07-09 Rodrigo Kumpera[runtime]On install, symlink mono to the right binary.
2013-07-09 Vincent PovirkDon't include pthread.h when it's not needed.
2013-07-09 Alex Rønne PetersenMerge pull request #692 from jack-pappas/patch-2
2013-07-09 Alex Rønne PetersenMIPS: Set USE_MUL to 0 by default (for now).
2013-07-09 Jack PappasUse the NI_MAXHOST constant to initialize the size...
2013-07-08 Rodrigo Kumpera[runtime] Don't return success on invalid parameters...
2013-07-08 Zoltan VargaPlace the method_addresses symbol into the .text segmen...
2013-07-08 Zoltan VargaRemove the constraint checks from get_shared_inst ...
2013-07-08 Zoltan VargaMake the synchronized wrappers static if the original...
2013-07-08 Marek SafarUpdated gitignore
2013-07-08 Zoltan VargaAdd a test for #12110.
2013-07-08 Marek SafarMerge pull request #686 from LHCGreg/12971-IsRedirected...
2013-07-07 Zoltan VargaRemove some gcc-ism from mono_atomic_load_acquire/relea...
2013-07-04 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-04 Zoltan VargaAvoid passing class pointers to some marshal icalls...
2013-07-04 Alex Rønne PetersenMerge pull request #684 from jack-pappas/patch-7
2013-07-03 Jack PappasClean up preprocessor ifdefs in mono_thread_get_stack_b...
2013-07-03 Zoltan VargaUpdate the Mono LLVM EH Frame reading code to match...
2013-07-03 Alex Rønne PetersenRename the POSIX MonoThreadInfo::suspend_semaphore...
2013-07-03 Rodrigo KumperaRevert "Remove a duplicate field in mono-threads.h...
2013-07-03 Alex Rønne PetersenRemove a duplicate field in mono-threads.h breaking...
2013-07-03 Zoltan VargaFix the implementation of sext.i4/zext.i4 for LLVM...
2013-07-02 Rodrigo KumperaAdd regression tests for the last 3 fixes.
2013-07-02 Rodrigo Kumpera[runtime]Replace suspend safe locks with semaphores...
2013-07-02 Rodrigo KumperaIntroduce MonoThreadInfo::inside_critical_region to...
2013-07-02 Rodrigo KumperaSuspend the world when cleaning up a domain as it's...
2013-07-02 Zoltan VargaRevert "Make synchronized wrappers of generic methods...
2013-07-02 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-02 Zoltan VargaPut read-only data into a separate section on ios to...
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #678 from jack-pappas/patch-5
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-07-02 Zoltan VargaUpdate the LLVM backend to match https://github.com...
2013-07-02 Zoltan VargaFix a warning.
2013-07-01 Zoltan VargaFix the unwind info for r7 on arm in managed-to-native...
2013-07-01 Zoltan VargaFix the DISABLE_EXECUTABLES build.
2013-06-29 Zoltan VargaFix more thumb+clang problems.
2013-06-29 Zoltan VargaEmit the thumb plt trampolines as binary since clang...
2013-06-28 Rodrigo KumperaRemove debug spew from switch_gc.
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-28 Rodrigo KumperaFix the build if -j4 is used.
2013-06-28 Rodrigo KumperaCleanup automake warnings.
2013-06-28 Rodrigo KumperaAnother go fighting autohell.
2013-06-28 Zoltan VargaAdd a missing case to mono_patch_info_hash ().
2013-06-27 Rodrigo KumperaFix the build.
2013-06-27 Rodrigo Kumpera[build]Fix make dist and use a symlink for mono.
2013-06-27 Zoltan VargaRemove a pass from the llvm opt pipeline which is not...
2013-06-27 Zoltan VargaFix returning uninitialized memory in get_pid_status_it...
2013-06-27 Rodrigo KumperaAdd regression test for #12898.
2013-06-27 Rodrigo Kumpera[verifier] Verify if the catch type is valid under...
2013-06-26 Rodrigo Kumpera[sgen] Fix string size calculation in the string alloc...
2013-06-26 Rodrigo Kumpera[sgen] Fix NALLOC_DEBUG.
2013-06-26 Rodrigo KumperaFix build due to boehm->sgen changes.
2013-06-26 Rodrigo KumperaMono now defaults to sgen. We now ship a libmonoboehm...
2013-06-26 Zoltan VargaDon't make mono_tramp_info_create () assume ownership...
2013-06-26 Zoltan VargaUpgrade llvm backend to match https://github.com/mono...
2013-06-26 Zoltan VargaFix the LLVM JIT.
2013-06-26 Zoltan VargaAdd some comments to the gsharedvt constrained call...
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-26 Alistair Leslie... Implement cominterop_ccw_get_ids_of_names
2013-06-26 Alistair Leslie... Implement cominterop_ccw_get_type_info_count
2013-06-25 Zoltan VargaImplement proper osx aot tls support for amd64 too.
2013-06-25 Marek SafarMerge pull request #669 from LogosBible/Uri_TryCreate
2013-06-25 Rodrigo Kumpera[aot]Clean the loader error after calling mini_method_c...
2013-06-25 Zoltan VargaAdd a workaround for an AOT crash in mt.
2013-06-25 Zoltan VargaMake the AOT compiler stats output a bit more compact.
2013-06-24 Zoltan VargaUse --relocation-model=pic for llvm on ios.
2013-06-24 Zoltan VargaStore AOT method indexes in the Mono EH frame instead...
2013-06-23 Zoltan VargaAdd a GSHAREDVT_REG_IREG return marshalling convention...
next