[Mono.Debugger.Soft] Updated PointerValue
[mono.git] / mono /
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-28 Zoltan VargaInsert sequence points based on the debug info emitted...
2012-04-28 Zoltan VargaRevert some debug logging.
2012-04-28 Zoltan VargaFix asserts/hangs when random addresses are passed...
2012-04-27 Zoltan VargaAdd support for --llvm option to mono_jit_parse_options...
2012-04-26 Zoltan VargaEmit seq points after all call which return a value.
2012-04-26 Zoltan VargaRemove the g_mem_set_vtable () code, eglib doesn't...
2012-04-25 Neale FergusonRevert previous fix for 3205
2012-04-25 Rodrigo KumperaMerge pull request #279 from alexrp/master
2012-04-25 Neale FergusonFix bug #3205
2012-04-25 alexrpReplicate .NET behavior for exceptions in the finalizer...
2012-04-25 Marek SafarMerge pull request #278 from JamesB7/patch-1
2012-04-25 Zoltan VargaTurn on global single stepping for STEP_OUT too. Fixes...
2012-04-25 Zoltan VargaAllow setting nullable values in sdb. Fixes #4385.
2012-04-25 Rodrigo KumperaMake sure no live object is left unscanned before we...
2012-04-24 Rodrigo KumperaAdd regression test for #3903.
2012-04-24 Rodrigo KumperaUse MonoClass::element_class for non array types when...
2012-04-24 Zoltan VargaMake sure we are processing the wrappers during single...
2012-04-24 Miguel de IcazaAOT not supported on Windows, warn the user
2012-04-23 Rodrigo KumperaHandle type merging when there is a shared iface. Fixes...
2012-04-23 Rodrigo KumperaMerge pull request #277 from konrad-kruczynski/master
2012-04-23 Zoltan VargaAvoid setting thread->abort_exc in mono_raise_exception...
2012-04-23 Zoltan VargaAvoid setting thread->abort_exc in mono_raise_exception...
2012-04-23 Zoltan VargaAvoid keeping the dummy values computed by setup_interf...
2012-04-23 Rodrigo KumperaAdd concurrent-sweep to sgen's testing matrix.
2012-04-23 Rodrigo KumperaFix concurrent sweep thread start code to actually...
2012-04-21 Miguel de IcazaAdd inline api docs for mono_dll_insert
2012-04-19 Rodrigo KumperaAdd two tunning knobs to the split nursery.
2012-04-19 Rodrigo KumperaAdjust split nursery defaults to be more aggressive...
2012-04-19 Rodrigo KumperaSpeedup minor collections a small bit.
2012-04-19 Rodrigo KumperaImplement aging for the parallel nursery.
2012-04-19 Rodrigo KumperaImplement aging in the split nursery.
2012-04-18 Rodrigo KumperaFix typo.
2012-04-18 Rodrigo KumperaFix serial range allocator.
2012-04-18 Rodrigo KumperaFix int -> size_t api change. Might break some 64bits...
2012-04-18 Rodrigo KumperaMerge pull request #276 from bholmes/wsq-deadlock-12-04
2012-04-18 William HolmesFixing some problems with my previous commit.
2012-04-18 Gonzalo Paniagua... Merge pull request #275 from bholmes/wsq-deadlock-12-04
2012-04-18 William Holmesthreadpool.c (async_invoke_thread) :
2012-04-17 Gonzalo Paniagua... Use sys/inotify instead of hardcoded syscalls.
2012-04-17 Zoltan VargaMerge pull request #274 from iainlane/master
2012-04-16 Rodrigo KumperaUse mono_gc_memmove instead of memcpy to ensure store...
2012-04-16 Rodrigo KumperaWhen range allocating, pick the largest available block...
2012-04-16 Rodrigo KumperaHandle fragment alignment for split nursery correctly.
2012-04-16 Rodrigo KumperaFix the signature of range allocs.
2012-04-16 Rodrigo KumperaAdd serial range alloc and export range alloc functions.
2012-04-15 Iain LaneFix ARM printf format problems
2012-04-13 Neale FergusonFix long standing cast problem that truncated doubles
2012-04-13 Rodrigo KumperaFix a warning about an unused function.
2012-04-13 Rodrigo KumperaRestore nursery sizing option.
2012-04-13 Rodrigo KumperaFix more formating warnings.
2012-04-13 Rodrigo KumperaFix darwin pthread macro hack to explose pthread extens...
2012-04-13 Rodrigo KumperaUse the right formating (%td) for mword. Fix tons of...
2012-04-13 Rodrigo KumperaAvoid crashing creating a process when workdir is null.
2012-04-13 Zoltan VargaFix warnings on OSX.
2012-04-12 Zoltan VargaFix setting of byref variables in sdb. Fixes #4362.
2012-04-10 Paolo MolaroRevert "Remove MONO_OPT_SCHED; we don't actually use...
2012-04-10 Paolo MolaroLoad the llvm module from the lib dir of an installed...
2012-04-10 Rodrigo KumperaAdd split minor collector to the test matrix.
2012-04-10 Rodrigo KumperaFirst rounds of fixes to the split nursery.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaUpdate documentation.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-09 alexrpIgnore *.mlpd.
2012-04-09 alexrpRemove MONO_OPT_SCHED; we don't actually use it and...
2012-04-09 Zoltan VargaAllow setting the name of threadpool threads. Fixes...
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 William Holmescominterop.cs : Unit test to ensure that the static...
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-04 Rodrigo KumperaFix x86 FP stack code to not break prev links in a BB.
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-04-02 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-04-02 Neale Fergusons390x-codegen.h - Define s390_SP and s390_BP
2012-04-02 Zoltan VargaFix the addresses of handler clauses when using LLVM...
2012-03-30 Rolf Bjarne KvingeFix mono_path_canonicalize to not canonicalize the...
2012-03-30 Rodrigo KumperaRemove some silly dead code.
2012-03-30 Rodrigo KumperaExtract the fragment allocation code from the nursery...
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-30 Rodrigo KumperaRename mono_sgen_nursery_is_object_alive to mono_sgen_i...
2012-03-30 Zoltan VargaDisable wrapper generation code when DISABLE_JIT is...
2012-03-29 Rolf Bjarne KvingeLog profiler: don't ignore return values from select...
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Jonathan ChambersRaise TypeLoadException for invalid StructLayout Pack...
2012-03-29 Paolo MolaroUse proper ABI alignment rules for fields in structs...
2012-03-29 Zoltan VargaRegister vtables in runtime data structures after they...
2012-03-29 Gonzalo Paniagua... Welcome to the future
2012-03-28 Rodrigo KumperaCleanu thep fragment allocation mess by putting alloc...
2012-03-28 Rodrigo KumperaAdd a comment to code that needs cleanup.
2012-03-28 Rodrigo KumperaClean up liveness functions to be easier to understand.
2012-03-28 Zoltan VargaMerge pull request #262 from joncham/bug-fail-multi...
2012-03-28 TakFail the invocation instead of aborting the runtime...
2012-03-28 Zoltan VargaFix a memory overwrite in mono_gc_bzero (). Fixes ...
next