[xbuild] RemoveDir - remove only if the dir exists.
[mono.git] / mono /
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Rodrigo KumperaFix padding of call instructions.
2011-08-03 Zoltan VargaAvoid allocating the memory for all the dominator array...
2011-08-03 Marek Habersack[runtime, globalization] Fix for Xamarin bug #161....
2011-08-03 Rodrigo KumperaImplement fail tramp support on arm for full-aot imt...
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-08-02 Rolf Bjarne Kvinge[aot-compiler] Replace assert with descriptive error...
2011-08-01 AlexDefine MONO_ARCH_NOMAP32BIT for DragonFly BSD.
2011-08-01 AlexAdd support for DragonFly and NetBSD to sigcontext.
2011-07-28 Rodrigo KumperaOSX won't expose IPV6_PKTINFO unless __APPLE_USE_RFC_35...
2011-07-28 Rodrigo KumperaHandle a race on thread cleanup.
2011-07-28 Mark ProbstFactor the lock-free growable array out of the lock...
2011-07-28 Mark ProbstFactor the simple lock-free array queue out of hazard...
2011-07-28 Mark Probst[sgen] Don't use pthread_once() to init a TLS key,...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Mark Probst[sgen] Don't allow nursery sizes smaller than SGEN_MAX_...
2011-07-27 Mark Probst[sgen] Construct the array_fill_vtable manually.
2011-07-27 Mark Probst[sgen] Accept numbers without suffixes in env var param...
2011-07-26 Mark Probst[sgen] Use the proper object size when scanning arrays...
2011-07-26 Mark Probst[sgen] Make the card table on AMD64 correct for 64...
2011-07-26 Mark Probst[sgen] Print a warning when using binary protocol and...
2011-07-26 Mark Probst[sgen] Binary protocol for every write barrier, not...
2011-07-26 Mark Probst[sgen] Make the binary protocol compile and work again.
2011-07-26 Mark Probst[sgen] Fix mono_gc_wbarrier_value_copy() for remsets.
2011-07-26 Mark Probst[sgen] Make mono_sgen_safe_object_get_size() handle...
2011-07-25 Zoltan VargaFix windows build.
2011-07-24 Zoltan VargaFix a crash in the soft-float decompose code when a...
2011-07-24 Zoltan VargaAdd a test for 7cb704d9a9ec73eb225c27b51e7f47de033e0ac0.
2011-07-23 Mark ProbstRemove references to mono_pthread_key_for_tls(). Fixes...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstTLS is always fast now, so remove NO_TLS_SET_VALUE...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-20 Geoff NortonType matching is fun
2011-07-20 Geoff Nortoninfo->signal does not exist on MACH either
2011-07-20 Geoff Nortoninfo->stop_count does not exist on MACH
2011-07-19 Miguel de IcazaFix build
2011-07-19 Mark ProbstNew function: mono_valloc_aligned().
2011-07-19 Mark Probst[sgen] rehash_roots() must take an int, not a boolean.
2011-07-19 Mark Probst[sgen] Use g_usleep() instead of usleep().
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-07-18 Rodrigo KumperaDo some portability adjustments so altstack works on...
2011-07-18 Rodrigo KumperaOn OSX do SIGBUS on altstack as well since it's used...
2011-07-18 Rodrigo KumperaHandle altstack exceptions in a more portable way on...
2011-07-18 Rodrigo KumperaFix stack overflow code to work under darwin-x86.
2011-07-18 Rodrigo KumperaFix mono_thread_get_stack_bounds thread bounds.
2011-07-18 Mark Probst[sgen] Use ptrdiff_t instead of ssize_t.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-18 Mark Probst[gc] Don't do unaligned loads in mono_gc_memmove ().
2011-07-15 Rodrigo KumperaIf a thread abort is fatal, print the exception before...
2011-07-15 Rodrigo KumperaImprove stacktraces when facing a runtime invoke wrapper.
2011-07-13 Mark Probst[sgen] Option for an allowance limit.
2011-07-12 Rodrigo KumperaAdd shared_perfcounters option to enable minimal.
2011-07-12 Mark Probst[gc] Fix a bug in atomic memmove.
2011-07-12 Rodrigo KumperaDo DISABLE_PORTABILITY more agressively.
2011-07-12 Zoltan VargaStore precise wrapper info for native-to-managed wrappe...
2011-07-12 Zoltan VargaAvoid register allocation problems when a try clause...
2011-07-11 Zoltan VargaGet rid of the 'ut_e_' symbols in AOT, use the normal...
2011-07-11 Zoltan VargaFix the length of r4const on arm.
2011-07-11 Mark Probst[sgen] Debug option for printing the heap usage and...
2011-07-10 Zoltan VargaFix caching in mono_marshal_get_array_address ().
2011-07-10 Rodrigo KumperaFix signal chaining to handle a stupid previous handler.
2011-07-10 Rodrigo KumperaDisable the exception thread under iOS since it's neith...
2011-07-08 Zoltan VargaResurrect the AOT profiler.
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Zoltan VargaDo some work towards making ARM fp mode runtime configu...
2011-07-06 Zoltan VargaPrefix ARM FPA codegen macros with 'FPA'.
2011-07-06 Zoltan VargaAvoid calling add_method () twice.
2011-07-06 Zoltan VargaAdd an ExportSymbol property to MonoPInvokeCallbackAttr...
2011-07-01 Geoff NortonMerge pull request #127 from trustme/master
2011-07-01 Duane WandlessFix crash on Lion when exiting
2011-06-30 Zoltan VargaRevert delegate-invoke.exe as the commit it depends...
2011-06-30 Zoltan VargaDisable a test which fails with AOT.
2011-06-29 Rodrigo KumperaFix more typos.
2011-06-29 Rodrigo KumperaFix typo.
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-27 Paolo MolaroAdd an aot option to override the value of readonly...
2011-06-27 Paolo MolaroRemove the data field from MonoVTable to reduce memory...
2011-06-24 Mark Probst[sgen] Do the bridge callback after the world has been...
2011-06-24 Gonzalo Paniagua... Merge pull request #122 from rabink/master
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-23 Zoltan VargaTreat CEE_BREAK the same as Debugger:Break (), i.e...
2011-06-23 Zoltan VargaFix out-of-tree builds on arm.
2011-06-23 Zoltan VargaFix a warning if MONO_FAST_TLS_DECLARE is not defined.
2011-06-23 Zoltan VargaCompile 'arch' before 'utils' since mono-context.h...
2011-06-23 Mark Probst[sgen] Give warnings when degraded allocations happen.
2011-06-23 Mark Probst[sgen] Don't accept size parameters with incorrect...
2011-06-22 Sebastien PouliotMerge pull request #119 from konrad-kruczynski/SslStrea...
2011-06-21 Rodrigo KumperaFix amd64, again. Damn me.
2011-06-21 Rodrigo KumperaImplement an IL version of the cardtable write-barrier.
2011-06-21 Rodrigo KumperaExtract the nursery check code into a separate function.
2011-06-21 Rodrigo KumperaFix build.
2011-06-20 Rodrigo Kumperams_get_empty_block must atomically pop from empty_blocks.
2011-06-20 Rodrigo KumperaAvoid emiting membar for cases not needed by amd64...
2011-06-20 Rodrigo KumperaMust use an IL version of the test since the underlying...
2011-06-20 Rodrigo KumperaAdd regression test to cmmp store to local.
2011-06-20 Rodrigo KumperaDon't allow storing CMMP managed refs to local variables.
2011-06-20 Rodrigo KumperaCleanup code a bit by reducing spurious nesting.
next