Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mono
AgeCommit message (Expand)Author
2011-08-30Disable the new suspend code when using sdb, it doesn't seem to work yet (bxc...Zoltan Varga
2011-08-30AOT the v4.0 monitor enter fastpath, not the unused 2.0.Zoltan Varga
2011-08-30Fix the taken==true argument check in the v4 monitor fastpath.Zoltan Varga
2011-08-30Eliminate the by-name encoding for all wrapper methods, instead, encode them ...Zoltan Varga
2011-08-28Allow pointers to structures to be passed in pinvoke, MS seems to allow this ...Zoltan Varga
2011-08-28Change the way unbox trampolines are handled in AOT. Instead of emitting a gl...Zoltan Varga
2011-08-28Avoid pinning a few stack slots on amd64.Zoltan Varga
2011-08-28Implement precise stack marking for ARM.Zoltan Varga
2011-08-27Improve precise stack marking on x86.Zoltan Varga
2011-08-27Fix the precise stack marking code on x86. Mark x86 register save locations a...Zoltan Varga
2011-08-26Fix the scanning of the register save areas in the precise stack marking code...Zoltan Varga
2011-08-26Make the plt symbols used by llvm+aot code more descriptive.Zoltan Varga
2011-08-26Name llvm structure types.Zoltan Varga
2011-08-26Update the LLVM backend to the latest code in the llvm-mono repository.Zoltan Varga
2011-08-23Allow ldfld/stfld/ldflda to work on static fields by merging the relevant JIT...Zoltan Varga
2011-08-23Rework self suspend to avoid a race on Mach.Rodrigo Kumpera
2011-08-23Link libmono-profiler-cov against eglib as well.Zoltan Varga
2011-08-23Disable some failing LLVM passes. Should fix bxc #280.Zoltan Varga
2011-08-20Fix variance test involving nullable types.Rodrigo Kumpera
2011-08-19[sgen] Pinning and remset statistics per class.Mark Probst
2011-08-19[sgen] Optional equality function for the hash table.Mark Probst
2011-08-19[sgen] Use GLib's hash func typedef instead of our own.Mark Probst
2011-08-19Correctly calculate the size of the freed array buffer.Rodrigo Kumpera
2011-08-18Handle android's broken pthread_kill in sgen too.Rodrigo Kumpera
2011-08-18Handle android's broken pthread_kill.Rodrigo Kumpera
2011-08-17[sgen] Use the reusable hash table for the bridge hash.Mark Probst
2011-08-17[sgen] Use the reusable hash table for the weak link hashes.Mark Probst
2011-08-17[sgen] Use the reusable hash table for the roots hashes.Mark Probst
2011-08-17[sgen] Factor out the finalize hash tables into a reusable hash table impleme...Mark Probst
2011-08-17Provide an error message if an instance method is decorated with [MonoPInvoke...Sebastien Pouliot
2011-08-17More updatesMiguel de Icaza
2011-08-17update copyrightsMiguel de Icaza
2011-08-15Don't pass MONO_UNWIND_ACTUAL_METHOD to the stack walker in a signal handler,...Zoltan Varga
2011-08-13[threadpool] Exit on unhandled exceptions onlyGonzalo Paniagua Javier
2011-08-13[threadpool] Work around for a race-conditionGonzalo Paniagua Javier
2011-08-13force has_finalize to be initialized before we write out the cached class inf...Chris Toshok
2011-08-12if we're intentionally using power-of-two sizing for chunks, don't add the he...Chris Toshok
2011-08-12reduce memory required for this table by 32xChris Toshok
2011-08-12Escape characters in LLVM symbol namesZoltan Varga
2011-08-11Bump corlib version since fe3372f4231106669ab93e2d23a51fb07cb7b639 makes a br...Zoltan Varga
2011-08-11[runtime] Fix for Xamarin bug #99. Don't fail to parse assembly names with sp...Marek Habersack
2011-08-10Get rid of the macros in mono-tls.h to fix many warnings.Zoltan Varga
2011-08-10Fix the newly added test_0_llvm_regress_171 ().Zoltan Varga
2011-08-10Wrap pthread_exit () with mono_gc_pthread_exit () since NACL requires it.Zoltan Varga
2011-08-10More NACL updatesElijah Taylor
2011-08-10Revert "More NACL updates"Zoltan Varga
2011-08-09More NACL updatesElijah Taylor
2011-08-09LLVM requires two PHI entries if a previous bblock branches to the current bb...Zoltan Varga
2011-08-09Add support for reference instances of Interlocked.Exchange<T> to full-aot, s...Zoltan Varga
2011-08-05Fix up bugs in x86-codegen for NaCl.Elijah Taylor