[629742] Iterators can be of dynamic type
[mono.git] / mono /
2010-08-09 Zoltan VargaAvoid an #ifndef HAVE_SGEN_GC inside MonoDomain, so...
2010-08-09 Zoltan VargaTurn off the monitor enter/exit trampolines under SGEN...
2010-08-09 Zoltan VargaEmit boxed versions of primitive types in xdebug.
2010-08-09 Mark Probst[sgen] Fix OBS warning.
2010-08-09 Zoltan VargaGenerate xdebug info for monitor enter/exit trampolines.
2010-08-09 Zoltan VargaRemove the few remaining compile time GC dependencies.
2010-08-09 Andrew JorgensenAdd sgen-workers.c to sgen_sources
2010-08-09 Mark Probst[sgen] Sleep a little while busy-waiting for the gray...
2010-08-09 Zoltan VargaAvoid registering roots inside the MonoDomain structure...
2010-08-09 Laurent EtiembleFix #560060 - Embedded "app.config" is not read when...
2010-08-09 Zoltan VargaFix a typo.
2010-08-09 Zoltan VargaIgnore mono_use_llvm when JITting in a runtime compiled...
2010-08-09 Zoltan VargaUpdate the comments for mono_use_llvm.
2010-08-09 Gonzalo Paniagua... Ignore a few more files.
2010-08-09 Elijah TaylorAdd a test for running the regression tests in a full...
2010-08-09 Elijah TaylorDon't use mmap/munmap under NACL.
2010-08-09 Elijah TaylorUse 32 as the min alignment when running under NACL.
2010-08-09 Elijah TaylorAdd support to the x86 backend for generating code...
2010-08-09 Elijah TaylorAdd hooks to the codegen macros to support NACL codegen.
2010-08-09 Zoltan VargaDisable the elimination of MONO_INST_FAULT in ABCREM...
2010-08-08 Zoltan VargaUse faulting load for loading the vtable in CEE_LDELEMA.
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-08 Mark Probst[sgen] Fixes.
2010-08-07 Zoltan VargaMove wapi shutdown to mono_cleanup () as TlsGetValue...
2010-08-07 Zoltan VargaDisable all profiler events after profiler shutdown.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Separate mark function for parallel vs non-paral...
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
2010-08-07 Mark Probst[sgen] One internal allocator per worker thread, to...
2010-08-07 Mark Probst[sgen] Heavy statistics for the shared buffer.
2010-08-07 Mark Probst[sgen] Parallel mark.
2010-08-07 Mark Probst[sgen] Fix SGEN_ATOMIC_ADD.
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Zoltan VargaAvoid loading AOT images compiled against Boehm in...
2010-08-06 Mark MasonFinish implementation of OP_IMUL_OVF_UN.
2010-08-06 Mark MasonAdd missing memindex opcodes. Implement IMT thunks...
2010-08-06 Mark MasonImplement this as first argument to function calls.
2010-08-06 Mark MasonInitial IMT for MIPS. Fix the first arg to trampoline...
2010-08-06 Mark MasonAdd IMT for MIPS. Fix MIPS branch opcodes. Fix *_OVF...
2010-08-06 Zoltan VargaFix building with latest LLVM head.
2010-08-06 Jb Evain[fix] #475962: delegates to instance methods closed...
2010-08-06 Mark Probst[sgen] Initialize interruption lock.
2010-08-06 Jb Evainmono_method_body_get_object: implement support for...
2010-08-05 Zoltan VargaName the LLVM argument variables arg_<real arg name>.
2010-08-05 Zoltan VargaFix the placement of the .rodata section, it should...
2010-08-05 Gonzalo Paniagua... Silently ignore ThreadAbortException in the tpool.
2010-08-05 Gonzalo Paniagua... Synchronize WSQ create, destroy and clean up.
2010-08-05 Gonzalo Paniagua... -1 == NO_KEY and check return value of TlsSetValue
2010-08-05 Gonzalo Paniagua... TlsGetValue/TlsSetValue match winapi closely.
2010-08-05 Raja R Harinath* mono/tests/appdomain-unload.cs (Main): Pass along...
2010-08-05 Zoltan VargaFix the box+brtrue optimization for LLVM, add a box...
2010-08-05 Mark Probst[Documentation] Document SGen environment variables.
2010-08-04 Zoltan VargaDisable box+brtrue optimization for LLVM for now.
2010-08-04 Rodrigo KumperaHandle arguments with generic parameters from other...
2010-08-04 Andrew JorgensenFix tarball build (sgen-major-*-object.h)
2010-08-04 Rodrigo KumperaMerge branch 'improve_signature_parsing_error_messages'
2010-08-04 Rodrigo KumperaImprove error message for signature load failure.
2010-08-04 Rodrigo KumperaImprove error reporting of bad signatures.
2010-08-04 Rodrigo KumperaChange type of a given parameter.
2010-08-04 Andrew JorgensenFix dist (sgen-protocol.h)
2010-08-04 Miguel de Icaza[Documentation] Embed rationale for change in the sourc...
2010-08-04 Rodrigo KumperaFix a crash on appdomain unload stress.
2010-08-04 Jb Evainmono_custom_attrs_from_param: return null if the method...
2010-08-04 Jb Evainmono_method_get_index: return zero for constructed...
2010-08-04 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-04 Marek SafarAdd escaping for legacy keyword.
2010-08-04 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-04 Mark ProbstMerge branch 'selectable-major'
2010-08-04 Mark Probst[sgen] Fix binary protocol.
2010-08-04 Mark Probst[sgen] Fix heavy statistics.
2010-08-04 Mark Probst[sgen] Inline mono_sgen_par_object_get_size().
2010-08-04 Mark Probst[sgen] Put all scan and copy functions into the major...
2010-08-04 Mark Probst[sgen] Put major_scan_object() into the major collectors.
2010-08-04 Mark Probst[sgen] Make major collector configurable via MONO_GC_PA...
2010-08-04 Mark Probst[sgen] Major collectors in their own compilation units.
2010-08-04 Zoltan VargaIncrease a buf size.
2010-08-04 Zoltan VargaAvoid returning non MonoMethod's.
2010-08-03 Mark Probst[ppc] Fix build.
2010-08-03 Zoltan VargaAdd mini-llvm-cpp.h.
2010-08-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-02 Zoltan VargaGet rid of mono_arch_get_vcall_slot ().
2010-08-02 Zoltan VargaRemove some obsolete comments.
2010-08-02 Zoltan VargaAdd a missing unlock.
2010-08-02 Zoltan Varga2010-08-02 Zoltan Varga <vargaz@gmail.com>
2010-08-02 Zoltan Varga2010-08-02 Zoltan Varga <vargaz@gmail.com>
2010-08-02 Gonzalo Paniagua... Add tests. Make appdomain-unload work again
2010-08-02 Zoltan Varga2010-08-02 Zoltan Varga <vargaz@gmail.com>
2010-08-01 Zoltan VargaRevert "Fix building the LLVM backend with recent LLVM...
2010-08-01 Gonzalo Paniagua... New threadpool + exception test.
2010-08-01 Zoltan VargaFix building the LLVM backend with recent LLVM SVN...
2010-08-01 Gonzalo Paniagua... Merge remote branch 'tgiphil/master'; commit 'c9bc218cd...
2010-07-31 Martin BauligKill mono_debugger_get_thread_abort_signal().
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-30 Rodrigo KumperaVerify the token for ldtoken.
2010-07-30 Rodrigo KumperaFix verifier test suite.
2010-07-30 atsushienoMerge branch 'atsushi'
2010-07-30 Gonzalo Paniagua... .NET2 handling of exceptions in ThreadPool threads
2010-07-30 Gonzalo Paniagua... Adapt to changes in exceptions policy for TP.
2010-07-30 Gonzalo Paniagua... Throw exceptions from threadpool work items.
2010-07-29 Mark ProbstFix SGen compiler warnings on AMD64.
next