Add README to specify Cecil's update procedure
[mono.git] / mono /
2011-08-28 Zoltan VargaAllow pointers to structures to be passed in pinvoke...
2011-08-28 Zoltan VargaChange the way unbox trampolines are handled in AOT...
2011-08-28 Zoltan VargaAvoid pinning a few stack slots on amd64.
2011-08-27 Zoltan VargaImplement precise stack marking for ARM.
2011-08-27 Zoltan VargaImprove precise stack marking on x86.
2011-08-27 Zoltan VargaFix the precise stack marking code on x86. Mark x86...
2011-08-25 Zoltan VargaFix the scanning of the register save areas in the...
2011-08-25 Zoltan VargaMake the plt symbols used by llvm+aot code more descrip...
2011-08-25 Zoltan VargaName llvm structure types.
2011-08-25 Zoltan VargaUpdate the LLVM backend to the latest code in the llvm...
2011-08-23 Zoltan VargaAllow ldfld/stfld/ldflda to work on static fields by...
2011-08-23 Rodrigo KumperaRework self suspend to avoid a race on Mach.
2011-08-23 Marek SafarMerge pull request #162 from garuma/tpl-dataflow-blocks
2011-08-22 Zoltan VargaLink libmono-profiler-cov against eglib as well.
2011-08-22 Zoltan VargaDisable some failing LLVM passes. Should fix bxc #280.
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-19 Rodrigo KumperaCorrectly calculate the size of the freed array buffer.
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-18 Marek SafarMerge pull request #160 from garuma/tpl-dataflow-plumbing
2011-08-18 Rodrigo KumperaHandle android's broken pthread_kill in sgen too.
2011-08-18 Rodrigo KumperaHandle android's broken pthread_kill.
2011-08-17 Mark ProbstMerge branch 'sgen-hash-table'
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the bridge hash.
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the weak link...
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the roots hashes.
2011-08-17 Mark Probst[sgen] Factor out the finalize hash tables into a reusa...
2011-08-17 Sebastien PouliotProvide an error message if an instance method is decor...
2011-08-17 Miguel de IcazaMore updates
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-14 Zoltan VargaDon't pass MONO_UNWIND_ACTUAL_METHOD to the stack walke...
2011-08-13 Gonzalo Paniagua... [threadpool] Exit on unhandled exceptions only
2011-08-13 Gonzalo Paniagua... [threadpool] Work around for a race-condition
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-13 Chris Toshokforce has_finalize to be initialized before we write...
2011-08-12 Chris Toshokif we're intentionally using power-of-two sizing for...
2011-08-12 Chris Toshokreduce memory required for this table by 32x
2011-08-11 Zoltan VargaEscape characters in LLVM symbol names
2011-08-11 Zoltan VargaBump corlib version since fe3372f4231106669ab93e2d23a51...
2011-08-11 Marek Habersack[runtime] Fix for Xamarin bug #99. Don't fail to parse...
2011-08-10 Zoltan VargaGet rid of the macros in mono-tls.h to fix many warnings.
2011-08-10 Zoltan VargaFix the newly added test_0_llvm_regress_171 ().
2011-08-10 Zoltan VargaWrap pthread_exit () with mono_gc_pthread_exit () since...
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaRevert "More NACL updates"
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaLLVM requires two PHI entries if a previous bblock...
2011-08-09 Zoltan VargaAdd support for reference instances of Interlocked...
2011-08-05 Elijah TaylorFix up bugs in x86-codegen for NaCl.
2011-08-05 Elijah TaylorFixups for nacl at head revision.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Zoltan VargaHandle slow machines which exceed timeouts in the threa...
2011-08-04 Mark Probst[sgen] Enqueue finalizers after update the pointer.
2011-08-04 Mark ProbstSet the WSQ TLS key to inited after initing it.
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 Damien Diederen[480178] Fix handling of surrogate characters.
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.
next