Create the first tp thread right away.
[mono.git] / mono /
2011-09-25 Gonzalo Paniagua... Create the first tp thread right away.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-20 Miguel de IcazaFix my profiler loader.
2011-09-20 Miguel de IcazaUpdate copyrights
2011-09-20 Zoltan VargaFix warnings.
2011-09-20 Zoltan VargaFix debugger invokes when using soft breakpoints on...
2011-09-20 Zoltan VargaImplement the new interrupt machinery for ARM
2011-09-20 Zoltan VargaCall ensure_synch_cs_set () in thread_cleanup () too...
2011-09-20 Zoltan VargaAllocate a param area in START_HANDLER. Fixes filter...
2011-09-20 Zoltan VargaFix a timing issue in a test
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Rodrigo KumperaAvoid duplicates in the SSC xrefs.
2011-09-13 Rodrigo KumperaAdd logging to sgen-bridge. Log times and sizes.
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-07 Miguel de IcazaFallback: load profiler from the Mono default path...
2011-09-06 Rodrigo KumperaLet the system figure our permissions instead of doing...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Vincent PovirkUse guint instead of uint.
2011-09-06 Rodrigo KumperaImprove exception message.
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-06 Gonzalo Paniagua... Display more debugging info when epoll fails
2011-09-06 Gonzalo Paniagua... Fallback to poll() if epoll_create() fails
2011-09-06 Zoltan VargaHandle threads which die without detaching.
2011-09-06 Zoltan VargaAdd a few missing cases to event_to_string () in sdb.
2011-09-06 Zoltan VargaRemove some unused arguments from mono_arch_handle_exce...
2011-09-06 Zoltan VargaImplement mono_arch_setup_async_callback () for amd64.
2011-09-05 Zoltan VargaFix a warning.
2011-09-05 Zoltan VargaOptimize AOT generics data structures a bit more.
2011-09-05 Zoltan VargaAvoid searching out-of-date AOT modules for 'extra...
2011-09-05 Zoltan VargaRemove some AOT assertions left in by mistake.
2011-09-04 Zoltan VargaRework the encoding of classes in AOT to save space...
2011-09-04 Zoltan VargaImprove the name of the proxy isinst wrappers.
2011-09-04 Zoltan VargaCompute and print the space used by the GOT entry info...
2011-09-04 Zoltan VargaFix unwinding through an LMF on ARM.
2011-09-01 Rodrigo KumperaThe fin hashtable holds no value, so revert to tagging...
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-09-01 Rodrigo KumperaAdd new sgen-hash method that changes the value of...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-30 Zoltan VargaEmit a lot message in sdb when returning an ABSENT_INFO...
2011-08-30 Zoltan VargaImplement support for the new interrupt machinery in...
2011-08-30 Zoltan VargaReally fix the previous sdb changes.
2011-08-30 Zoltan VargaFix the sdb changes made by 06ff2031
2011-08-30 Zoltan VargaDisable the new suspend code when using sdb, it doesn...
2011-08-29 Zoltan VargaAOT the v4.0 monitor enter fastpath, not the unused...
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-29 Zoltan VargaEliminate the by-name encoding for all wrapper methods...
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
next